add readme
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
The v0 dataset is designed to evaluate the capabilities of VLMs in a non-interactive manner. This initial version primarily serves to help readers understand the structure and design of our benchmark.
|
5 |
+
|
6 |
+
Each ability dimension is represented by a dedicated directory, and within each ability directory are multiple task-specific subdirectories. For each task, there are numerous data examples. Each example includes original multi-view images, segmented images for visual prompts, a corresponding language instruction, and the ground truth output skill sequence.
|
7 |
+
|
8 |
+
The tree constructions are as follows.
|
9 |
+
eval_vlm/
|
10 |
+
βββ ability1/
|
11 |
+
β βββ task1/
|
12 |
+
β β βββ example1
|
13 |
+
β β βββ example2
|
14 |
+
β β βββ ...
|
15 |
+
β βββ task2/
|
16 |
+
β βββ ...
|
17 |
+
βββ ability2/
|
18 |
+
β βββ task1/
|
19 |
+
β βββ ...
|
20 |
+
βββ ...
|