Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,30 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
+
language:
|
| 24 |
+
- en
|
| 25 |
+
tags:
|
| 26 |
+
- Vision
|
| 27 |
+
- VLM
|
| 28 |
+
- GeoDE
|
| 29 |
+
size_categories:
|
| 30 |
+
- 10K<n<100K
|
| 31 |
+
license: cc-by-4.0
|
| 32 |
+
task_categories:
|
| 33 |
+
- image-classification
|
| 34 |
---
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
```
|
| 38 |
+
@inproceedings{ramaswamy2022geode,
|
| 39 |
+
author = {Vikram V. Ramaswamy and Sing Yu Lin and Dora Zhao and Aaron B. Adcock and Laurens van der Maaten and Deepti Ghadiyaram and
|
| 40 |
+
Olga Russakovsky},
|
| 41 |
+
title = {GeoDE: a Geographically Diverse Evaluation Dataset for Object Recognition},
|
| 42 |
+
booktitle = {NeurIPS Datasets and Benchmarks},
|
| 43 |
+
year = {2023}
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
[Official Site](https://geodiverse-data-collection.cs.princeton.edu/)
|