mmfewshot/tools/data/classification/cub
Linyiqi acd0ab8251
update config & README & miscellaneous typos (#54)
* update all the code

* update config

* update image and README

* update README

* update README and metafile

* update RAEDME
2021-11-22 00:22:07 +08:00
..
README.md update config & README & miscellaneous typos (#54) 2021-11-22 00:22:07 +08:00

README.md

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