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

29 lines
693 B
Markdown
Raw Normal View History

# Preparing CUB Dataset
<!-- [DATASET] -->
```bibtex
@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](http://www.vision.caltech.edu/visipedia-data/CUB-200-2011/CUB_200_2011.tgz).
The data structure is as follows:
```text
mmfewshot
├── mmfewshot
├── tools
├── configs
├── data
│ ├── CUB_200_2011
│ │ ├── images
│ │ │ ├── 001.Black_footed_Albatross
...
```