After downloading each dataset from the official links, set the image files as the torchvision.datasets.ImageFolder
format.
In other words, all images should be constructed as this way:
data/aircraft
├── train
│ ├── Boeing_717
│ │ ├── 1801653.jpg
│ │ ├── 1385089.jpg
│ │ ├── 0181712.jpg
│ │
│ ├── CRJ-900
│ ├── A380
│
├── test
│ ├── Boeing_717
We provide the python files for the ease of ImageFolder generation. Please carefully modify source and target paths in each python files, and run [DATASET_NAME]_image_folder_generator.py
to set the right paths for train and test folders.
We also provide the full details of each data we used.