Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# GR00T-Cross-Embodied-Bimanual-Manipulation
|
6 |
+
|
7 |
+
|
8 |
+
This dataset consists of 9 subsets of dataset which correspond to different embodiments and tasks. Each consists of 1000 trajectories
|
9 |
+
|
10 |
+
- robocasa_bimanual_panda_inspire_hand.TwoArmBoxCleanupPadRes256Freq20_1000
|
11 |
+
- robocasa_bimanual_panda_inspire_hand.TwoArmDrawerCleanupPadRes256Freq20_1000
|
12 |
+
- robocasa_bimanual_panda_inspire_hand.TwoArmLiftTrayPadRes256Freq20_1000
|
13 |
+
- robocasa_bimanual_panda_parallel_gripper.TwoArmThreePieceAssemblyPadRes256Freq20_1000
|
14 |
+
- robocasa_bimanual_panda_parallel_gripper.TwoArmTransportPadRes256Freq20_1000
|
15 |
+
- robocasa_gr1_arms_only_fourier_hands.TwoArmCanSortPadRes256Freq20_1000
|
16 |
+
- robocasa_gr1_fixed_lower_body_fourier_hands.TwoArmCoffeePadRes256Freq20_1000
|
17 |
+
- robocasa_gr1_fixed_lower_body_fourier_hands.TwoArmPouringPadRes256Freq20_1000
|
18 |
+
|
19 |
+
## Download the dataset from Huggingface
|
20 |
+
|
21 |
+
|
22 |
+
```bash
|
23 |
+
huggingface-cli download nvidia/GR00T-Cross-Embodied-Bimanual-Manipulation\
|
24 |
+
--repo-type dataset \
|
25 |
+
--include "robocasa_gr1_arms_only_fourier_hands.TwoArmCanSortPadRes256Freq20_30/**"
|
26 |
+
--local-dir $HOME/gr00t_dataset
|
27 |
+
```
|
28 |
+
|
29 |
+
**To download a specific subset of data: do `robocasa_gr1_arms_only_fourier_hands.TwoArmCanSortPadRes256Freq20_30/**`
|