qizekun commited on
Commit
34187d8
·
verified ·
1 Parent(s): 906605e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -1,3 +1,39 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ language:
6
+ - en
7
+ pretty_name: Open6DOR V2
8
+ size_categories:
9
+ - 1K<n<10K
10
+ ---
11
+ # Open6DOR V2
12
+ This dataset originates from Open6DOR, the Benchmarking Open-instruction for 6-DoF Object Rearrangement.
13
+
14
+ We removed the erroneous data from Open6DOR V1 and eliminated parts that required manual judgment to facilitate replication.
15
+ Open6DOR V2 contains ~4500 tasks for 6-DoF object rearrangement & spatial relationship evaluation.
16
+
17
+ The evaluation baseline is [SoFar](https://github.com/qizekun/SoFar), a 6-DoF system for spatial reasoning and robotic manipulation.
18
+
19
+ Download the [open6dor_v2.zip](https://huggingface.co/datasets/qizekun/Open6DOR_V2/blob/main/open6dor_v2.zip) and extract it to `./datasets/open6dor_v2/`.
20
+ The overall directory structure should be:
21
+ ```
22
+ │SoFar/datasets/open6dor_v2/
23
+ ├── task_refine_pos/
24
+ │ ├── behind
25
+ │ └── ...
26
+ ├── task_refine_rot/
27
+ │ └── rot_ins
28
+ └── task_refine_6dof/
29
+ ├── behind
30
+ │ ├── Place_the_apple_behind_the_bottle_on_the_table.__upright
31
+ │ └── ...
32
+ └── ...
33
+ ```
34
+ | Data file name | Size |
35
+ |--------------------------------------------------------------------------------------------------|---------:|
36
+ | [open6dor_v2.zip](https://huggingface.co/datasets/qizekun/Open6DOR_V2/blob/main/open6dor_v2.zip) | 1.89 GB |
37
+ | task_refine_pos | 20.41 GB |
38
+ | task_refine_rot | 12.84 GB |
39
+ | task_refine_6dof | 21.99 GB |