From 9cf4f01ae7d759727f9e531d9572a529457c173d Mon Sep 17 00:00:00 2001 From: Raajan Wankhade <113465232+raajanwankhade@users.noreply.github.com> Date: Tue, 14 May 2024 16:23:56 +0530 Subject: [PATCH] Corrected typo in country211.md countaining -> containing --- data/country211.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/country211.md b/data/country211.md index 4cd096005..4e2498e24 100644 --- a/data/country211.md +++ b/data/country211.md @@ -2,11 +2,11 @@ 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 tar zxvf country211.tgz ``` -These images are a subset of the YFCC100m dataset. Use of the underlying media files is subject to the Creative Commons licenses chosen by their creators/uploaders. For more information about the YFCC100M dataset, visit [the official website](https://multimediacommons.wordpress.com/yfcc100m-core-dataset/). \ No newline at end of file +These images are a subset of the YFCC100m dataset. Use of the underlying media files is subject to the Creative Commons licenses chosen by their creators/uploaders. For more information about the YFCC100M dataset, visit [the official website](https://multimediacommons.wordpress.com/yfcc100m-core-dataset/).