File size: 738 Bytes
803ef9e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
## Datasets
Download the trasfer learning dataset from the below links,
* **ImageNet-1k**: https://image-net.org
* **DTD**: https://www.robots.ox.ac.uk/~vgg/data/dtd/
* **CUBirds**: http://www.vision.caltech.edu/datasets/cub_200_2011/ (no longer working: http://www.vision.caltech.edu/visipedia/CUB-200-2011.html)
* **VGG Flower**: https://www.robots.ox.ac.uk/~vgg/data/flowers/102/
* **Traffic Signs**: https://benchmark.ini.rub.de/gtsdb_dataset.html
* **Aircraft**: https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/
and put them under their respective paths, e.g., '../data/DTD'.
## Training and linear evaluation
All training and linear evaluation commands are provided in `main.sh` in the folder corresponding to the model. |