tridivb / slowfast_feature_extractor

Feature Extractor module for videos using the PySlowFast framework
MIT License
77 stars 24 forks source link

Investigate incorrect feature output #10

Closed tridivb closed 4 years ago

tridivb commented 4 years ago

Describe the bug User @ZhengLeon claims no output is being generated for a video.

To Reproduce Details not provided

Screenshots/Code Output Loading Video List ... Done 1 videos to be processed...

  1. Processing /home/work/slowfast_feature_extractor/video/0a244c71991f386b161bcd787c7da607...
tridivb commented 4 years ago

@ZhengLeon currently the framework does seem to be broken due to the updates made to detectron2 and slowfast. I am working on fixing it now but it will be a while before it is working again. After that, I can test whether features are not being generated.

tridivb commented 4 years ago

@ZhengLeon The code has been updated to work with the latest PyTorch (Pull Request #11.) Please follow the modified instructions to install the latest requirements. I tested it with a sample video and found features to be extracted. If it still does not work for you, please provide a complete guide to reproduce your issue.

tridivb commented 4 years ago

Closing issue due to lack of follow up.