Corrected typo in country211.md
countaining -> containing
This commit is contained in:
parent
a1d071733d
commit
9cf4f01ae7
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
In the paper, we used an image classification dataset called Country211, to evaluate the model's capability on geolocation. To do so, we filtered the YFCC100m dataset that have GPS coordinate corresponding to a [ISO-3166 country code](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) and created a balanced dataset by sampling 150 train images, 50 validation images, and 100 test images images for each country.
|
||||
|
||||
The following command will download an 11GB archive countaining the images and extract into a subdirectory `country211`:
|
||||
The following command will download an 11GB archive containing the images and extract into a subdirectory `country211`:
|
||||
|
||||
```bash
|
||||
wget https://openaipublic.azureedge.net/clip/data/country211.tgz
|
||||
|
|
|
|||
Loading…
Reference in New Issue