Datasets:
Correct task category and add Github link
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,21 +1,23 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
task_categories:
|
4 |
-
- visual-question-answering
|
5 |
language:
|
6 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
tags:
|
8 |
- spatial-reasoning
|
9 |
- cross-viewpoint localization
|
10 |
-
|
11 |
-
size_categories:
|
12 |
-
- 1K<n<10K
|
13 |
configs:
|
14 |
- config_name: ViewSpatial-Bench
|
15 |
data_files:
|
16 |
- split: test
|
17 |
path: ViewSpatial-Bench.json
|
18 |
---
|
|
|
19 |
# **ViewSpatial-Bench: Evaluating Multi-perspective Spatial Localization in Vision-Language Models**
|
20 |
|
21 |
<!-- Provide a quick summary of the dataset. -->
|
@@ -58,10 +60,10 @@ ds = load_dataset("lidingm/ViewSpatial-Bench")
|
|
58 |
```
|
59 |
**II. Evaluation using Open-Source Code.**
|
60 |
|
61 |
-
Evaluate using our open-source evaluation code available on Github.
|
62 |
```py
|
63 |
# Clone the repository
|
64 |
-
git clone https://github.com/
|
65 |
cd ViewSpatial-Bench
|
66 |
|
67 |
# Install dependencies
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- image-text-to-text
|
9 |
+
pretty_name: ViewSpatial-Bench
|
10 |
tags:
|
11 |
- spatial-reasoning
|
12 |
- cross-viewpoint localization
|
13 |
+
- vision-language
|
|
|
|
|
14 |
configs:
|
15 |
- config_name: ViewSpatial-Bench
|
16 |
data_files:
|
17 |
- split: test
|
18 |
path: ViewSpatial-Bench.json
|
19 |
---
|
20 |
+
|
21 |
# **ViewSpatial-Bench: Evaluating Multi-perspective Spatial Localization in Vision-Language Models**
|
22 |
|
23 |
<!-- Provide a quick summary of the dataset. -->
|
|
|
60 |
```
|
61 |
**II. Evaluation using Open-Source Code.**
|
62 |
|
63 |
+
Evaluate using our open-source evaluation code available on Github.
|
64 |
```py
|
65 |
# Clone the repository
|
66 |
+
git clone https://github.com/ZJU-REAL/ViewSpatial-Bench.git
|
67 |
cd ViewSpatial-Bench
|
68 |
|
69 |
# Install dependencies
|