DrLego commited on
Commit
1f1ffc6
·
verified ·
1 Parent(s): 71f544d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ Dataset containing ~71,000 images of different countries. Merged from:
9
 
10
  [Muninn Dataset (15K)](https://www.kaggle.com/datasets/samsontsegai/muninn-dataset-15k), [Geotagged Streetview Images](https://www.kaggle.com/datasets/rohanmyer/geotagged-streetview-images-15k), [Streetview Image Dataset](https://www.kaggle.com/datasets/ayuseless/streetview-image-dataset), [50k+ google streetview images](https://www.kaggle.com/datasets/maxfleurent/50k-google-streetview-images) and [deboradum/GeoGuessr-countries](https://huggingface.co/datasets/deboradum/GeoGuessr-countries).
11
 
12
- All images were resized to a maximum width/height of 640px. Coordinates (if available) were extracted and parsed with reverse-geocoder.
13
- Each image was assigned a hash, and its information (latitude, longitude, country, country code, nearest city name, administrative regions 1 and 2) can be gathered from locations.csv.
14
 
15
  Download the dataset by downloading `world.zip` and unpacking it.
 
9
 
10
  [Muninn Dataset (15K)](https://www.kaggle.com/datasets/samsontsegai/muninn-dataset-15k), [Geotagged Streetview Images](https://www.kaggle.com/datasets/rohanmyer/geotagged-streetview-images-15k), [Streetview Image Dataset](https://www.kaggle.com/datasets/ayuseless/streetview-image-dataset), [50k+ google streetview images](https://www.kaggle.com/datasets/maxfleurent/50k-google-streetview-images) and [deboradum/GeoGuessr-countries](https://huggingface.co/datasets/deboradum/GeoGuessr-countries).
11
 
12
+ All images were resized to a maximum width/height of 640px. Coordinates (if available) were extracted and parsed with `reverse-geocoder`.
13
+ Each image was assigned a hash, and its information (latitude, longitude, country, country code, nearest city name, administrative regions 1 and 2) can be gathered from `locations.csv`.
14
 
15
  Download the dataset by downloading `world.zip` and unpacking it.