Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -15,6 +15,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
15 |
{
|
16 |
"codebase_version": "v2.0",
|
17 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
|
|
18 |
"robot_type": "koch",
|
19 |
"total_episodes": 50,
|
20 |
"total_frames": 21267,
|
@@ -67,16 +68,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
67 |
"height",
|
68 |
"channel"
|
69 |
],
|
70 |
-
"video_path": {
|
71 |
-
"video.fps": 30.0,
|
72 |
-
"video.width": 640,
|
73 |
-
"video.height": 480,
|
74 |
-
"video.channels": 3,
|
75 |
-
"video.codec": "av1",
|
76 |
-
"video.pix_fmt": "yuv420p",
|
77 |
-
"video.is_depth_map": false,
|
78 |
-
"has_audio": false
|
79 |
-
},
|
80 |
"video_info": {
|
81 |
"video.fps": 30.0,
|
82 |
"video.width": 640,
|
@@ -100,16 +91,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
100 |
"height",
|
101 |
"channel"
|
102 |
],
|
103 |
-
"video_path": {
|
104 |
-
"video.fps": 30.0,
|
105 |
-
"video.width": 640,
|
106 |
-
"video.height": 480,
|
107 |
-
"video.channels": 3,
|
108 |
-
"video.codec": "av1",
|
109 |
-
"video.pix_fmt": "yuv420p",
|
110 |
-
"video.is_depth_map": false,
|
111 |
-
"has_audio": false
|
112 |
-
},
|
113 |
"video_info": {
|
114 |
"video.fps": 30.0,
|
115 |
"video.width": 640,
|
@@ -163,29 +144,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
163 |
],
|
164 |
"names": null
|
165 |
}
|
166 |
-
},
|
167 |
-
"videos": {
|
168 |
-
"videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
169 |
-
"observation.images.laptop": {
|
170 |
-
"video.fps": 30.0,
|
171 |
-
"video.width": 640,
|
172 |
-
"video.height": 480,
|
173 |
-
"video.channels": 3,
|
174 |
-
"video.codec": "av1",
|
175 |
-
"video.pix_fmt": "yuv420p",
|
176 |
-
"video.is_depth_map": false,
|
177 |
-
"has_audio": false
|
178 |
-
},
|
179 |
-
"observation.images.phone": {
|
180 |
-
"video.fps": 30.0,
|
181 |
-
"video.width": 640,
|
182 |
-
"video.height": 480,
|
183 |
-
"video.channels": 3,
|
184 |
-
"video.codec": "av1",
|
185 |
-
"video.pix_fmt": "yuv420p",
|
186 |
-
"video.is_depth_map": false,
|
187 |
-
"has_audio": false
|
188 |
-
}
|
189 |
}
|
190 |
}
|
191 |
```
|
|
|
15 |
{
|
16 |
"codebase_version": "v2.0",
|
17 |
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
18 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
19 |
"robot_type": "koch",
|
20 |
"total_episodes": 50,
|
21 |
"total_frames": 21267,
|
|
|
68 |
"height",
|
69 |
"channel"
|
70 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
"video_info": {
|
72 |
"video.fps": 30.0,
|
73 |
"video.width": 640,
|
|
|
91 |
"height",
|
92 |
"channel"
|
93 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
"video_info": {
|
95 |
"video.fps": 30.0,
|
96 |
"video.width": 640,
|
|
|
144 |
],
|
145 |
"names": null
|
146 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
}
|
148 |
}
|
149 |
```
|