Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,36 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
| 4 |
We introduce CVGlobal, a global cross-view retrieval dataset that is closer to real-world application scenarios. The dataset features indeterminate street view orientations and supports evaluations of cross-regional, cross-temporal, and street view to map retrieval tasks.
|
| 5 |
|
| 6 |
ECCV 2024
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- no-annotation
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
license:
|
| 7 |
+
- mit
|
| 8 |
+
language_bcp47:
|
| 9 |
+
- en-US
|
| 10 |
+
dataset_info:
|
| 11 |
+
- config_name: Brisbane
|
| 12 |
+
features:
|
| 13 |
+
- name: id
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: image
|
| 16 |
+
dtype: image
|
| 17 |
+
- name: conversations
|
| 18 |
+
list:
|
| 19 |
+
- name: from
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: value
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: data_source
|
| 24 |
+
dtype: string
|
| 25 |
+
splits:
|
| 26 |
+
- name: train
|
| 27 |
+
- config_name: Brisbane
|
| 28 |
+
data_files:
|
| 29 |
+
- split: train
|
| 30 |
+
path: Brisbane.zip
|
| 31 |
---
|
| 32 |
+
# Dataset Card for CVGlobal
|
| 33 |
+
|
| 34 |
We introduce CVGlobal, a global cross-view retrieval dataset that is closer to real-world application scenarios. The dataset features indeterminate street view orientations and supports evaluations of cross-regional, cross-temporal, and street view to map retrieval tasks.
|
| 35 |
|
| 36 |
ECCV 2024
|