-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Docs] add notes for download kinetics #822
[Docs] add notes for download kinetics #822
Conversation
tools/data/kinetics/README.md
Outdated
@@ -63,7 +63,7 @@ For better decoding speed, you can resize the original videos into smaller sized | |||
python ../resize_videos.py ../../../data/${DATASET}/videos_train/ ../../../data/${DATASET}/videos_train_256p_dense_cache --dense --level 2 | |||
``` | |||
|
|||
You can also download from [Academic Torrents](https://academictorrents.com/)([kinetics400](https://academictorrents.com/details/184d11318372f70018cf9a72ef867e2fb9ce1d26) & [kinetics700](https://academictorrents.com/details/49f203189fb69ae96fb40a6d0e129949e1dfec98) are avaiable) and [cvdfoundation/kinetics-dataset](https://github.com/cvdfoundation/kinetics-dataset)(Host by Common Visual Data Foundation and Kinetics400/Kinetics600/Kinetics-700-2020 are available) | |||
You can also download the video datasets with short edge 256 (256p) from [Academic Torrents](https://academictorrents.com/)([kinetics400](https://academictorrents.com/details/184d11318372f70018cf9a72ef867e2fb9ce1d26) & [kinetics700](https://academictorrents.com/details/49f203189fb69ae96fb40a6d0e129949e1dfec98) are avaiable) and [cvdfoundation/kinetics-dataset](https://github.com/cvdfoundation/kinetics-dataset)(Host by Common Visual Data Foundation and Kinetics400/Kinetics600/Kinetics-700-2020 are available) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do Academic Torrents and cvdfoundation both host 256p?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked a few videos from cvdfoundation and they are not resize to shortside 256
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe shortside 360
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey, I have double-checked the videos in cvdfoundation and found some videos with short edge 720, maybe they are not resized to a fixed length.
Codecov Report
@@ Coverage Diff @@
## master #822 +/- ##
==========================================
+ Coverage 84.89% 85.11% +0.22%
==========================================
Files 131 131
Lines 9394 9415 +21
Branches 1605 1612 +7
==========================================
+ Hits 7975 8014 +39
+ Misses 1012 994 -18
Partials 407 407
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
No description provided.