eunjuri commited on
Commit
e63042f
·
verified ·
1 Parent(s): a2a1141

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +436 -0
README.md ADDED
@@ -0,0 +1,436 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
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": "v2.1",
28
+ "robot_type": "Unitree_G1_Dex3",
29
+ "total_episodes": 399,
30
+ "total_frames": 145072,
31
+ "total_tasks": 10,
32
+ "total_videos": 399,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:399"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 43
46
+ ],
47
+ "names": [
48
+ "state_0",
49
+ "state_1",
50
+ "state_2",
51
+ "state_3",
52
+ "state_4",
53
+ "state_5",
54
+ "state_6",
55
+ "state_7",
56
+ "state_8",
57
+ "state_9",
58
+ "state_10",
59
+ "state_11",
60
+ "state_12",
61
+ "state_13",
62
+ "state_14",
63
+ "state_15",
64
+ "state_16",
65
+ "state_17",
66
+ "state_18",
67
+ "state_19",
68
+ "state_20",
69
+ "state_21",
70
+ "state_22",
71
+ "state_23",
72
+ "state_24",
73
+ "state_25",
74
+ "state_26",
75
+ "state_27",
76
+ "state_28",
77
+ "state_29",
78
+ "state_30",
79
+ "state_31",
80
+ "state_32",
81
+ "state_33",
82
+ "state_34",
83
+ "state_35",
84
+ "state_36",
85
+ "state_37",
86
+ "state_38",
87
+ "state_39",
88
+ "state_40",
89
+ "state_41",
90
+ "state_42"
91
+ ]
92
+ },
93
+ "action": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 14
97
+ ],
98
+ "names": [
99
+ "action_0",
100
+ "action_1",
101
+ "action_2",
102
+ "action_3",
103
+ "action_4",
104
+ "action_5",
105
+ "action_6",
106
+ "action_7",
107
+ "action_8",
108
+ "action_9",
109
+ "action_10",
110
+ "action_11",
111
+ "action_12",
112
+ "action_13"
113
+ ]
114
+ },
115
+ "observation.images.cam_left_high": {
116
+ "dtype": "video",
117
+ "shape": [
118
+ 3,
119
+ 480,
120
+ 640
121
+ ],
122
+ "names": [
123
+ "channels",
124
+ "height",
125
+ "width"
126
+ ],
127
+ "info": {
128
+ "video.fps": 30.0,
129
+ "video.height": 480,
130
+ "video.width": 640,
131
+ "video.channels": 3,
132
+ "video.codec": "av1",
133
+ "video.pix_fmt": "yuv420p",
134
+ "video.is_depth_map": false,
135
+ "has_audio": false
136
+ }
137
+ },
138
+ "observation.images.tactile_1": {
139
+ "dtype": "image",
140
+ "shape": [
141
+ 3,
142
+ 2,
143
+ 2
144
+ ],
145
+ "names": [
146
+ "channels",
147
+ "height",
148
+ "width",
149
+ "channel"
150
+ ]
151
+ },
152
+ "observation.images.tactile_2": {
153
+ "dtype": "image",
154
+ "shape": [
155
+ 3,
156
+ 2,
157
+ 2
158
+ ],
159
+ "names": [
160
+ "channels",
161
+ "height",
162
+ "width",
163
+ "channel"
164
+ ]
165
+ },
166
+ "observation.images.tactile_3": {
167
+ "dtype": "image",
168
+ "shape": [
169
+ 3,
170
+ 2,
171
+ 2
172
+ ],
173
+ "names": [
174
+ "channels",
175
+ "height",
176
+ "width",
177
+ "channel"
178
+ ]
179
+ },
180
+ "observation.images.tactile_4": {
181
+ "dtype": "image",
182
+ "shape": [
183
+ 3,
184
+ 2,
185
+ 2
186
+ ],
187
+ "names": [
188
+ "channels",
189
+ "height",
190
+ "width",
191
+ "channel"
192
+ ]
193
+ },
194
+ "observation.images.tactile_5": {
195
+ "dtype": "image",
196
+ "shape": [
197
+ 3,
198
+ 2,
199
+ 2
200
+ ],
201
+ "names": [
202
+ "channels",
203
+ "height",
204
+ "width",
205
+ "channel"
206
+ ]
207
+ },
208
+ "observation.images.tactile_6": {
209
+ "dtype": "image",
210
+ "shape": [
211
+ 3,
212
+ 2,
213
+ 2
214
+ ],
215
+ "names": [
216
+ "channels",
217
+ "height",
218
+ "width",
219
+ "channel"
220
+ ]
221
+ },
222
+ "observation.images.tactile_7": {
223
+ "dtype": "image",
224
+ "shape": [
225
+ 3,
226
+ 2,
227
+ 2
228
+ ],
229
+ "names": [
230
+ "channels",
231
+ "height",
232
+ "width",
233
+ "channel"
234
+ ]
235
+ },
236
+ "observation.images.tactile_8": {
237
+ "dtype": "image",
238
+ "shape": [
239
+ 3,
240
+ 2,
241
+ 2
242
+ ],
243
+ "names": [
244
+ "channels",
245
+ "height",
246
+ "width",
247
+ "channel"
248
+ ]
249
+ },
250
+ "observation.images.tactile_9": {
251
+ "dtype": "image",
252
+ "shape": [
253
+ 3,
254
+ 2,
255
+ 2
256
+ ],
257
+ "names": [
258
+ "channels",
259
+ "height",
260
+ "width",
261
+ "channel"
262
+ ]
263
+ },
264
+ "observation.images.tactile_10": {
265
+ "dtype": "image",
266
+ "shape": [
267
+ 3,
268
+ 2,
269
+ 2
270
+ ],
271
+ "names": [
272
+ "channels",
273
+ "height",
274
+ "width",
275
+ "channel"
276
+ ]
277
+ },
278
+ "observation.images.tactile_11": {
279
+ "dtype": "image",
280
+ "shape": [
281
+ 3,
282
+ 2,
283
+ 2
284
+ ],
285
+ "names": [
286
+ "channels",
287
+ "height",
288
+ "width",
289
+ "channel"
290
+ ]
291
+ },
292
+ "observation.images.tactile_12": {
293
+ "dtype": "image",
294
+ "shape": [
295
+ 3,
296
+ 2,
297
+ 2
298
+ ],
299
+ "names": [
300
+ "channels",
301
+ "height",
302
+ "width",
303
+ "channel"
304
+ ]
305
+ },
306
+ "observation.images.tactile_13": {
307
+ "dtype": "image",
308
+ "shape": [
309
+ 3,
310
+ 2,
311
+ 2
312
+ ],
313
+ "names": [
314
+ "channels",
315
+ "height",
316
+ "width",
317
+ "channel"
318
+ ]
319
+ },
320
+ "observation.images.tactile_14": {
321
+ "dtype": "image",
322
+ "shape": [
323
+ 3,
324
+ 2,
325
+ 2
326
+ ],
327
+ "names": [
328
+ "channels",
329
+ "height",
330
+ "width",
331
+ "channel"
332
+ ]
333
+ },
334
+ "observation.images.tactile_15": {
335
+ "dtype": "image",
336
+ "shape": [
337
+ 3,
338
+ 2,
339
+ 2
340
+ ],
341
+ "names": [
342
+ "channels",
343
+ "height",
344
+ "width",
345
+ "channel"
346
+ ]
347
+ },
348
+ "observation.images.tactile_16": {
349
+ "dtype": "image",
350
+ "shape": [
351
+ 3,
352
+ 2,
353
+ 2
354
+ ],
355
+ "names": [
356
+ "channels",
357
+ "height",
358
+ "width",
359
+ "channel"
360
+ ]
361
+ },
362
+ "observation.images.tactile_17": {
363
+ "dtype": "image",
364
+ "shape": [
365
+ 3,
366
+ 2,
367
+ 2
368
+ ],
369
+ "names": [
370
+ "channels",
371
+ "height",
372
+ "width",
373
+ "channel"
374
+ ]
375
+ },
376
+ "observation.images.tactile_18": {
377
+ "dtype": "image",
378
+ "shape": [
379
+ 3,
380
+ 2,
381
+ 2
382
+ ],
383
+ "names": [
384
+ "channels",
385
+ "height",
386
+ "width",
387
+ "channel"
388
+ ]
389
+ },
390
+ "timestamp": {
391
+ "dtype": "float32",
392
+ "shape": [
393
+ 1
394
+ ],
395
+ "names": null
396
+ },
397
+ "frame_index": {
398
+ "dtype": "int64",
399
+ "shape": [
400
+ 1
401
+ ],
402
+ "names": null
403
+ },
404
+ "episode_index": {
405
+ "dtype": "int64",
406
+ "shape": [
407
+ 1
408
+ ],
409
+ "names": null
410
+ },
411
+ "index": {
412
+ "dtype": "int64",
413
+ "shape": [
414
+ 1
415
+ ],
416
+ "names": null
417
+ },
418
+ "task_index": {
419
+ "dtype": "int64",
420
+ "shape": [
421
+ 1
422
+ ],
423
+ "names": null
424
+ }
425
+ }
426
+ }
427
+ ```
428
+
429
+
430
+ ## Citation
431
+
432
+ **BibTeX:**
433
+
434
+ ```bibtex
435
+ [More Information Needed]
436
+ ```