CyberDJ commited on
Commit
aa7470f
Β·
1 Parent(s): 21890d3

add readme

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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
+ β”œβ”€β”€ ...