fabienbaradel / glimpse_clouds

Pytorch implementation of the paper "Glimpse Clouds: Human Activity Recognition from Unstructured Feature Points", F. Baradel, C. Wolf, J. Mille , G.W. Taylor, CVPR 2018
30 stars 10 forks source link

Windows 10 Compatibility #7

Open hugormluis opened 4 years ago

hugormluis commented 4 years ago

Hello, I'm trying to install and use this repository on a Windows 10 machine although I can't get past Lintel installation. As far as I know the Lintel package is only available on MacOS and Linux operating systems, am I correct?

If it's true (that lintel is only available for MacOs and Linux), does it mean that lintel is the only package that makes Glimpse Clouds repository only available for MacOs and Linux? I was thinking of modifying dataloader.py to be compatible with Windows 10 by changing the "lintel.loadvid_frame_nums" function to another similar that is available in another package in Windows 10. (Assuming that the rest of the code is compatible with Windows 10)

Hope you can understand my issue.

Thank you for your work!

bharathc161 commented 3 years ago

@hugormluis I have the same issue. Did the changes which you made worked for you? If so can you please share it with me.

Thank you!

hugormluis commented 3 years ago

@hugormluis I have the same issue. Did the changes which you made worked for you? If so can you please share it with me.

Thank you!

@bharathc161 hello there, I did not change anything. My objective was using this code for an academic assignment and since the author was not posting I went for another approach.

Sorry for not being able to help. Good luck on your research!