mmfewshot/tools/data/classification/cub/README.md

693 B

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
...