-
Notifications
You must be signed in to change notification settings - Fork 19
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
Debug requst #39
Comments
I can found |
I have a bug like this too, but I can't find the cause yet. haha |
I got same error, it was caused due to the mismatch between downloaded file and pre-defined name (yt_dlp will add extra extension .mkv after the original name) I solve the problem by removing the mp4 extension and filtering out the matched files in the cache folder, Below is my modification: line 214 line 269-271
now:
the above solution works for me but its not perfect, hope the authors could fix this bug |
Hi @syguan96, @kuno989, @Zhidong-Gao, Panda-70M/dataset_dataloading/video2dataset/video2dataset/data_reader.py Lines 181 to 185 in 6ec1ca4
to this one:
This should help. I'll also update the code soon to this repo. |
Sorry to bother you. I only downloaded 653 videos of the test split. So I tried to debug. May I ask whether you met this problem?
The text was updated successfully, but these errors were encountered: