Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix CUB dataset issue
  • Loading branch information
Yifei Ming authored Dec 17, 2022
1 parent 43b02ac commit 0929ac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For CLIP models, our reported results are based on checkpoints provided by Huggi

# Data Preparation

For complete information, refer to Appendix B in the paper. The default dataset location is `./datasets/`, which can be changed in `settings.yaml`.
For complete information, refer to Appendix B in the paper. The default dataset location is `./datasets/`.

## In-distribution Datasets

Expand All @@ -42,7 +42,7 @@ We consider the following (in-distribution) datasets:
- [`CUB-200`](http://www.vision.caltech.edu/datasets/cub_200_2011/), [`Standford-Cars`](http://ai.stanford.edu/~jkrause/cars/car_dataset.html), [`Food-101`](https://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/), [`Oxford-Pet`](https://www.robots.ox.ac.uk/~vgg/data/pets/)
- `ImageNet-1k`, `ImageNet-10`, `ImageNet-20`, `ImageNet-100`

The ImageNet-1k dataset (ILSVRC-2012) can be downloaded [here](https://image-net.org/challenges/LSVRC/2012/index.php#). ImageNet-10, ImageNet-20, and ImageNet-100 can be generated given the classnames and IDs provided in `data/ImageNet10/ImageNet-10-classlist.csv` , `data/ImageNet20/ImageNet-20-classlist.csv`, and `data/ImageNet100/class_list.txt` respectively. The other datasets will be automatically downloaded.
The ImageNet-1k dataset (ILSVRC-2012) can be downloaded [here](https://image-net.org/challenges/LSVRC/2012/index.php#). ImageNet-10, ImageNet-20, and ImageNet-100 can be generated given the classnames and IDs provided in `data/ImageNet10/ImageNet-10-classlist.csv` , `data/ImageNet20/ImageNet-20-classlist.csv`, and `data/ImageNet100/class_list.txt` respectively. CUB-200 can be downloaded from the link above. The other datasets will be automatically downloaded.

## Out-of-Distribution Datasets

Expand Down Expand Up @@ -105,4 +105,4 @@ If you find our work useful, please consider citing our paper:
booktitle={Advances in Neural Information Processing Systems},
year={2022}
}
```
```

0 comments on commit 0929ac6

Please sign in to comment.