Skip to content
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

Merged
merged 3 commits into from
Apr 20, 2021

Conversation

congee524
Copy link
Contributor

No description provided.

@@ -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)
Copy link
Contributor

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?

Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe shortside 360

Copy link
Contributor Author

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
Copy link

codecov bot commented Apr 19, 2021

Codecov Report

Merging #822 (1977206) into master (db1fa97) will increase coverage by 0.22%.
The diff coverage is 72.72%.

❗ Current head 1977206 differs from pull request most recent head daf1fa7. Consider uploading reports for the commit daf1fa7 to get more accurate results
Impacted file tree graph

@@            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              
Flag Coverage Δ
unittests 85.11% <72.72%> (+0.22%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmaction/datasets/base.py 59.71% <30.00%> (-0.15%) ⬇️
mmaction/datasets/builder.py 44.18% <33.33%> (+1.00%) ⬆️
mmaction/datasets/samplers/distributed_sampler.py 87.30% <84.21%> (+65.07%) ⬆️
mmaction/datasets/rawframe_dataset.py 96.66% <100.00%> (+8.60%) ⬆️
mmaction/datasets/samplers/__init__.py 100.00% <100.00%> (ø)
mmaction/datasets/pipelines/augmentations.py 92.05% <0.00%> (-1.06%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db1fa97...daf1fa7. Read the comment docs.

@congee524 congee524 requested a review from innerlee April 20, 2021 06:43
@innerlee innerlee merged commit 562084d into open-mmlab:master Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants