File size: 1,150 Bytes
64b86fa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# Dataset Download Instructions
Due to storage limitations, each dataset must be downloaded separately.
## Download Options
1. **Links in Image Metadata**
Each image entry in the dataset contains its download path in the `image` file (e.g., `./Fed-Nature/image/download_link.md`).
2. **Online Download Links**
Or you can download each part individually from these sources:
#### FGVC
https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/
#### COCO
https://cocodataset.org/#home
#### RefCOCO
https://github.com/lichengunc/refer
#### COCO-QA
https://www.cs.toronto.edu/~mren/research/imageqa/data/cocoqa/
#### ScienceQA
https://scienceqa.github.io/
#### RadGenome-ChestCT
https://huggingface.co/datasets/RadGenome/RadGenome-ChestCT
#### VQA-RAD
https://huggingface.co/datasets/flaviagiammarino/vqa-rad
#### MIMIC-CXR
https://physionet.org/content/mimic-cxr/2.1.0/
##### SLAKE
https://www.med-vqa.com/slake/
3. **Preprocessed Files**
Some preprocessed images are already in their target locations (e.g., `./Fed-RadGenome/image/RadGenome`). |