-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running feature extraction on own videos. #25
Comments
Sorry for the delayed reply. Yes, you can use feature_extractor.py for any videos. But it needs the videos to be extracted into image frames. Alternatively, you can just decode them during the feature extraction process using something like ffmpeg or decord. You can also check out pytorchvideo if you want to use more recent backbones. Let me know if that answers your questions. |
I want to reproduce your jobs And I wonder what model's feature can get (15, 2048) shape features? I try i3d which comes (5, 2048),, |
@minuenergy Sorry for the delayed reply. You can find the feature extraction code here: https://github.com/TheShadow29/VidSitu/blob/main/vidsitu_code/feat_extractor.py See the instructions here: https://github.com/TheShadow29/VidSitu/blob/main/data/DATA_PREP.md |
Hello!
I am trying to extract the features of my own videos using Slowfast. Do you recommend using feature_extractor.py, or is there a better way of extracting these features from new videos? Thanks!
The text was updated successfully, but these errors were encountered: