Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
task_categories:
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
| 7 |
-
- aloha
|
| 8 |
configs:
|
| 9 |
- config_name: default
|
| 10 |
data_files: data/*/*.parquet
|
|
@@ -16,29 +15,27 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 16 |
|
| 17 |
|
| 18 |
|
| 19 |
-
- **Homepage:**
|
| 20 |
-
- **Paper:**
|
| 21 |
-
- **License:**
|
| 22 |
|
| 23 |
## Dataset Structure
|
| 24 |
|
| 25 |
[meta/info.json](meta/info.json):
|
| 26 |
```json
|
| 27 |
{
|
| 28 |
-
"codebase_version": "
|
| 29 |
"robot_type": "aloha",
|
| 30 |
"total_episodes": 50,
|
| 31 |
"total_frames": 20000,
|
| 32 |
"total_tasks": 1,
|
| 33 |
-
"total_videos": 50,
|
| 34 |
-
"total_chunks": 1,
|
| 35 |
"chunks_size": 1000,
|
| 36 |
"fps": 50,
|
| 37 |
"splits": {
|
| 38 |
"train": "0:50"
|
| 39 |
},
|
| 40 |
-
"data_path": "data/chunk-{
|
| 41 |
-
"video_path": "videos/chunk-{
|
| 42 |
"features": {
|
| 43 |
"observation.images.top": {
|
| 44 |
"dtype": "video",
|
|
@@ -82,7 +79,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 82 |
"right_wrist_rotate",
|
| 83 |
"right_gripper"
|
| 84 |
]
|
| 85 |
-
}
|
|
|
|
| 86 |
},
|
| 87 |
"action": {
|
| 88 |
"dtype": "float32",
|
|
@@ -106,51 +104,60 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 106 |
"right_wrist_rotate",
|
| 107 |
"right_gripper"
|
| 108 |
]
|
| 109 |
-
}
|
|
|
|
| 110 |
},
|
| 111 |
"episode_index": {
|
| 112 |
"dtype": "int64",
|
| 113 |
"shape": [
|
| 114 |
1
|
| 115 |
],
|
| 116 |
-
"names": null
|
|
|
|
| 117 |
},
|
| 118 |
"frame_index": {
|
| 119 |
"dtype": "int64",
|
| 120 |
"shape": [
|
| 121 |
1
|
| 122 |
],
|
| 123 |
-
"names": null
|
|
|
|
| 124 |
},
|
| 125 |
"timestamp": {
|
| 126 |
"dtype": "float32",
|
| 127 |
"shape": [
|
| 128 |
1
|
| 129 |
],
|
| 130 |
-
"names": null
|
|
|
|
| 131 |
},
|
| 132 |
"next.done": {
|
| 133 |
"dtype": "bool",
|
| 134 |
"shape": [
|
| 135 |
1
|
| 136 |
],
|
| 137 |
-
"names": null
|
|
|
|
| 138 |
},
|
| 139 |
"index": {
|
| 140 |
"dtype": "int64",
|
| 141 |
"shape": [
|
| 142 |
1
|
| 143 |
],
|
| 144 |
-
"names": null
|
|
|
|
| 145 |
},
|
| 146 |
"task_index": {
|
| 147 |
"dtype": "int64",
|
| 148 |
"shape": [
|
| 149 |
1
|
| 150 |
],
|
| 151 |
-
"names": null
|
|
|
|
| 152 |
}
|
| 153 |
-
}
|
|
|
|
|
|
|
| 154 |
}
|
| 155 |
```
|
| 156 |
|
|
@@ -160,12 +167,5 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 160 |
**BibTeX:**
|
| 161 |
|
| 162 |
```bibtex
|
| 163 |
-
|
| 164 |
-
title={Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware},
|
| 165 |
-
author={Tony Zhao and Vikash Kumar and Sergey Levine and Chelsea Finn},
|
| 166 |
-
journal={RSS},
|
| 167 |
-
year={2023},
|
| 168 |
-
volume={abs/2304.13705},
|
| 169 |
-
url={https://arxiv.org/abs/2304.13705}
|
| 170 |
-
}
|
| 171 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- robotics
|
| 5 |
tags:
|
| 6 |
- LeRobot
|
|
|
|
| 7 |
configs:
|
| 8 |
- config_name: default
|
| 9 |
data_files: data/*/*.parquet
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
+
- **Homepage:** [More Information Needed]
|
| 19 |
+
- **Paper:** [More Information Needed]
|
| 20 |
+
- **License:** apache-2.0
|
| 21 |
|
| 22 |
## Dataset Structure
|
| 23 |
|
| 24 |
[meta/info.json](meta/info.json):
|
| 25 |
```json
|
| 26 |
{
|
| 27 |
+
"codebase_version": "v3.0",
|
| 28 |
"robot_type": "aloha",
|
| 29 |
"total_episodes": 50,
|
| 30 |
"total_frames": 20000,
|
| 31 |
"total_tasks": 1,
|
|
|
|
|
|
|
| 32 |
"chunks_size": 1000,
|
| 33 |
"fps": 50,
|
| 34 |
"splits": {
|
| 35 |
"train": "0:50"
|
| 36 |
},
|
| 37 |
+
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
|
| 38 |
+
"video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
|
| 39 |
"features": {
|
| 40 |
"observation.images.top": {
|
| 41 |
"dtype": "video",
|
|
|
|
| 79 |
"right_wrist_rotate",
|
| 80 |
"right_gripper"
|
| 81 |
]
|
| 82 |
+
},
|
| 83 |
+
"fps": 50
|
| 84 |
},
|
| 85 |
"action": {
|
| 86 |
"dtype": "float32",
|
|
|
|
| 104 |
"right_wrist_rotate",
|
| 105 |
"right_gripper"
|
| 106 |
]
|
| 107 |
+
},
|
| 108 |
+
"fps": 50
|
| 109 |
},
|
| 110 |
"episode_index": {
|
| 111 |
"dtype": "int64",
|
| 112 |
"shape": [
|
| 113 |
1
|
| 114 |
],
|
| 115 |
+
"names": null,
|
| 116 |
+
"fps": 50
|
| 117 |
},
|
| 118 |
"frame_index": {
|
| 119 |
"dtype": "int64",
|
| 120 |
"shape": [
|
| 121 |
1
|
| 122 |
],
|
| 123 |
+
"names": null,
|
| 124 |
+
"fps": 50
|
| 125 |
},
|
| 126 |
"timestamp": {
|
| 127 |
"dtype": "float32",
|
| 128 |
"shape": [
|
| 129 |
1
|
| 130 |
],
|
| 131 |
+
"names": null,
|
| 132 |
+
"fps": 50
|
| 133 |
},
|
| 134 |
"next.done": {
|
| 135 |
"dtype": "bool",
|
| 136 |
"shape": [
|
| 137 |
1
|
| 138 |
],
|
| 139 |
+
"names": null,
|
| 140 |
+
"fps": 50
|
| 141 |
},
|
| 142 |
"index": {
|
| 143 |
"dtype": "int64",
|
| 144 |
"shape": [
|
| 145 |
1
|
| 146 |
],
|
| 147 |
+
"names": null,
|
| 148 |
+
"fps": 50
|
| 149 |
},
|
| 150 |
"task_index": {
|
| 151 |
"dtype": "int64",
|
| 152 |
"shape": [
|
| 153 |
1
|
| 154 |
],
|
| 155 |
+
"names": null,
|
| 156 |
+
"fps": 50
|
| 157 |
}
|
| 158 |
+
},
|
| 159 |
+
"data_files_size_in_mb": 100,
|
| 160 |
+
"video_files_size_in_mb": 500
|
| 161 |
}
|
| 162 |
```
|
| 163 |
|
|
|
|
| 167 |
**BibTeX:**
|
| 168 |
|
| 169 |
```bibtex
|
| 170 |
+
[More Information Needed]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
```
|