Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 694 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 694 Bytes

Preparing CUB Dataset

@techreport{WahCUB_200_2011,
	Title = {{The Caltech-UCSD Birds-200-2011 Dataset}},
	Author = {Wah, C. and Branson, S. and Welinder, P. and Perona, P. and Belongie, S.},
	Year = {2011}
	Institution = {California Institute of Technology},
	Number = {CNS-TR-2011-001}
}

The CUB dataset can be downloaded from here.

The data structure is as follows:

mmfewshot
├── mmfewshot
├── tools
├── configs
├── data
│   ├── CUB_200_2011
│   │   ├── images
│   │   │   ├── 001.Black_footed_Albatross
...