lyl472324464 commited on
Commit
91ce60a
·
verified ·
1 Parent(s): fd0ad7d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -22
README.md CHANGED
@@ -28,8 +28,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
28
  "robot_type": "aloha",
29
  "total_episodes": 100,
30
  "total_frames": 50000,
31
- "total_tasks": 1,
32
  "chunks_size": 1000,
 
 
33
  "fps": 50,
34
  "splits": {
35
  "train": "0:100"
@@ -138,7 +140,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
138
  "fps": 50
139
  },
140
  "observation.images.cam_high": {
141
- "dtype": "image",
142
  "shape": [
143
  3,
144
  480,
@@ -149,10 +151,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
149
  "height",
150
  "width"
151
  ],
152
- "fps": 50
 
 
 
 
 
 
 
 
 
 
153
  },
154
  "observation.images.cam_low": {
155
- "dtype": "image",
156
  "shape": [
157
  3,
158
  480,
@@ -163,10 +175,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
163
  "height",
164
  "width"
165
  ],
166
- "fps": 50
 
 
 
 
 
 
 
 
 
 
167
  },
168
  "observation.images.cam_left_wrist": {
169
- "dtype": "image",
170
  "shape": [
171
  3,
172
  480,
@@ -177,10 +199,20 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
177
  "height",
178
  "width"
179
  ],
180
- "fps": 50
 
 
 
 
 
 
 
 
 
 
181
  },
182
  "observation.images.cam_right_wrist": {
183
- "dtype": "image",
184
  "shape": [
185
  3,
186
  480,
@@ -191,51 +223,54 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
191
  "height",
192
  "width"
193
  ],
194
- "fps": 50
 
 
 
 
 
 
 
 
 
 
195
  },
196
  "task_index": {
197
  "dtype": "int64",
198
  "shape": [
199
  1
200
  ],
201
- "names": null,
202
- "fps": 50
203
  },
204
  "timestamp": {
205
  "dtype": "float32",
206
  "shape": [
207
  1
208
  ],
209
- "names": null,
210
- "fps": 50
211
  },
212
  "frame_index": {
213
  "dtype": "int64",
214
  "shape": [
215
  1
216
  ],
217
- "names": null,
218
- "fps": 50
219
  },
220
  "episode_index": {
221
  "dtype": "int64",
222
  "shape": [
223
  1
224
  ],
225
- "names": null,
226
- "fps": 50
227
  },
228
  "index": {
229
  "dtype": "int64",
230
  "shape": [
231
  1
232
  ],
233
- "names": null,
234
- "fps": 50
235
  }
236
- },
237
- "data_files_size_in_mb": 100,
238
- "video_files_size_in_mb": 200
239
  }
240
  ```
241
 
 
28
  "robot_type": "aloha",
29
  "total_episodes": 100,
30
  "total_frames": 50000,
31
+ "total_tasks": 2,
32
  "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
  "fps": 50,
36
  "splits": {
37
  "train": "0:100"
 
140
  "fps": 50
141
  },
142
  "observation.images.cam_high": {
143
+ "dtype": "video",
144
  "shape": [
145
  3,
146
  480,
 
151
  "height",
152
  "width"
153
  ],
154
+ "fps": 50,
155
+ "info": {
156
+ "video.height": 480,
157
+ "video.width": 640,
158
+ "video.codec": "av1",
159
+ "video.pix_fmt": "yuv420p",
160
+ "video.is_depth_map": false,
161
+ "video.fps": 50,
162
+ "video.channels": 3,
163
+ "has_audio": false
164
+ }
165
  },
166
  "observation.images.cam_low": {
167
+ "dtype": "video",
168
  "shape": [
169
  3,
170
  480,
 
175
  "height",
176
  "width"
177
  ],
178
+ "fps": 50,
179
+ "info": {
180
+ "video.height": 480,
181
+ "video.width": 640,
182
+ "video.codec": "av1",
183
+ "video.pix_fmt": "yuv420p",
184
+ "video.is_depth_map": false,
185
+ "video.fps": 50,
186
+ "video.channels": 3,
187
+ "has_audio": false
188
+ }
189
  },
190
  "observation.images.cam_left_wrist": {
191
+ "dtype": "video",
192
  "shape": [
193
  3,
194
  480,
 
199
  "height",
200
  "width"
201
  ],
202
+ "fps": 50,
203
+ "info": {
204
+ "video.height": 480,
205
+ "video.width": 640,
206
+ "video.codec": "av1",
207
+ "video.pix_fmt": "yuv420p",
208
+ "video.is_depth_map": false,
209
+ "video.fps": 50,
210
+ "video.channels": 3,
211
+ "has_audio": false
212
+ }
213
  },
214
  "observation.images.cam_right_wrist": {
215
+ "dtype": "video",
216
  "shape": [
217
  3,
218
  480,
 
223
  "height",
224
  "width"
225
  ],
226
+ "fps": 50,
227
+ "info": {
228
+ "video.height": 480,
229
+ "video.width": 640,
230
+ "video.codec": "av1",
231
+ "video.pix_fmt": "yuv420p",
232
+ "video.is_depth_map": false,
233
+ "video.fps": 50,
234
+ "video.channels": 3,
235
+ "has_audio": false
236
+ }
237
  },
238
  "task_index": {
239
  "dtype": "int64",
240
  "shape": [
241
  1
242
  ],
243
+ "names": null
 
244
  },
245
  "timestamp": {
246
  "dtype": "float32",
247
  "shape": [
248
  1
249
  ],
250
+ "names": null
 
251
  },
252
  "frame_index": {
253
  "dtype": "int64",
254
  "shape": [
255
  1
256
  ],
257
+ "names": null
 
258
  },
259
  "episode_index": {
260
  "dtype": "int64",
261
  "shape": [
262
  1
263
  ],
264
+ "names": null
 
265
  },
266
  "index": {
267
  "dtype": "int64",
268
  "shape": [
269
  1
270
  ],
271
+ "names": null
 
272
  }
273
+ }
 
 
274
  }
275
  ```
276