-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Description
🐛 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
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
cc @pmeier