Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 1.3 KB

DATASET.md

File metadata and controls

70 lines (50 loc) · 1.3 KB

Datasets

Please download the datasets from the official corresponding websites and make sure they contain the below-listed files and are organised in the below-mentioned corresponding ways.


Stanford Dogs:

Download page.

Directory tree:

Stanford_Dogs/
|–– Images/ # contains folders with images
|   |–– n02085620-Chihuahua/
|   |–– n02085782-Japanese_spaniel/
|   |–– ...
|–– splits/ # contains .mat files with split information
|   |–– ...
|–– ...

CUB-200-2011:

Download page.

Directory tree:

CUB_200_2011/
|–– images/ # contains folders with images
|   |–– 001.Black_footed_Albatross/
|   |–– 002.Laysan_Albatross/
|   |–– ...
|–– classes.txt
|–– image_class_labels.txt
|–– images.txt
|–– train_test_split.txt
|–– ...

NABirds:

Download page.
P.S. Requires registration.

Directory tree:

NABirds/
|–– images/ # contains folders with images
|   |–– 0295/
|   |–– 0295/
|   |–– ...
|–– classes.txt
|–– hierarchy.txt
|–– image_class_labels.txt
|–– images.txt
|–– train_test_split.txt
|–– ...