-
Notifications
You must be signed in to change notification settings - Fork 97
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
Support for FiveCrop/TenCrop #72
Comments
Yep, this would be nice to have. Do you mean the 5-crop and 10-crop features only for frame-wise feature extractors? Is there an equivalent for video? Regarding the second part, among other reasons, I decided to re-encode it first to a file and then load it because loading the whole video with the original fps might be hurtful for the user's RAM. It is also the way how one would do it when pre-processing the dataset. Therefore, it is more convenient to do it separately for now. A large number of corner cases when doing the conversion on the fly makes it unattractive for implementation within this library and I would rather rely on something popular and well-tested (e.g. how to make 17 fps video from 30 fps original). We also currently discussing this and video IO in general in #61 You are welcome to participate in the discussion. |
Thanks for the incredibly fast response! Yep, specifically for me I'd use FiveCrop / TenCrop on the I3D model. Regarding the fps conversion, I somehow missed the |
Great! I will keep this opened. If someone else would like to see FiveCrop / TenCrop implemented, let me know in this issue and I will take a look! |
i don't have the resources to implement it myself but i'd love to consider a pull request implementing this (fixing or redoing the earlier attempt: #110). |
Hey, thanks for this repo.
I noticed a lot of architectures use five-cropped or ten-cropped features, so I am wondering if you considered/would consider implementing this feature.
Additionally, I am currently converting the frame rate of the videos before extracting the features, but I think it would be great if we could do both at once.
The text was updated successfully, but these errors were encountered: