question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if youā€™re still stuck at the end, weā€™re happy to hop on a call to see how we can help out.

Downloading the kinetics dataset

See original GitHub issue

šŸ› Describe the bug

Not able to download the kinetics dataset through torchvision.datasets.Kinetics class.

I used the following command ds = torchvision.datasets.Kinetics(root='ktest',frames_per_clip=100, num_classes='600', split='val', download=True, num_download_workers=1000, num_workers=2)

it shows the following error after sometime Screenshot 2022-03-07 at 21 05 55

I was able to get rid of this error by finding and replacing spaces with %20 in the k600_val_path.txt But still few URLs were not working.

Versions

Screenshot 2022-03-08 at 13 01 19

cc @pmeier

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
pmeiercommented, Mar 18, 2022

Just to clear some confusion for someone else reading this thread: When @bjuncek talks about ā€œJoaoā€, he doesnā€™t mean @jdsgomes, but rather Joao Carreira operating under @kinetics-cvdf. The links were updated in https://github.com/cvdfoundation/kinetics-dataset/commit/48a523ea10ad9d286e4f6f2895910fc4737e1ac5.

1reaction
bjuncekcommented, Mar 17, 2022

As for the K600 files, Iā€™m double checking with Joao whatā€™s the deal about the different file format. Thanks for generating these ā€“ we might need to use them after all

Read more comments on GitHub >

github_iconTop Results From Across the Web

Downloading The Kinetics Dataset For Human Action ...
Downloading The Kinetics Dataset For Human Action Recognition in Deep Learning. Learnings, challenges and insights about the download procedure.
Read more >
cvdfoundation/kinetics-dataset - GitHub
Kinetics Datasets Downloader. Kinetics is a collection of large-scale, high-quality datasets of URL links of up to 650,000 video clips that cover ...
Read more >
Kinetics - DeepMind
A collection of large-scale, high-quality datasets of URL links of up to 650000 video clips that cover 400/600/700 human action classes, ...
Read more >
Prepare the Kinetics400 dataset
Download Jupyter notebook: kinetics400.ipynb. Kinetics400 is an action recognition dataset of realistic action videos, collected from YouTube. With 306,245 ...
Read more >
Kinetics Dataset - Papers With Code
Task Dataset Variant Best Model Action Classification Kineticsā€‘400 InternVideoā€‘T Action Classification Kineticsā€‘600 TubeVitā€‘H Action Classification Kineticsā€‘700 InternVideoā€‘T
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found