qizekun commited on
Commit
3fc5604
·
verified ·
1 Parent(s): 6e595a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - visual-question-answering
5
+ language:
6
+ - en
7
+ tags:
8
+ - Spatial Reasoning
9
+ size_categories:
10
+ - n<1K
11
+ ---
12
+
13
+
14
+ # 6-DoF SpatialBench
15
+
16
+ Previous spatial perception LLMs mainly focused on operations of positional relationships, such as left-right, near-far, size, and counting, etc.
17
+ In actual object manipulation, the orientation of the object is also a very important factor.
18
+ Therefore, we proposed a new 6-DoF spatial perception benchmark dataset for evaluating the model's reasoning capabilities in position, orientation, and position-orientation relationships.
19
+ We evaluated existing spatial perception models on this benchmark dataset.
20
+
21
+ Download the [images.zip](https://huggingface.co/datasets/qizekun/6DoF-SpatialBench/blob/main/images.zip) and extract it to `./datasets/6dof_spatialbench/`.
22
+ The overall directory structure should be:
23
+ ```
24
+ │SoFar/datasets/6dof_spatialbench/
25
+ ├── spatial_data.json
26
+ └── images/
27
+ ├── 0.png
28
+ └── ...
29
+ ```
30
+ | Data file name | Size |
31
+ |----------------------------------------------------------------------------------------------|---------:|
32
+ | [images.zip](https://huggingface.co/datasets/qizekun/6DoF-SpatialBench/blob/main/images.zip) | 531.7 MB |
33
+ | [spatial_data.json](./6dof_spatialbench/spatial_data.json) | 0.8 KB |