Skip to content

Downloading the kinetics dataset #5564

@sahilg06

Description

@sahilg06

🐛 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions