-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Using VideoClips for loading a video dataset #4357
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
Comments
Hmmm - it looks to me as if one of the videos are not properly encoded and due to the failure, either on reading or on video side the videoclip generation fails. Just to clarify, are you using the videos downloaded from the official repo? |
Sure @bjuncek. After debugging through As per your question, I use the list of video ids provided in DeepMind's website and you |
Yeah, I think that makes sense. Could you attach the video in question? I'll make sure there is some workaround for this :) Also, there is an official video list provided by Joao at CVDF https://github.com/cvdfoundation/kinetics-dataset which claims to fix some of the corrupted videos. Just FYI |
Many thanks @bjuncek ! I wasn't aware of that repo. Regarding the corrupted video, I already replaced it and don't have it anymore :( |
I've just tried this on several videos with several python versions and it seems resolved. |
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
Basically, I'm trying to load Kintetics400 using the VideoClips module. However, I encounter this issue. It is important to note that this error does not occur when I try to load a subset of the dataset (e.g. only 100 classes).
This is my code:
Output:
Versions
The text was updated successfully, but these errors were encountered: