Datasets:
J-joon commited on
Commit ·
74facc5
1
Parent(s): e44262c
update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 28 |
"codebase_version": "v2.0",
|
| 29 |
"robot_type": "aloha",
|
| 30 |
"total_episodes": 50,
|
| 31 |
-
"total_frames":
|
| 32 |
"total_tasks": 1,
|
| 33 |
"total_videos": 50,
|
| 34 |
"total_chunks": 1,
|
|
@@ -37,8 +37,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 37 |
"splits": {
|
| 38 |
"train": "0:50"
|
| 39 |
},
|
| 40 |
-
"data_path": "data/chunk-{episode_chunk:03d}/
|
| 41 |
-
"video_path": "videos/chunk-{episode_chunk:03d}/{
|
| 42 |
"features": {
|
| 43 |
"observation.images.top": {
|
| 44 |
"dtype": "video",
|
|
@@ -168,4 +168,4 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 168 |
volume={abs/2304.13705},
|
| 169 |
url={https://arxiv.org/abs/2304.13705}
|
| 170 |
}
|
| 171 |
-
```
|
|
|
|
| 28 |
"codebase_version": "v2.0",
|
| 29 |
"robot_type": "aloha",
|
| 30 |
"total_episodes": 50,
|
| 31 |
+
"total_frames": 11350,
|
| 32 |
"total_tasks": 1,
|
| 33 |
"total_videos": 50,
|
| 34 |
"total_chunks": 1,
|
|
|
|
| 37 |
"splits": {
|
| 38 |
"train": "0:50"
|
| 39 |
},
|
| 40 |
+
"data_path": "data/chunk-{episode_chunk:03d}/file-{episode_chunk:03d}.parquet",
|
| 41 |
+
"video_path": "videos/{video_key}/chunk-{episode_chunk:03d}/file-{episode_chunk:03d}.mp4",
|
| 42 |
"features": {
|
| 43 |
"observation.images.top": {
|
| 44 |
"dtype": "video",
|
|
|
|
| 168 |
volume={abs/2304.13705},
|
| 169 |
url={https://arxiv.org/abs/2304.13705}
|
| 170 |
}
|
| 171 |
+
```
|