pytorch / vision

Datasets, Transforms and Models specific to Computer Vision
https://pytorch.org/vision
BSD 3-Clause "New" or "Revised" License
16.07k stars 6.94k forks source link

Add download functionality if available to all datasets #3452

Open pmeier opened 3 years ago

pmeier commented 3 years ago

🚀 Feature

Add download functionality if available to all datasets.

Motivation

Currently, the following datasets have no option to download them directly:

Pitch

Of those listed above only

require some manual action that cannot be provided by us. For the others we can provide a download flag.

cc @pmeier

pmeier commented 3 years ago

Progress tracker:

Acejoy commented 11 months ago

Hey, is there any update on Flickr(8k | 30k) dataset. I have downloaded the dataset, but when I use the torchvison.datasets.Flickr8k class to load the Dataset, no image is loaded. Maybe you could add more documentation as to how the images and captions needed to be formatted.

Thanks.