Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -11,11 +11,14 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
11 |
```json
|
12 |
{
|
13 |
"codebase_version": "v2.0",
|
14 |
-
"data_path": "data/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
|
15 |
"robot_type": "aloha",
|
16 |
"total_episodes": 10,
|
17 |
"total_frames": 6000,
|
18 |
"total_tasks": 1,
|
|
|
|
|
|
|
19 |
"fps": 50,
|
20 |
"splits": {
|
21 |
"train": "0:10"
|
@@ -108,7 +111,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
108 |
]
|
109 |
},
|
110 |
"videos": {
|
111 |
-
"videos_path": "videos/{video_key}
|
112 |
"observation.images.cam_high": {
|
113 |
"video.fps": 50.0,
|
114 |
"video.width": 640,
|
|
|
11 |
```json
|
12 |
{
|
13 |
"codebase_version": "v2.0",
|
14 |
+
"data_path": "data/chunk-{episode_chunk:03d}/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
|
15 |
"robot_type": "aloha",
|
16 |
"total_episodes": 10,
|
17 |
"total_frames": 6000,
|
18 |
"total_tasks": 1,
|
19 |
+
"total_videos": 40,
|
20 |
+
"total_chunks": 1,
|
21 |
+
"chunks_size": 1000,
|
22 |
"fps": 50,
|
23 |
"splits": {
|
24 |
"train": "0:10"
|
|
|
111 |
]
|
112 |
},
|
113 |
"videos": {
|
114 |
+
"videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
115 |
"observation.images.cam_high": {
|
116 |
"video.fps": 50.0,
|
117 |
"video.width": 640,
|