-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can I know what is the size of the Kinetics 400 dataset used to reproduce the result in this repo? #1578
Comments
thank you very much! kinetics-400/700 could be downloaded by Xunlei and Baiduyunpan... |
@bryanyzhu Does this link still work I just tried but it is not downloading, always stuck at 0% @irvingzhang0512 Can you post the link for Xunlei and Baiduyunpan here? Is it the same dataset with 240618 training and 19404 validation videos? |
@yxchng load the torrents in the above link to baiduyunpan and xunlei |
After some tests, I find that kinetics-400 val set could be downloaded by xunlei with 1.5M/s. Kinetics-400/700 could be download by baiduyun with slow speed. |
Hi @StevenJokess This setting file should be generated on your end, which contains the paths of the videos, duration of the videos and the label of the videos. Please read this tutorial on how to prepare K400 dataset. Thank you. BTW, if you have further questions on using the code, please open a new issue. This issue is for (downloading) Kinetics400 dataset only. |
@bryanyzhu If i want to train model using video data directly, how can i generate k400_train.txt? and in this tutorial this url was 404, Have you tested the script of this tutorial? Thanks! |
I have tested the script half a year ago, but not recently. Thank you for pointing out the missing url issue, I will fix it. In terms of generating
Simply put, each video corresponds to one line in the txt file. There are three items in each line: video path, video duration and video label. Since our video reader can automatically get video duration information during video loading, we just need a placeholder |
Thanks for your response, I have started training, but when reading with decord, some video cannot be loaded as following, did you know why or how could I solve it?
|
Hi @blackmagicianZ , are you using the videos from the torrent website? If not, could you please open another issue and attach these videos? We can look into the issue of loading these videos. Thank you. |
Maybe some video didn't download successfully, I will download videos from the torrent website, if the videos from the torrent website still has problems, I will open another issue. Thank you. |
Hi @blackmagicianZ , did you manage to fix this ?. I have the same issue for my custom dataset. |
This might some videos was broken, check your videos. |
There are many links in Kinetics that have expired. As as result, everyone might not be using the same Kinetics dataset. As a reference, the statistics of the Kinetics dataset used in PySlowFast can be found here, https://github.com/facebookresearch/video-nonlocal-net/blob/master/DATASET.md. However, I cannot seem to find similar information for gluoncv. Will you guys be sharing the statistics and the dataset used? I need the complete dataset to reproduce the result.
The text was updated successfully, but these errors were encountered: