Update README.md
Browse files
README.md
CHANGED
@@ -8,14 +8,13 @@ size_categories:
|
|
8 |
- 100M<n<1B
|
9 |
---
|
10 |
# ManipGen-PartNet
|
11 |
-
ManipGen-PartNet is used to train
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
|
16 |
### Structure
|
17 |
-
* `
|
18 |
-
* `
|
19 |
-
* `
|
20 |
-
* `trainset3419.txt`: the list of 3419 objects used to train pick and place policies in ManipGen in the format of "[object_code] [object_scale]"
|
21 |
|
|
|
8 |
- 100M<n<1B
|
9 |
---
|
10 |
# ManipGen-PartNet
|
11 |
+
ManipGen-PartNet is used to train grasp handle, open, and close policies in [ManipGen](https://mihdalal.github.io/manipgen/).
|
12 |
+
|
13 |
+
The dataset contains 2K+ cabinet assets (drawers and doors) for training robotic manipulation policies in simulation. We sample 1K+ handles from [PartNet](https://partnet.cs.stanford.edu/) and assemble them with procedually generated cabinet bodies.
|
14 |
+
|
15 |
|
16 |
### Structure
|
17 |
+
* `meshdata`: mesh and urdf
|
18 |
+
* `graspdata/`: pre-sampled grasp poses for Franka arm with UMI gripper
|
19 |
+
* `trainset3419.txt`: the list of 2655 objects used to train grasp handle, open, and close policies in ManipGen
|
|
|
20 |
|