Add download functionality if available to all datasets
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17.9k
- Forks
- 7.3k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 13
Description
🚀 Feature
Add download functionality if available to all datasets.
Motivation
Currently, the following datasets have no option to download them directly:
CityscapesCoco(Detection|Captions)Flickr(8|30)kHMDB51ImageNetKinetics400LSUNUCF101
Pitch
Of those listed above only
CityscapesFlickr(8|30)kImageNet
require some manual action that cannot be provided by us. For the others we can provide a download flag.
cc @pmeier
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the dataset implementations for Cityscapes, Coco, Flickr8k/Flickr30k, HMDB51, ImageNet, Kinetics400, LSUN, and UCF101, then compare their existing download options. Done means datasets that can support automated downloading expose a download flag, while Cityscapes, Flickr8k/Flickr30k, and ImageNet retain their required manual steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- computer-vision, data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100