-
Notifications
You must be signed in to change notification settings - Fork 32
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
Question about Videos #2
Comments
@valeriechen The script downloads only the videos specified in the youtube 8M dataset. I should have put up some information in the README explaining how it works. Basically, the repository works in the following way (I will link this issue to README for reference): If you try to go to this page, it displays all the Now, for the class Each of the fields in the JSON array obtained by accessing the above link contains a 4 character Each of these ids can next be translated to the corresponding youtube-id by replacing the Once, you get the video-id (which is Hope that this answers your question. PS: Thanks for pointing this out. Due to this, I checked the youtube8M website and it seems that they have updated the dataset to a newer version. Hence, I had the chance to update the repo to support the newer version. |
super useful, thank you very much |
good job! |
@gsssrao just wanted to thank you for this repository! Thanks a lot! |
Thanks for this! It's great! |
How do you know if these videos are the ones specifically in the 8M dataset? It seems like your script only queries the categories. However, there might be more videos in that category but are not part of the selected dataset.
Thanks!
The text was updated successfully, but these errors were encountered: