Wangxxxx1111 commited on
Commit
700646f
·
verified ·
1 Parent(s): ccecf40

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. chunk-0012/part-0000/meta/modality.json +106 -0
  2. chunk-0012/part-0000/meta/stats.json +914 -0
  3. chunk-0013/part-0000/_SUCCESS +1 -0
  4. chunk-0013/part-0000/meta/info.json +392 -0
  5. chunk-0013/part-0000/meta/modality.json +106 -0
  6. chunk-0013/part-0000/meta/stats.json +914 -0
  7. chunk-0014/part-0000/_SUCCESS +1 -0
  8. chunk-0014/part-0000/meta/info.json +392 -0
  9. chunk-0014/part-0000/meta/modality.json +106 -0
  10. chunk-0014/part-0000/meta/stats.json +914 -0
  11. chunk-0015/part-0000/_SUCCESS +1 -0
  12. chunk-0015/part-0000/meta/info.json +392 -0
  13. chunk-0015/part-0000/meta/modality.json +106 -0
  14. chunk-0015/part-0000/meta/stats.json +914 -0
  15. chunk-0016/part-0000/_SUCCESS +1 -0
  16. chunk-0016/part-0000/meta/info.json +392 -0
  17. chunk-0016/part-0000/meta/modality.json +106 -0
  18. chunk-0016/part-0000/meta/stats.json +914 -0
  19. chunk-0017/part-0000/_SUCCESS +1 -0
  20. chunk-0017/part-0000/meta/info.json +392 -0
  21. chunk-0017/part-0000/meta/modality.json +106 -0
  22. chunk-0017/part-0000/meta/stats.json +914 -0
  23. chunk-0018/part-0000/_SUCCESS +1 -0
  24. chunk-0018/part-0000/meta/info.json +392 -0
  25. chunk-0018/part-0000/meta/modality.json +106 -0
  26. chunk-0018/part-0000/meta/stats.json +914 -0
  27. chunk-0019/part-0000/_SUCCESS +1 -0
  28. chunk-0019/part-0000/meta/info.json +392 -0
  29. chunk-0019/part-0000/meta/modality.json +106 -0
  30. chunk-0019/part-0000/meta/stats.json +914 -0
  31. chunk-0020/part-0000/_SUCCESS +1 -0
  32. chunk-0020/part-0000/meta/info.json +392 -0
  33. chunk-0020/part-0000/meta/modality.json +106 -0
  34. chunk-0020/part-0000/meta/stats.json +914 -0
  35. chunk-0021/part-0000/_SUCCESS +1 -0
  36. chunk-0021/part-0000/meta/info.json +392 -0
  37. chunk-0021/part-0000/meta/modality.json +106 -0
  38. chunk-0021/part-0000/meta/stats.json +914 -0
  39. chunk-0022/part-0000/_SUCCESS +1 -0
  40. chunk-0022/part-0000/meta/info.json +392 -0
  41. chunk-0022/part-0000/meta/modality.json +106 -0
  42. chunk-0022/part-0000/meta/stats.json +914 -0
  43. chunk-0023/part-0000/_SUCCESS +1 -0
  44. chunk-0023/part-0000/meta/info.json +392 -0
  45. chunk-0023/part-0000/meta/modality.json +106 -0
  46. chunk-0023/part-0000/meta/stats.json +914 -0
  47. chunk-0024/part-0000/_SUCCESS +1 -0
  48. chunk-0024/part-0000/meta/info.json +392 -0
  49. chunk-0024/part-0000/meta/modality.json +106 -0
  50. chunk-0024/part-0000/meta/stats.json +914 -0
chunk-0012/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0012/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 473779
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 473779
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 473779
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 473779
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 473779
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 473779
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.9083172678947449,
443
+ -0.7578093409538269,
444
+ -0.5448511838912964,
445
+ -0.9999849796295166,
446
+ -0.9999974966049194,
447
+ -0.9996834993362427,
448
+ -0.999999463558197,
449
+ -0.9935945868492126,
450
+ -0.9999988675117493,
451
+ -0.015339698642492294,
452
+ -0.9190180897712708,
453
+ -0.7354598641395569,
454
+ -0.3605682849884033,
455
+ -0.9804744124412537,
456
+ -1.0,
457
+ -0.9991121888160706,
458
+ -0.9999995231628418,
459
+ -0.999998152256012,
460
+ -0.9999123215675354,
461
+ -0.01227140985429287
462
+ ],
463
+ "max": [
464
+ 1.0018826723098755,
465
+ 1.1610357761383057,
466
+ 1.2837783098220825,
467
+ 0.9952681660652161,
468
+ 0.9837249517440796,
469
+ 0.9953626990318298,
470
+ 0.9990809559822083,
471
+ 0.9999985694885254,
472
+ 0.9238341450691223,
473
+ 0.6289328932762146,
474
+ 0.9157249331474304,
475
+ 1.2589123249053955,
476
+ 1.3557281494140625,
477
+ 0.9999969005584717,
478
+ 0.9836611151695251,
479
+ 0.9998584985733032,
480
+ 0.9991443157196045,
481
+ 0.9991780519485474,
482
+ 0.903777539730072,
483
+ 0.6013200283050537
484
+ ],
485
+ "mean": [
486
+ 0.0735110276196375,
487
+ -0.07051895829320816,
488
+ 0.4488932954676862,
489
+ -0.485432402359159,
490
+ -0.6839332610962676,
491
+ -0.09479190617345742,
492
+ -0.6132280223783151,
493
+ 0.4658992562543957,
494
+ -0.3085536785625003,
495
+ 0.13836951166795955,
496
+ -0.08252993450983481,
497
+ -0.060788975657699085,
498
+ 0.4454287821093868,
499
+ 0.4606711200752301,
500
+ -0.6936623195244846,
501
+ 0.04252509761579511,
502
+ -0.6541016914977652,
503
+ -0.41281186407125053,
504
+ -0.30838067935710034,
505
+ 0.14066784037824798
506
+ ],
507
+ "std": [
508
+ 0.14209358370464703,
509
+ 0.23819023697723585,
510
+ 0.20127389649190414,
511
+ 0.3069069163866337,
512
+ 0.3051792842751559,
513
+ 0.3166684714069302,
514
+ 0.3092170740237287,
515
+ 0.35037875577016053,
516
+ 0.30545610440107923,
517
+ 0.15807082731033795,
518
+ 0.13995587778051566,
519
+ 0.23663206761501415,
520
+ 0.19890987786850292,
521
+ 0.31014026930849503,
522
+ 0.3139666966734984,
523
+ 0.33172917946076286,
524
+ 0.29508906530944573,
525
+ 0.35996830811408004,
526
+ 0.29997326439013094,
527
+ 0.15895467259946092
528
+ ],
529
+ "count": [
530
+ 473779
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 1.0,
536
+ 1.0,
537
+ 1.0,
538
+ 1.0,
539
+ 1.0,
540
+ 1.0,
541
+ 1.0,
542
+ 1.0,
543
+ 1.0,
544
+ 1.0,
545
+ 1.0,
546
+ 1.0,
547
+ 1.0,
548
+ 1.0,
549
+ 1.0,
550
+ 1.0,
551
+ 1.0,
552
+ 1.0,
553
+ 1.0,
554
+ 1.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 1.0,
580
+ 1.0,
581
+ 1.0,
582
+ 1.0,
583
+ 1.0,
584
+ 1.0,
585
+ 1.0,
586
+ 1.0,
587
+ 1.0,
588
+ 1.0,
589
+ 1.0,
590
+ 1.0,
591
+ 1.0,
592
+ 1.0,
593
+ 1.0,
594
+ 1.0,
595
+ 1.0,
596
+ 1.0,
597
+ 1.0,
598
+ 1.0
599
+ ],
600
+ "std": [
601
+ 0.0,
602
+ 0.0,
603
+ 0.0,
604
+ 0.0,
605
+ 0.0,
606
+ 0.0,
607
+ 0.0,
608
+ 0.0,
609
+ 0.0,
610
+ 0.0,
611
+ 0.0,
612
+ 0.0,
613
+ 0.0,
614
+ 0.0,
615
+ 0.0,
616
+ 0.0,
617
+ 0.0,
618
+ 0.0,
619
+ 0.0,
620
+ 0.0
621
+ ],
622
+ "count": [
623
+ 473779
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.9083172678947449,
629
+ -0.756903886795044,
630
+ -0.5448511838912964,
631
+ -0.9999849796295166,
632
+ -0.9999974966049194,
633
+ -0.9996834993362427,
634
+ -0.999999463558197,
635
+ -0.9935945868492126,
636
+ -0.9999988675117493,
637
+ -0.015339698642492294,
638
+ -0.9190180897712708,
639
+ -0.7354598641395569,
640
+ -0.3605682849884033,
641
+ -0.9804744124412537,
642
+ -1.0,
643
+ -0.9991121888160706,
644
+ -0.9999995231628418,
645
+ -0.999998152256012,
646
+ -0.9999123215675354,
647
+ -0.01227140985429287
648
+ ],
649
+ "max": [
650
+ 1.0018826723098755,
651
+ 1.1610357761383057,
652
+ 1.2837783098220825,
653
+ 0.9952681660652161,
654
+ 0.9837249517440796,
655
+ 0.9953626990318298,
656
+ 0.9990809559822083,
657
+ 0.9999985694885254,
658
+ 0.9238341450691223,
659
+ 0.6289328932762146,
660
+ 0.9157249331474304,
661
+ 1.2589123249053955,
662
+ 1.3557281494140625,
663
+ 0.9999969005584717,
664
+ 0.9836611151695251,
665
+ 0.9998584985733032,
666
+ 0.9991443157196045,
667
+ 0.9991780519485474,
668
+ 0.903777539730072,
669
+ 0.6013200283050537
670
+ ],
671
+ "mean": [
672
+ 0.07348539361343999,
673
+ -0.07157856223472886,
674
+ 0.4489192202413916,
675
+ -0.4855394492009654,
676
+ -0.6839570852688563,
677
+ -0.094865237981835,
678
+ -0.6132355395734496,
679
+ 0.46604430372706374,
680
+ -0.3085931282521421,
681
+ 0.1383991523376541,
682
+ -0.08254857248070263,
683
+ -0.0618425162230998,
684
+ 0.4454665463901214,
685
+ 0.460697353282106,
686
+ -0.6936852816071282,
687
+ 0.04253657521207261,
688
+ -0.6541656553314987,
689
+ -0.41281262839713473,
690
+ -0.30847563973076647,
691
+ 0.14070760794169768
692
+ ],
693
+ "std": [
694
+ 0.14193453684284846,
695
+ 0.23727000210622606,
696
+ 0.2012601736417804,
697
+ 0.3067637659471564,
698
+ 0.3050892097179345,
699
+ 0.3166564407167608,
700
+ 0.30912431520373923,
701
+ 0.350265512657788,
702
+ 0.3054036502760276,
703
+ 0.15808016686705642,
704
+ 0.1397682563732854,
705
+ 0.23574321815000476,
706
+ 0.19888950365672242,
707
+ 0.30997731709340015,
708
+ 0.3139797660244363,
709
+ 0.33178319434005177,
710
+ 0.2950075054795316,
711
+ 0.35984922654645796,
712
+ 0.29995818838077665,
713
+ 0.15896593290257588
714
+ ],
715
+ "count": [
716
+ 473779
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 1.0,
722
+ 1.0,
723
+ 1.0,
724
+ 1.0,
725
+ 1.0,
726
+ 1.0,
727
+ 1.0,
728
+ 1.0,
729
+ 1.0,
730
+ 1.0,
731
+ 1.0,
732
+ 1.0,
733
+ 1.0,
734
+ 1.0,
735
+ 1.0,
736
+ 1.0,
737
+ 1.0,
738
+ 1.0,
739
+ 1.0,
740
+ 1.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 1.0,
766
+ 1.0,
767
+ 1.0,
768
+ 1.0,
769
+ 1.0,
770
+ 1.0,
771
+ 1.0,
772
+ 1.0,
773
+ 1.0,
774
+ 1.0,
775
+ 1.0,
776
+ 1.0,
777
+ 1.0,
778
+ 1.0,
779
+ 1.0,
780
+ 1.0,
781
+ 1.0,
782
+ 1.0,
783
+ 1.0,
784
+ 1.0
785
+ ],
786
+ "std": [
787
+ 0.0,
788
+ 0.0,
789
+ 0.0,
790
+ 0.0,
791
+ 0.0,
792
+ 0.0,
793
+ 0.0,
794
+ 0.0,
795
+ 0.0,
796
+ 0.0,
797
+ 0.0,
798
+ 0.0,
799
+ 0.0,
800
+ 0.0,
801
+ 0.0,
802
+ 0.0,
803
+ 0.0,
804
+ 0.0,
805
+ 0.0,
806
+ 0.0
807
+ ],
808
+ "count": [
809
+ 473779
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 90.12000274658203
818
+ ],
819
+ "mean": [
820
+ 11.289127717058305
821
+ ],
822
+ "std": [
823
+ 10.273389130414614
824
+ ],
825
+ "count": [
826
+ 473779
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 2253.0
835
+ ],
836
+ "mean": [
837
+ 282.2281928916225
838
+ ],
839
+ "std": [
840
+ 256.83472818602286
841
+ ],
842
+ "count": [
843
+ 473779
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1031.0
852
+ ],
853
+ "mean": [
854
+ 519.6652278805096
855
+ ],
856
+ "std": [
857
+ 302.04010712692866
858
+ ],
859
+ "count": [
860
+ 473779
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 473778.0
869
+ ],
870
+ "mean": [
871
+ 236889.0
872
+ ],
873
+ "std": [
874
+ 136768.2165928912
875
+ ],
876
+ "count": [
877
+ 473779
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 42.0
886
+ ],
887
+ "mean": [
888
+ 17.42731948862233
889
+ ],
890
+ "std": [
891
+ 12.0575144051127
892
+ ],
893
+ "count": [
894
+ 473779
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 1.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 1.0
906
+ ],
907
+ "std": [
908
+ 0.0
909
+ ],
910
+ "count": [
911
+ 473779
912
+ ]
913
+ }
914
+ }
chunk-0013/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784214088.5253673, "input_bytes": 21464195021, "input_signature": "2b737a975473598bd682521474a13d035357c89a", "sample_count": 1197, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40510684632, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0013/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1197,
6
+ "total_frames": 475136,
7
+ "total_tasks": 55,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1197"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 1007490
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0013/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0013/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 475136
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 475136
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 475136
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 475136
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 475136
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 475136
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.9821250438690186,
443
+ -0.9758160710334778,
444
+ -0.6491845846176147,
445
+ -0.9999999403953552,
446
+ -0.9999999403953552,
447
+ -0.996913731098175,
448
+ -0.9999998807907104,
449
+ -0.9989725947380066,
450
+ -0.9999692440032959,
451
+ -0.01687384396791458,
452
+ -0.9706469774246216,
453
+ -0.8026838302612305,
454
+ -0.6729428768157959,
455
+ -0.9710020422935486,
456
+ -0.9999986290931702,
457
+ -0.9970970749855042,
458
+ -0.9999967217445374,
459
+ -0.9999975562095642,
460
+ -0.9999550580978394,
461
+ -0.013805554248392582
462
+ ],
463
+ "max": [
464
+ 1.0527302026748657,
465
+ 1.1495743989944458,
466
+ 1.3179326057434082,
467
+ 0.9992761015892029,
468
+ 0.9063053131103516,
469
+ 0.9999361634254456,
470
+ 0.9996139407157898,
471
+ 0.9999993443489075,
472
+ 0.9722914695739746,
473
+ 0.6089907288551331,
474
+ 0.884674608707428,
475
+ 1.1722222566604614,
476
+ 1.2566927671432495,
477
+ 0.9999809265136719,
478
+ 0.9885446429252625,
479
+ 0.9999831914901733,
480
+ 0.9934763312339783,
481
+ 0.9996861219406128,
482
+ 0.9379329681396484,
483
+ 0.6396701335906982
484
+ ],
485
+ "mean": [
486
+ 0.08650196119520377,
487
+ -0.07864857912421504,
488
+ 0.4616829226773202,
489
+ -0.4828418949389511,
490
+ -0.6988536753531693,
491
+ -0.06588373598531301,
492
+ -0.6154116012044311,
493
+ 0.4635404832316724,
494
+ -0.32392858880453274,
495
+ 0.14462834768829239,
496
+ -0.08084883587245228,
497
+ -0.06918969189642955,
498
+ 0.4432802463062063,
499
+ 0.5085288669984253,
500
+ -0.6931531974094715,
501
+ 0.04873977667603834,
502
+ -0.6185422334802119,
503
+ -0.48245238917443334,
504
+ -0.2974022555169516,
505
+ 0.12132226586827057
506
+ ],
507
+ "std": [
508
+ 0.14995862714753186,
509
+ 0.24717806290364364,
510
+ 0.17279562915833258,
511
+ 0.3076994500032923,
512
+ 0.26804907724062665,
513
+ 0.3280203025008689,
514
+ 0.2964442234170781,
515
+ 0.3599019655338469,
516
+ 0.2899317997799927,
517
+ 0.15751914479918727,
518
+ 0.1457997376101316,
519
+ 0.2368122445875615,
520
+ 0.16585167937526218,
521
+ 0.30331642369070366,
522
+ 0.28409924207608633,
523
+ 0.2929987001282753,
524
+ 0.3134250807273184,
525
+ 0.34842744298542877,
526
+ 0.2766950157546563,
527
+ 0.14501416506713313
528
+ ],
529
+ "count": [
530
+ 475136
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.9999894766971983,
580
+ 0.9999894766971983,
581
+ 0.9999894766971983,
582
+ 0.9999894766971983,
583
+ 0.9999894766971983,
584
+ 0.9999894766971983,
585
+ 0.9999894766971983,
586
+ 0.9999894766971983,
587
+ 0.9999894766971983,
588
+ 0.9999894766971983,
589
+ 0.9999894766971983,
590
+ 0.9999894766971983,
591
+ 0.9999894766971983,
592
+ 0.9999894766971983,
593
+ 0.9999894766971983,
594
+ 0.9999894766971983,
595
+ 0.9999894766971983,
596
+ 0.9999894766971983,
597
+ 0.9999894766971983,
598
+ 0.9999894766971983
599
+ ],
600
+ "std": [
601
+ 0.0032439469881337907,
602
+ 0.0032439469881337907,
603
+ 0.0032439469881337907,
604
+ 0.0032439469881337907,
605
+ 0.0032439469881337907,
606
+ 0.0032439469881337907,
607
+ 0.0032439469881337907,
608
+ 0.0032439469881337907,
609
+ 0.0032439469881337907,
610
+ 0.0032439469881337907,
611
+ 0.0032439469881337907,
612
+ 0.0032439469881337907,
613
+ 0.0032439469881337907,
614
+ 0.0032439469881337907,
615
+ 0.0032439469881337907,
616
+ 0.0032439469881337907,
617
+ 0.0032439469881337907,
618
+ 0.0032439469881337907,
619
+ 0.0032439469881337907,
620
+ 0.0032439469881337907
621
+ ],
622
+ "count": [
623
+ 475136
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.9821250438690186,
629
+ -0.9758160710334778,
630
+ -0.6491845846176147,
631
+ -0.9999999403953552,
632
+ -0.9999999403953552,
633
+ -0.996913731098175,
634
+ -0.9999998807907104,
635
+ -0.9989334344863892,
636
+ -0.9999692440032959,
637
+ -0.015608531422913074,
638
+ -0.9706469774246216,
639
+ -0.8026838302612305,
640
+ -0.6729428768157959,
641
+ -0.9710020422935486,
642
+ -0.9999986290931702,
643
+ -0.9970970749855042,
644
+ -0.9999967217445374,
645
+ -0.9999975562095642,
646
+ -0.9999550580978394,
647
+ -0.013805554248392582
648
+ ],
649
+ "max": [
650
+ 1.0527302026748657,
651
+ 1.1495743989944458,
652
+ 1.3179326057434082,
653
+ 0.9992133975028992,
654
+ 0.9063053131103516,
655
+ 0.9999361634254456,
656
+ 0.9996139407157898,
657
+ 0.9999993443489075,
658
+ 0.9722914695739746,
659
+ 0.6089907288551331,
660
+ 0.884674608707428,
661
+ 1.1722222566604614,
662
+ 1.2566927671432495,
663
+ 0.9999809265136719,
664
+ 0.9885446429252625,
665
+ 0.9999831914901733,
666
+ 0.9934763312339783,
667
+ 0.9996861219406128,
668
+ 0.9379329681396484,
669
+ 0.6396701335906982
670
+ ],
671
+ "mean": [
672
+ 0.08643298178199382,
673
+ -0.07988536524253713,
674
+ 0.4617542210058634,
675
+ -0.4829357334245112,
676
+ -0.698937419207559,
677
+ -0.0659509614069945,
678
+ -0.6154631576136221,
679
+ 0.46362122414717316,
680
+ -0.32405714805138774,
681
+ 0.1445646916177324,
682
+ -0.08091384759276356,
683
+ -0.07042814797799515,
684
+ 0.44336017546750883,
685
+ 0.5086031309638767,
686
+ -0.6932179101978376,
687
+ 0.048805530934470306,
688
+ -0.6185959325498668,
689
+ -0.48250654716114316,
690
+ -0.29755640055988397,
691
+ 0.12130959695695288
692
+ ],
693
+ "std": [
694
+ 0.1497212854961926,
695
+ 0.246179261181254,
696
+ 0.17273093618271346,
697
+ 0.30751822524631967,
698
+ 0.2678830330683609,
699
+ 0.327995813642,
700
+ 0.2963121119848193,
701
+ 0.35973047080133963,
702
+ 0.2898974778320778,
703
+ 0.15750369061352393,
704
+ 0.14553230997085193,
705
+ 0.23583249841411572,
706
+ 0.16578626844620228,
707
+ 0.30309938982286333,
708
+ 0.2840547787594637,
709
+ 0.2929734575808309,
710
+ 0.31334463690308834,
711
+ 0.34821805704204734,
712
+ 0.27666950670483176,
713
+ 0.1450060930694557
714
+ ],
715
+ "count": [
716
+ 475136
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999789533943966,
766
+ 0.9999789533943966,
767
+ 0.9999789533943966,
768
+ 0.9999789533943966,
769
+ 0.9999789533943966,
770
+ 0.9999789533943966,
771
+ 0.9999789533943966,
772
+ 0.9999789533943966,
773
+ 0.9999789533943966,
774
+ 0.9999789533943966,
775
+ 0.9999789533943966,
776
+ 0.9999789533943966,
777
+ 0.9999789533943966,
778
+ 0.9999789533943966,
779
+ 0.9999789533943966,
780
+ 0.9999789533943966,
781
+ 0.9999789533943966,
782
+ 0.9999789533943966,
783
+ 0.9999789533943966,
784
+ 0.9999789533943966
785
+ ],
786
+ "std": [
787
+ 0.00458760968739068,
788
+ 0.00458760968739068,
789
+ 0.00458760968739068,
790
+ 0.00458760968739068,
791
+ 0.00458760968739068,
792
+ 0.00458760968739068,
793
+ 0.00458760968739068,
794
+ 0.00458760968739068,
795
+ 0.00458760968739068,
796
+ 0.00458760968739068,
797
+ 0.00458760968739068,
798
+ 0.00458760968739068,
799
+ 0.00458760968739068,
800
+ 0.00458760968739068,
801
+ 0.00458760968739068,
802
+ 0.00458760968739068,
803
+ 0.00458760968739068,
804
+ 0.00458760968739068,
805
+ 0.00458760968739068,
806
+ 0.00458760968739068
807
+ ],
808
+ "count": [
809
+ 475136
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 95.5199966430664
818
+ ],
819
+ "mean": [
820
+ 10.789604829319803
821
+ ],
822
+ "std": [
823
+ 11.523948684811453
824
+ ],
825
+ "count": [
826
+ 475136
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 2388.0
835
+ ],
836
+ "mean": [
837
+ 269.74012072332977
838
+ ],
839
+ "std": [
840
+ 288.09871705884257
841
+ ],
842
+ "count": [
843
+ 475136
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1196.0
852
+ ],
853
+ "mean": [
854
+ 570.0496047447467
855
+ ],
856
+ "std": [
857
+ 336.82790960848945
858
+ ],
859
+ "count": [
860
+ 475136
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 475135.0
869
+ ],
870
+ "mean": [
871
+ 237567.5
872
+ ],
873
+ "std": [
874
+ 137159.94875053724
875
+ ],
876
+ "count": [
877
+ 475136
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 54.0
886
+ ],
887
+ "mean": [
888
+ 25.89567618534483
889
+ ],
890
+ "std": [
891
+ 16.31863606046356
892
+ ],
893
+ "count": [
894
+ 475136
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999894766971983
906
+ ],
907
+ "std": [
908
+ 0.0032439469881337907
909
+ ],
910
+ "count": [
911
+ 475136
912
+ ]
913
+ }
914
+ }
chunk-0014/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215869.982307, "input_bytes": 21451928671, "input_signature": "0e4d0628db5e681514b883c6d822ba63c0d44786", "sample_count": 1301, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40676950986, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0014/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1301,
6
+ "total_frames": 482066,
7
+ "total_tasks": 43,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1301"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 787184
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0014/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0014/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 482066
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 482066
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 482066
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 482066
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 482066
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 482066
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.827402651309967,
443
+ -0.7585437893867493,
444
+ -0.8198638558387756,
445
+ -0.9999849796295166,
446
+ -0.9999999403953552,
447
+ -0.9999017715454102,
448
+ -0.9999939203262329,
449
+ -0.9998688101768494,
450
+ -0.9999718070030212,
451
+ -0.013805554248392582,
452
+ -0.8674958348274231,
453
+ -0.7609862089157104,
454
+ -0.8293038010597229,
455
+ -0.9677894711494446,
456
+ -0.9999990463256836,
457
+ -0.9982702136039734,
458
+ -0.9999982118606567,
459
+ -0.999996542930603,
460
+ -0.9999789595603943,
461
+ -0.015339698642492294
462
+ ],
463
+ "max": [
464
+ 0.9535803198814392,
465
+ 0.9636967182159424,
466
+ 1.4022072553634644,
467
+ 0.9927087426185608,
468
+ 0.9679237008094788,
469
+ 0.9999688863754272,
470
+ 0.9979458451271057,
471
+ 0.9999993443489075,
472
+ 0.99110347032547,
473
+ 0.6105248928070068,
474
+ 0.7526129484176636,
475
+ 1.0085614919662476,
476
+ 1.2431849241256714,
477
+ 0.9999858140945435,
478
+ 0.990545392036438,
479
+ 0.9978877902030945,
480
+ 0.9999501705169678,
481
+ 0.9941936135292053,
482
+ 0.8859753608703613,
483
+ 0.6948941349983215
484
+ ],
485
+ "mean": [
486
+ 0.10131538985387084,
487
+ -0.10274684753090055,
488
+ 0.4551076844873355,
489
+ -0.42524247887556105,
490
+ -0.7403548971176491,
491
+ -0.08576762375870152,
492
+ -0.6762514473085802,
493
+ 0.4408057136800205,
494
+ -0.27834171351756304,
495
+ 0.12267556396750405,
496
+ -0.07097788569077529,
497
+ -0.09912772336137277,
498
+ 0.4466413088435179,
499
+ 0.4932578343635624,
500
+ -0.7071213228161112,
501
+ -0.026210244447766214,
502
+ -0.688464178755092,
503
+ -0.44234077814604295,
504
+ -0.28554182450799087,
505
+ 0.10975450791927398
506
+ ],
507
+ "std": [
508
+ 0.13440038197762327,
509
+ 0.2244025090608373,
510
+ 0.1582266629365863,
511
+ 0.2814021296861657,
512
+ 0.2756278725731795,
513
+ 0.3294381466718001,
514
+ 0.29243178198450476,
515
+ 0.3250629650177114,
516
+ 0.2823436115468545,
517
+ 0.15257577942305478,
518
+ 0.1269643616346834,
519
+ 0.21935366662543024,
520
+ 0.15724668866537975,
521
+ 0.277895021575292,
522
+ 0.29178628107037546,
523
+ 0.30598086526200147,
524
+ 0.27867647581459304,
525
+ 0.3065685063420486,
526
+ 0.27779983745108705,
527
+ 0.1444417665827822
528
+ ],
529
+ "count": [
530
+ 482066
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.9999875535715027,
580
+ 0.9999875535715027,
581
+ 0.9999875535715027,
582
+ 0.9999875535715027,
583
+ 0.9999875535715027,
584
+ 0.9999875535715027,
585
+ 0.9999875535715027,
586
+ 0.9999875535715027,
587
+ 0.9999875535715027,
588
+ 0.9999875535715027,
589
+ 0.9999875535715027,
590
+ 0.9999875535715027,
591
+ 0.9999875535715027,
592
+ 0.9999875535715027,
593
+ 0.9999875535715027,
594
+ 0.9999875535715027,
595
+ 0.9999875535715027,
596
+ 0.9999875535715027,
597
+ 0.9999875535715027,
598
+ 0.9999875535715027
599
+ ],
600
+ "std": [
601
+ 0.0035279276613559367,
602
+ 0.0035279276613559367,
603
+ 0.0035279276613559367,
604
+ 0.0035279276613559367,
605
+ 0.0035279276613559367,
606
+ 0.0035279276613559367,
607
+ 0.0035279276613559367,
608
+ 0.0035279276613559367,
609
+ 0.0035279276613559367,
610
+ 0.0035279276613559367,
611
+ 0.0035279276613559367,
612
+ 0.0035279276613559367,
613
+ 0.0035279276613559367,
614
+ 0.0035279276613559367,
615
+ 0.0035279276613559367,
616
+ 0.0035279276613559367,
617
+ 0.0035279276613559367,
618
+ 0.0035279276613559367,
619
+ 0.0035279276613559367,
620
+ 0.0035279276613559367
621
+ ],
622
+ "count": [
623
+ 482066
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.827402651309967,
629
+ -0.7585437893867493,
630
+ -0.8198638558387756,
631
+ -0.9999849796295166,
632
+ -0.9999999403953552,
633
+ -0.9999017715454102,
634
+ -0.9999939203262329,
635
+ -0.9998688101768494,
636
+ -0.9999718070030212,
637
+ -0.013805554248392582,
638
+ -0.8674958348274231,
639
+ -0.7609862089157104,
640
+ -0.8293038010597229,
641
+ -0.9677894711494446,
642
+ -0.9999990463256836,
643
+ -0.9982702136039734,
644
+ -0.9999982118606567,
645
+ -0.999996542930603,
646
+ -0.9999789595603943,
647
+ -0.015339698642492294
648
+ ],
649
+ "max": [
650
+ 0.9362838268280029,
651
+ 0.9636967182159424,
652
+ 1.4022072553634644,
653
+ 0.9920870065689087,
654
+ 0.9679237008094788,
655
+ 0.9999688863754272,
656
+ 0.9979458451271057,
657
+ 0.9999993443489075,
658
+ 0.99110347032547,
659
+ 0.6105248928070068,
660
+ 0.7526129484176636,
661
+ 1.0085614919662476,
662
+ 1.2431849241256714,
663
+ 0.9999858140945435,
664
+ 0.990545392036438,
665
+ 0.9978877902030945,
666
+ 0.9999501705169678,
667
+ 0.9941936135292053,
668
+ 0.8859753608703613,
669
+ 0.6948941349983215
670
+ ],
671
+ "mean": [
672
+ 0.10134110021123481,
673
+ -0.10403596645569435,
674
+ 0.4551844769903813,
675
+ -0.42540415345672217,
676
+ -0.7405185014500728,
677
+ -0.08592001648326293,
678
+ -0.6763610047175099,
679
+ 0.440986697570216,
680
+ -0.2784475676201798,
681
+ 0.12263484934127188,
682
+ -0.07094561388032299,
683
+ -0.10040431567282192,
684
+ 0.44672914590223844,
685
+ 0.4933608764800112,
686
+ -0.7073109494932053,
687
+ -0.026071635236597845,
688
+ -0.6885991754268572,
689
+ -0.4424559613340164,
690
+ -0.2856816437148196,
691
+ 0.1097041995114744
692
+ ],
693
+ "std": [
694
+ 0.13411253145345792,
695
+ 0.2232734634496756,
696
+ 0.1581871695264257,
697
+ 0.28095649407176904,
698
+ 0.2754462370823355,
699
+ 0.3293542544748128,
700
+ 0.2922853906461129,
701
+ 0.32468051375493406,
702
+ 0.28228583095982257,
703
+ 0.15257551730711297,
704
+ 0.1267058279634581,
705
+ 0.21826094797610737,
706
+ 0.15720219935892815,
707
+ 0.2776198722487178,
708
+ 0.2914903179860784,
709
+ 0.3059201483719454,
710
+ 0.2783753335306663,
711
+ 0.3063411014090394,
712
+ 0.27769083442089915,
713
+ 0.14442214812801885
714
+ ],
715
+ "count": [
716
+ 482066
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999751071430053,
766
+ 0.9999751071430053,
767
+ 0.9999751071430053,
768
+ 0.9999751071430053,
769
+ 0.9999751071430053,
770
+ 0.9999751071430053,
771
+ 0.9999751071430053,
772
+ 0.9999751071430053,
773
+ 0.9999751071430053,
774
+ 0.9999751071430053,
775
+ 0.9999751071430053,
776
+ 0.9999751071430053,
777
+ 0.9999751071430053,
778
+ 0.9999751071430053,
779
+ 0.9999751071430053,
780
+ 0.9999751071430053,
781
+ 0.9999751071430053,
782
+ 0.9999751071430053,
783
+ 0.9999751071430053,
784
+ 0.9999751071430053
785
+ ],
786
+ "std": [
787
+ 0.004989212096148652,
788
+ 0.004989212096148652,
789
+ 0.004989212096148652,
790
+ 0.004989212096148652,
791
+ 0.004989212096148652,
792
+ 0.004989212096148652,
793
+ 0.004989212096148652,
794
+ 0.004989212096148652,
795
+ 0.004989212096148652,
796
+ 0.004989212096148652,
797
+ 0.004989212096148652,
798
+ 0.004989212096148652,
799
+ 0.004989212096148652,
800
+ 0.004989212096148652,
801
+ 0.004989212096148652,
802
+ 0.004989212096148652,
803
+ 0.004989212096148652,
804
+ 0.004989212096148652,
805
+ 0.004989212096148652,
806
+ 0.004989212096148652
807
+ ],
808
+ "count": [
809
+ 482066
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 38.79999923706055
818
+ ],
819
+ "mean": [
820
+ 8.577986167995132
821
+ ],
822
+ "std": [
823
+ 6.305779614983139
824
+ ],
825
+ "count": [
826
+ 482066
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 970.0
835
+ ],
836
+ "mean": [
837
+ 214.44965419672826
838
+ ],
839
+ "std": [
840
+ 157.64449027103612
841
+ ],
842
+ "count": [
843
+ 482066
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1300.0
852
+ ],
853
+ "mean": [
854
+ 654.8712043579095
855
+ ],
856
+ "std": [
857
+ 381.6925676256216
858
+ ],
859
+ "count": [
860
+ 482066
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 482065.0
869
+ ],
870
+ "mean": [
871
+ 241032.5
872
+ ],
873
+ "std": [
874
+ 139160.4674332837
875
+ ],
876
+ "count": [
877
+ 482066
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 42.0
886
+ ],
887
+ "mean": [
888
+ 17.60912406185045
889
+ ],
890
+ "std": [
891
+ 11.30879558582249
892
+ ],
893
+ "count": [
894
+ 482066
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999875535715027
906
+ ],
907
+ "std": [
908
+ 0.0035279276613559367
909
+ ],
910
+ "count": [
911
+ 482066
912
+ ]
913
+ }
914
+ }
chunk-0015/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215508.9822187, "input_bytes": 21472535155, "input_signature": "55f1fb4e1979e8bfd6a0ab35c669971014109328", "sample_count": 1327, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40517194296, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0015/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1327,
6
+ "total_frames": 477822,
7
+ "total_tasks": 43,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1327"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 782004
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0015/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0015/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 477822
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 477822
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 477822
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 477822
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 477822
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 477822
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.8885118365287781,
443
+ -0.8696284890174866,
444
+ -0.40004923939704895,
445
+ -0.9999995231628418,
446
+ -0.9999984502792358,
447
+ -0.9999942779541016,
448
+ -0.9999999403953552,
449
+ -0.9964189529418945,
450
+ -0.999826967716217,
451
+ -0.01227140985429287,
452
+ -1.0257651805877686,
453
+ -0.8448315262794495,
454
+ -0.38019147515296936,
455
+ -0.9877942204475403,
456
+ -0.9999986290931702,
457
+ -0.9999671578407288,
458
+ -0.9999986290931702,
459
+ -0.9999961256980896,
460
+ -0.9997457265853882,
461
+ -0.01687384396791458
462
+ ],
463
+ "max": [
464
+ 1.0575964450836182,
465
+ 0.9748283624649048,
466
+ 1.4118307828903198,
467
+ 0.9885414242744446,
468
+ 0.9996716380119324,
469
+ 0.9999834895133972,
470
+ 0.8810803294181824,
471
+ 0.9999964237213135,
472
+ 0.9961265921592712,
473
+ 0.6120590567588806,
474
+ 0.8878793716430664,
475
+ 0.906612753868103,
476
+ 1.2956048250198364,
477
+ 0.9999945759773254,
478
+ 0.9994645714759827,
479
+ 0.9992828965187073,
480
+ 0.9997037053108215,
481
+ 0.9981266260147095,
482
+ 0.9542718529701233,
483
+ 0.6979606747627258
484
+ ],
485
+ "mean": [
486
+ 0.09082541281735967,
487
+ -0.10492345955319816,
488
+ 0.4568586560655512,
489
+ -0.438162477277431,
490
+ -0.7539743213993336,
491
+ -0.054684888501054234,
492
+ -0.7141573609656066,
493
+ 0.4394154830828991,
494
+ -0.25580602596056945,
495
+ 0.13188130644770957,
496
+ -0.07118497999611853,
497
+ -0.10376618618306739,
498
+ 0.46013642705862234,
499
+ 0.48312173366724265,
500
+ -0.7366429586712349,
501
+ 0.022196127022397608,
502
+ -0.6997337591053187,
503
+ -0.4549500486803245,
504
+ -0.2803340343453641,
505
+ 0.12524718293340437
506
+ ],
507
+ "std": [
508
+ 0.13515159894116205,
509
+ 0.2381190199961627,
510
+ 0.14919245990344057,
511
+ 0.27056862197082376,
512
+ 0.2485725307844707,
513
+ 0.31866949473270484,
514
+ 0.2555601508657176,
515
+ 0.3083465403886309,
516
+ 0.26658581065758635,
517
+ 0.1562205662651893,
518
+ 0.1350365698896205,
519
+ 0.23171744648895357,
520
+ 0.15004952599321097,
521
+ 0.26212603491096437,
522
+ 0.25619444300075855,
523
+ 0.29851670481870424,
524
+ 0.2427803092208508,
525
+ 0.306638169595876,
526
+ 0.2680236989186564,
527
+ 0.1541222987080835
528
+ ],
529
+ "count": [
530
+ 477822
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.9999979071704526,
580
+ 0.9999979071704526,
581
+ 0.9999979071704526,
582
+ 0.9999979071704526,
583
+ 0.9999979071704526,
584
+ 0.9999979071704526,
585
+ 0.9999979071704526,
586
+ 0.9999979071704526,
587
+ 0.9999979071704526,
588
+ 0.9999979071704526,
589
+ 0.9999979071704526,
590
+ 0.9999979071704526,
591
+ 0.9999979071704526,
592
+ 0.9999979071704526,
593
+ 0.9999979071704526,
594
+ 0.9999979071704526,
595
+ 0.9999979071704526,
596
+ 0.9999979071704526,
597
+ 0.9999979071704526,
598
+ 0.9999979071704526
599
+ ],
600
+ "std": [
601
+ 0.0014466600041022665,
602
+ 0.0014466600041022665,
603
+ 0.0014466600041022665,
604
+ 0.0014466600041022665,
605
+ 0.0014466600041022665,
606
+ 0.0014466600041022665,
607
+ 0.0014466600041022665,
608
+ 0.0014466600041022665,
609
+ 0.0014466600041022665,
610
+ 0.0014466600041022665,
611
+ 0.0014466600041022665,
612
+ 0.0014466600041022665,
613
+ 0.0014466600041022665,
614
+ 0.0014466600041022665,
615
+ 0.0014466600041022665,
616
+ 0.0014466600041022665,
617
+ 0.0014466600041022665,
618
+ 0.0014466600041022665,
619
+ 0.0014466600041022665,
620
+ 0.0014466600041022665
621
+ ],
622
+ "count": [
623
+ 477822
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.8885118365287781,
629
+ -0.8696284890174866,
630
+ -0.40004923939704895,
631
+ -0.9999995231628418,
632
+ -0.9999984502792358,
633
+ -0.9999942779541016,
634
+ -0.9999999403953552,
635
+ -0.9964189529418945,
636
+ -0.999826967716217,
637
+ -0.01227140985429287,
638
+ -1.0257651805877686,
639
+ -0.8448315262794495,
640
+ -0.38019147515296936,
641
+ -0.9877942204475403,
642
+ -0.9999986290931702,
643
+ -0.9999671578407288,
644
+ -0.9999986290931702,
645
+ -0.9999961256980896,
646
+ -0.9997457265853882,
647
+ -0.01687384396791458
648
+ ],
649
+ "max": [
650
+ 1.0575964450836182,
651
+ 0.9748283624649048,
652
+ 1.4118307828903198,
653
+ 0.9885414242744446,
654
+ 0.9996716380119324,
655
+ 0.9999834895133972,
656
+ 0.8810803294181824,
657
+ 0.9999964237213135,
658
+ 0.9961265921592712,
659
+ 0.6120590567588806,
660
+ 0.8878793716430664,
661
+ 0.906612753868103,
662
+ 1.2956048250198364,
663
+ 0.9999945759773254,
664
+ 0.9994645714759827,
665
+ 0.9992828965187073,
666
+ 0.9997037053108215,
667
+ 0.9981266260147095,
668
+ 0.9542718529701233,
669
+ 0.6979606747627258
670
+ ],
671
+ "mean": [
672
+ 0.09084986866751511,
673
+ -0.10633326263535764,
674
+ 0.4569291718356329,
675
+ -0.4382932479870917,
676
+ -0.7539904912248065,
677
+ -0.05477059778719674,
678
+ -0.7141492489435891,
679
+ 0.43954284636086854,
680
+ -0.2558910565707763,
681
+ 0.1318206304302603,
682
+ -0.07113449301307316,
683
+ -0.10516521419596819,
684
+ 0.4602061222105384,
685
+ 0.48315522821899853,
686
+ -0.7367396894194035,
687
+ 0.022252355302334985,
688
+ -0.699807261146606,
689
+ -0.4549830389162816,
690
+ -0.2804027260634301,
691
+ 0.12520865648943152
692
+ ],
693
+ "std": [
694
+ 0.13495842424266857,
695
+ 0.23697478784298973,
696
+ 0.14913900715484266,
697
+ 0.27034272754688543,
698
+ 0.24854315079021527,
699
+ 0.31865131628413745,
700
+ 0.2555348555698251,
701
+ 0.30814159563387183,
702
+ 0.26657719009341874,
703
+ 0.15620856863954946,
704
+ 0.13487996185611034,
705
+ 0.23059998550571606,
706
+ 0.14999780005736735,
707
+ 0.2619512410049662,
708
+ 0.2560460121487057,
709
+ 0.29850037717985206,
710
+ 0.24264271412854735,
711
+ 0.3064888501781944,
712
+ 0.2679993298122841,
713
+ 0.1541184062227157
714
+ ],
715
+ "count": [
716
+ 477822
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999958143409052,
766
+ 0.9999958143409052,
767
+ 0.9999958143409052,
768
+ 0.9999958143409052,
769
+ 0.9999958143409052,
770
+ 0.9999958143409052,
771
+ 0.9999958143409052,
772
+ 0.9999958143409052,
773
+ 0.9999958143409052,
774
+ 0.9999958143409052,
775
+ 0.9999958143409052,
776
+ 0.9999958143409052,
777
+ 0.9999958143409052,
778
+ 0.9999958143409052,
779
+ 0.9999958143409052,
780
+ 0.9999958143409052,
781
+ 0.9999958143409052,
782
+ 0.9999958143409052,
783
+ 0.9999958143409052,
784
+ 0.9999958143409052
785
+ ],
786
+ "std": [
787
+ 0.002045884057092997,
788
+ 0.002045884057092997,
789
+ 0.002045884057092997,
790
+ 0.002045884057092997,
791
+ 0.002045884057092997,
792
+ 0.002045884057092997,
793
+ 0.002045884057092997,
794
+ 0.002045884057092997,
795
+ 0.002045884057092997,
796
+ 0.002045884057092997,
797
+ 0.002045884057092997,
798
+ 0.002045884057092997,
799
+ 0.002045884057092997,
800
+ 0.002045884057092997,
801
+ 0.002045884057092997,
802
+ 0.002045884057092997,
803
+ 0.002045884057092997,
804
+ 0.002045884057092997,
805
+ 0.002045884057092997,
806
+ 0.002045884057092997
807
+ ],
808
+ "count": [
809
+ 477822
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 43.2400016784668
818
+ ],
819
+ "mean": [
820
+ 8.571874798283549
821
+ ],
822
+ "std": [
823
+ 6.503642105741468
824
+ ],
825
+ "count": [
826
+ 477822
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 1081.0
835
+ ],
836
+ "mean": [
837
+ 214.2968699641289
838
+ ],
839
+ "std": [
840
+ 162.59105255341757
841
+ ],
842
+ "count": [
843
+ 477822
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1326.0
852
+ ],
853
+ "mean": [
854
+ 663.6425112280306
855
+ ],
856
+ "std": [
857
+ 390.06292007658686
858
+ ],
859
+ "count": [
860
+ 477822
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 477821.0
869
+ ],
870
+ "mean": [
871
+ 238910.5
872
+ ],
873
+ "std": [
874
+ 137935.3301620606
875
+ ],
876
+ "count": [
877
+ 477822
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 42.0
886
+ ],
887
+ "mean": [
888
+ 20.159320834955277
889
+ ],
890
+ "std": [
891
+ 10.961144430400841
892
+ ],
893
+ "count": [
894
+ 477822
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999979071704526
906
+ ],
907
+ "std": [
908
+ 0.0014466600041022665
909
+ ],
910
+ "count": [
911
+ 477822
912
+ ]
913
+ }
914
+ }
chunk-0016/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215380.3312538, "input_bytes": 21470306996, "input_signature": "bbde5d7f1590470f538ed205048237f143d561c0", "sample_count": 1226, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40545276467, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0016/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1226,
6
+ "total_frames": 479320,
7
+ "total_tasks": 43,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1226"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 741241
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0016/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0016/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 479320
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 479320
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 479320
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 479320
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 479320
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 479320
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.9282503128051758,
443
+ -0.8187373280525208,
444
+ -0.6964215040206909,
445
+ -0.999989926815033,
446
+ -0.9999991059303284,
447
+ -0.9999960660934448,
448
+ -0.9999988675117493,
449
+ -0.9998272061347961,
450
+ -0.9999698400497437,
451
+ -0.015339698642492294,
452
+ -1.0632261037826538,
453
+ -0.8185592889785767,
454
+ -0.6187463998794556,
455
+ -0.9786523580551147,
456
+ -0.9999998211860657,
457
+ -0.9997332096099854,
458
+ -0.9999974966049194,
459
+ -0.9999997615814209,
460
+ -0.9999241828918457,
461
+ -0.013805554248392582
462
+ ],
463
+ "max": [
464
+ 0.7320911288261414,
465
+ 0.8554900884628296,
466
+ 1.442967414855957,
467
+ 0.9879030585289001,
468
+ 0.933954119682312,
469
+ 0.9998553991317749,
470
+ 0.9893630743026733,
471
+ 0.9999979734420776,
472
+ 0.9724220037460327,
473
+ 0.7209711074829102,
474
+ 0.7579855918884277,
475
+ 0.9012499451637268,
476
+ 1.457228660583496,
477
+ 0.9999788999557495,
478
+ 0.9964525699615479,
479
+ 0.9999746680259705,
480
+ 0.9981482625007629,
481
+ 0.9807755351066589,
482
+ 0.9680145382881165,
483
+ 0.6381360292434692
484
+ ],
485
+ "mean": [
486
+ 0.07893029292790633,
487
+ -0.11654462476102197,
488
+ 0.4626243867700707,
489
+ -0.45268616470778517,
490
+ -0.7117574518236062,
491
+ -0.10157744991005334,
492
+ -0.6746130606323083,
493
+ 0.471123376718534,
494
+ -0.24120369477172074,
495
+ 0.13342789183288234,
496
+ -0.07381815484958493,
497
+ -0.10938732110189646,
498
+ 0.4570230431871104,
499
+ 0.46777255067893975,
500
+ -0.7348921892554,
501
+ 0.03684588125948042,
502
+ -0.6975734898081584,
503
+ -0.4523762132753294,
504
+ -0.26740120079070484,
505
+ 0.12399990233987192
506
+ ],
507
+ "std": [
508
+ 0.14449103830768673,
509
+ 0.22630942979450402,
510
+ 0.159414305236786,
511
+ 0.26892227220524695,
512
+ 0.29923759863381166,
513
+ 0.34102237276080566,
514
+ 0.28697144069578406,
515
+ 0.3118026170637158,
516
+ 0.29186860091982947,
517
+ 0.1470930325142913,
518
+ 0.14488303400854433,
519
+ 0.22035835100277437,
520
+ 0.1635833020334159,
521
+ 0.290908087758026,
522
+ 0.2619743270307289,
523
+ 0.29412009183971805,
524
+ 0.25265348317764424,
525
+ 0.31260241598238164,
526
+ 0.275117307327933,
527
+ 0.15258714702218037
528
+ ],
529
+ "count": [
530
+ 479320
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.9999937411332721,
580
+ 0.9999937411332721,
581
+ 0.9999937411332721,
582
+ 0.9999937411332721,
583
+ 0.9999937411332721,
584
+ 0.9999937411332721,
585
+ 0.9999937411332721,
586
+ 0.9999937411332721,
587
+ 0.9999937411332721,
588
+ 0.9999937411332721,
589
+ 0.9999937411332721,
590
+ 0.9999937411332721,
591
+ 0.9999937411332721,
592
+ 0.9999937411332721,
593
+ 0.9999937411332721,
594
+ 0.9999937411332721,
595
+ 0.9999937411332721,
596
+ 0.9999937411332721,
597
+ 0.9999937411332721,
598
+ 0.9999937411332721
599
+ ],
600
+ "std": [
601
+ 0.0025017648879244766,
602
+ 0.0025017648879244766,
603
+ 0.0025017648879244766,
604
+ 0.0025017648879244766,
605
+ 0.0025017648879244766,
606
+ 0.0025017648879244766,
607
+ 0.0025017648879244766,
608
+ 0.0025017648879244766,
609
+ 0.0025017648879244766,
610
+ 0.0025017648879244766,
611
+ 0.0025017648879244766,
612
+ 0.0025017648879244766,
613
+ 0.0025017648879244766,
614
+ 0.0025017648879244766,
615
+ 0.0025017648879244766,
616
+ 0.0025017648879244766,
617
+ 0.0025017648879244766,
618
+ 0.0025017648879244766,
619
+ 0.0025017648879244766,
620
+ 0.0025017648879244766
621
+ ],
622
+ "count": [
623
+ 479320
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.9282503128051758,
629
+ -0.8187373280525208,
630
+ -0.6964215040206909,
631
+ -0.999989926815033,
632
+ -0.9999991059303284,
633
+ -0.9999960660934448,
634
+ -0.9999988675117493,
635
+ -0.9998272061347961,
636
+ -0.9999698400497437,
637
+ -0.015339698642492294,
638
+ -1.0632261037826538,
639
+ -0.8185592889785767,
640
+ -0.6187463998794556,
641
+ -0.9786523580551147,
642
+ -0.9999998211860657,
643
+ -0.9997332096099854,
644
+ -0.9999974966049194,
645
+ -0.9999997615814209,
646
+ -0.9999241828918457,
647
+ -0.013805554248392582
648
+ ],
649
+ "max": [
650
+ 0.7320911288261414,
651
+ 0.8554900884628296,
652
+ 1.442967414855957,
653
+ 0.9879030585289001,
654
+ 0.933954119682312,
655
+ 0.9998553991317749,
656
+ 0.9890791773796082,
657
+ 0.9999979734420776,
658
+ 0.9724220037460327,
659
+ 0.7209711074829102,
660
+ 0.7579855918884277,
661
+ 0.9012499451637268,
662
+ 1.457228660583496,
663
+ 0.9999788999557495,
664
+ 0.9964525699615479,
665
+ 0.9999746680259705,
666
+ 0.9981482625007629,
667
+ 0.9807755351066589,
668
+ 0.9680145382881165,
669
+ 0.6381360292434692
670
+ ],
671
+ "mean": [
672
+ 0.07891070844510611,
673
+ -0.11762879500919629,
674
+ 0.4626751988950952,
675
+ -0.45282118596265547,
676
+ -0.711764693257402,
677
+ -0.10161999913885057,
678
+ -0.6746158708213924,
679
+ 0.47125305320497973,
680
+ -0.2412806188863507,
681
+ 0.13341851192376947,
682
+ -0.07381243067513485,
683
+ -0.11045908426864869,
684
+ 0.4570806531800179,
685
+ 0.4678298893239482,
686
+ -0.7349357394754933,
687
+ 0.0368496546827164,
688
+ -0.6976077911599177,
689
+ -0.45242119262251745,
690
+ -0.2675166378157269,
691
+ 0.12398494131866236
692
+ ],
693
+ "std": [
694
+ 0.14438503633410443,
695
+ 0.22535566918883748,
696
+ 0.15938033314855002,
697
+ 0.26872212452014355,
698
+ 0.29919106379402255,
699
+ 0.34101392612455034,
700
+ 0.28691326941655493,
701
+ 0.31162080443257945,
702
+ 0.2918405381843711,
703
+ 0.14709380397582084,
704
+ 0.14479250378029604,
705
+ 0.21944318757801837,
706
+ 0.16355193195127532,
707
+ 0.29079909990867625,
708
+ 0.26186886214546456,
709
+ 0.2941212996478266,
710
+ 0.2525468539625565,
711
+ 0.31248404063458446,
712
+ 0.2750765231859379,
713
+ 0.15258141870023312
714
+ ],
715
+ "count": [
716
+ 479320
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999874822665443,
766
+ 0.9999874822665443,
767
+ 0.9999874822665443,
768
+ 0.9999874822665443,
769
+ 0.9999874822665443,
770
+ 0.9999874822665443,
771
+ 0.9999874822665443,
772
+ 0.9999874822665443,
773
+ 0.9999874822665443,
774
+ 0.9999874822665443,
775
+ 0.9999874822665443,
776
+ 0.9999874822665443,
777
+ 0.9999874822665443,
778
+ 0.9999874822665443,
779
+ 0.9999874822665443,
780
+ 0.9999874822665443,
781
+ 0.9999874822665443,
782
+ 0.9999874822665443,
783
+ 0.9999874822665443,
784
+ 0.9999874822665443
785
+ ],
786
+ "std": [
787
+ 0.0035380187622563665,
788
+ 0.0035380187622563665,
789
+ 0.0035380187622563665,
790
+ 0.0035380187622563665,
791
+ 0.0035380187622563665,
792
+ 0.0035380187622563665,
793
+ 0.0035380187622563665,
794
+ 0.0035380187622563665,
795
+ 0.0035380187622563665,
796
+ 0.0035380187622563665,
797
+ 0.0035380187622563665,
798
+ 0.0035380187622563665,
799
+ 0.0035380187622563665,
800
+ 0.0035380187622563665,
801
+ 0.0035380187622563665,
802
+ 0.0035380187622563665,
803
+ 0.0035380187622563665,
804
+ 0.0035380187622563665,
805
+ 0.0035380187622563665,
806
+ 0.0035380187622563665
807
+ ],
808
+ "count": [
809
+ 479320
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 48.91999816894531
818
+ ],
819
+ "mean": [
820
+ 9.192255862935946
821
+ ],
822
+ "std": [
823
+ 7.118287110615071
824
+ ],
825
+ "count": [
826
+ 479320
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 1223.0
835
+ ],
836
+ "mean": [
837
+ 229.80639656179588
838
+ ],
839
+ "std": [
840
+ 177.95717767208043
841
+ ],
842
+ "count": [
843
+ 479320
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1225.0
852
+ ],
853
+ "mean": [
854
+ 625.3813903029292
855
+ ],
856
+ "std": [
857
+ 356.8100741832289
858
+ ],
859
+ "count": [
860
+ 479320
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 479319.0
869
+ ],
870
+ "mean": [
871
+ 239659.5
872
+ ],
873
+ "std": [
874
+ 138367.76551368475
875
+ ],
876
+ "count": [
877
+ 479320
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 42.0
886
+ ],
887
+ "mean": [
888
+ 17.40172536092798
889
+ ],
890
+ "std": [
891
+ 11.609302878347977
892
+ ],
893
+ "count": [
894
+ 479320
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999937411332721
906
+ ],
907
+ "std": [
908
+ 0.0025017648879244766
909
+ ],
910
+ "count": [
911
+ 479320
912
+ ]
913
+ }
914
+ }
chunk-0017/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215739.516466, "input_bytes": 21469143354, "input_signature": "df2be4e6e27a5cd3a3fb205e92645dbfe873110c", "sample_count": 1257, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40771609085, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0017/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1257,
6
+ "total_frames": 486496,
7
+ "total_tasks": 42,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1257"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 813015
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0017/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0017/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 486496
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 486496
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 486496
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 486496
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 486496
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 486496
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.8407617807388306,
443
+ -0.9281701445579529,
444
+ -1.0103392601013184,
445
+ -0.9999977946281433,
446
+ -0.9999983310699463,
447
+ -0.9999940395355225,
448
+ -0.9999979138374329,
449
+ -0.9988345503807068,
450
+ -0.9999999403953552,
451
+ -0.015339698642492294,
452
+ -0.7533080577850342,
453
+ -0.9661008715629578,
454
+ -0.9704196453094482,
455
+ -0.9915229082107544,
456
+ -0.999999463558197,
457
+ -0.999994158744812,
458
+ -0.999998152256012,
459
+ -0.9999776482582092,
460
+ -0.9996737837791443,
461
+ -0.01683579571545124
462
+ ],
463
+ "max": [
464
+ 0.7641637325286865,
465
+ 1.0306367874145508,
466
+ 1.3830970525741577,
467
+ 0.9596277475357056,
468
+ 0.9912221431732178,
469
+ 0.9999990463256836,
470
+ 0.9984506368637085,
471
+ 0.9999963045120239,
472
+ 0.9950692653656006,
473
+ 0.6473391056060791,
474
+ 0.6936635375022888,
475
+ 0.9657300114631653,
476
+ 1.3815234899520874,
477
+ 0.9999995827674866,
478
+ 0.9002022743225098,
479
+ 0.9998470544815063,
480
+ 0.9999541640281677,
481
+ 0.9899213910102844,
482
+ 0.9983701109886169,
483
+ 0.5925801396369934
484
+ ],
485
+ "mean": [
486
+ 0.08700446459174233,
487
+ -0.1253641349462358,
488
+ 0.4415516326429024,
489
+ -0.4619296994284028,
490
+ -0.7001126889311353,
491
+ -0.08782088143332759,
492
+ -0.6858738970609464,
493
+ 0.47996506047269577,
494
+ -0.19885057624842917,
495
+ 0.1289076394792104,
496
+ -0.0712287443257514,
497
+ -0.11972507903774372,
498
+ 0.4351442615557883,
499
+ 0.47586063157301484,
500
+ -0.7467766887293096,
501
+ 0.017614560593685085,
502
+ -0.7142781184963936,
503
+ -0.4572231735385731,
504
+ -0.23374069433898717,
505
+ 0.10626578790258846
506
+ ],
507
+ "std": [
508
+ 0.12310879442354698,
509
+ 0.22395773628175525,
510
+ 0.17845928608382386,
511
+ 0.29415782832656623,
512
+ 0.3047793006640282,
513
+ 0.3306530180272644,
514
+ 0.292861060978451,
515
+ 0.3236932559270074,
516
+ 0.26291455157780075,
517
+ 0.1516662833187724,
518
+ 0.11698048695963419,
519
+ 0.2157450384295232,
520
+ 0.1724304160467564,
521
+ 0.29182096554047227,
522
+ 0.24801526762888626,
523
+ 0.2624879326969755,
524
+ 0.25029097580585213,
525
+ 0.3168806184373383,
526
+ 0.25111775701141886,
527
+ 0.1426475508233646
528
+ ],
529
+ "count": [
530
+ 486496
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.9999938334539236,
580
+ 0.9999938334539236,
581
+ 0.9999938334539236,
582
+ 0.9999938334539236,
583
+ 0.9999938334539236,
584
+ 0.9999938334539236,
585
+ 0.9999938334539236,
586
+ 0.9999938334539236,
587
+ 0.9999938334539236,
588
+ 0.9999938334539236,
589
+ 0.9999938334539236,
590
+ 0.9999938334539236,
591
+ 0.9999938334539236,
592
+ 0.9999938334539236,
593
+ 0.9999938334539236,
594
+ 0.9999938334539236,
595
+ 0.9999938334539236,
596
+ 0.9999938334539236,
597
+ 0.9999938334539236,
598
+ 0.9999938334539236
599
+ ],
600
+ "std": [
601
+ 0.0024832454671541776,
602
+ 0.0024832454671541776,
603
+ 0.0024832454671541776,
604
+ 0.0024832454671541776,
605
+ 0.0024832454671541776,
606
+ 0.0024832454671541776,
607
+ 0.0024832454671541776,
608
+ 0.0024832454671541776,
609
+ 0.0024832454671541776,
610
+ 0.0024832454671541776,
611
+ 0.0024832454671541776,
612
+ 0.0024832454671541776,
613
+ 0.0024832454671541776,
614
+ 0.0024832454671541776,
615
+ 0.0024832454671541776,
616
+ 0.0024832454671541776,
617
+ 0.0024832454671541776,
618
+ 0.0024832454671541776,
619
+ 0.0024832454671541776,
620
+ 0.0024832454671541776
621
+ ],
622
+ "count": [
623
+ 486496
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.8407617807388306,
629
+ -0.9281701445579529,
630
+ -1.0103392601013184,
631
+ -0.9999977946281433,
632
+ -0.9999983310699463,
633
+ -0.9999940395355225,
634
+ -0.9999979138374329,
635
+ -0.9988345503807068,
636
+ -0.9999999403953552,
637
+ -0.015339698642492294,
638
+ -0.7533080577850342,
639
+ -0.9661008715629578,
640
+ -0.9704196453094482,
641
+ -0.9915229082107544,
642
+ -0.999999463558197,
643
+ -0.999994158744812,
644
+ -0.999998152256012,
645
+ -0.9999776482582092,
646
+ -0.9996737837791443,
647
+ -0.01683579571545124
648
+ ],
649
+ "max": [
650
+ 0.7641637325286865,
651
+ 1.0306367874145508,
652
+ 1.3830970525741577,
653
+ 0.9596277475357056,
654
+ 0.9912221431732178,
655
+ 0.9999990463256836,
656
+ 0.9984506368637085,
657
+ 0.9999963045120239,
658
+ 0.9950692653656006,
659
+ 0.6473391056060791,
660
+ 0.69194495677948,
661
+ 0.9657300114631653,
662
+ 1.3815234899520874,
663
+ 0.9999995827674866,
664
+ 0.9002022743225098,
665
+ 0.9998470544815063,
666
+ 0.9999541640281677,
667
+ 0.9899213910102844,
668
+ 0.9983701109886169,
669
+ 0.5925801396369934
670
+ ],
671
+ "mean": [
672
+ 0.08690657212243282,
673
+ -0.1264573325964852,
674
+ 0.44160027238119187,
675
+ -0.4620752538460416,
676
+ -0.7001996730382439,
677
+ -0.0878820133610959,
678
+ -0.6859469823222605,
679
+ 0.48011009008273864,
680
+ -0.19892764810336894,
681
+ 0.12888363988261148,
682
+ -0.07129562746386219,
683
+ -0.120803672966499,
684
+ 0.4351966526663139,
685
+ 0.47603548183321237,
686
+ -0.7468220279061816,
687
+ 0.01763640269101415,
688
+ -0.7143085756373643,
689
+ -0.45738809662113455,
690
+ -0.23383818119902697,
691
+ 0.10623788476525514
692
+ ],
693
+ "std": [
694
+ 0.1229860974970431,
695
+ 0.22298348982958385,
696
+ 0.1784296115798921,
697
+ 0.2939257188860856,
698
+ 0.3045957512530455,
699
+ 0.330624756368256,
700
+ 0.2926711245315987,
701
+ 0.3234695021305859,
702
+ 0.26288766372426153,
703
+ 0.15166828439205868,
704
+ 0.11679731631170269,
705
+ 0.21478411791714627,
706
+ 0.17239598574712892,
707
+ 0.29154288454505856,
708
+ 0.24790487901195096,
709
+ 0.2624537166230511,
710
+ 0.2501767958341102,
711
+ 0.31661654564848635,
712
+ 0.2510868906747926,
713
+ 0.1426357921218836
714
+ ],
715
+ "count": [
716
+ 486496
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999876669078471,
766
+ 0.9999876669078471,
767
+ 0.9999876669078471,
768
+ 0.9999876669078471,
769
+ 0.9999876669078471,
770
+ 0.9999876669078471,
771
+ 0.9999876669078471,
772
+ 0.9999876669078471,
773
+ 0.9999876669078471,
774
+ 0.9999876669078471,
775
+ 0.9999876669078471,
776
+ 0.9999876669078471,
777
+ 0.9999876669078471,
778
+ 0.9999876669078471,
779
+ 0.9999876669078471,
780
+ 0.9999876669078471,
781
+ 0.9999876669078471,
782
+ 0.9999876669078471,
783
+ 0.9999876669078471,
784
+ 0.9999876669078471
785
+ ],
786
+ "std": [
787
+ 0.003511828590307692,
788
+ 0.003511828590307692,
789
+ 0.003511828590307692,
790
+ 0.003511828590307692,
791
+ 0.003511828590307692,
792
+ 0.003511828590307692,
793
+ 0.003511828590307692,
794
+ 0.003511828590307692,
795
+ 0.003511828590307692,
796
+ 0.003511828590307692,
797
+ 0.003511828590307692,
798
+ 0.003511828590307692,
799
+ 0.003511828590307692,
800
+ 0.003511828590307692,
801
+ 0.003511828590307692,
802
+ 0.003511828590307692,
803
+ 0.003511828590307692,
804
+ 0.003511828590307692,
805
+ 0.003511828590307692,
806
+ 0.003511828590307692
807
+ ],
808
+ "count": [
809
+ 486496
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 53.20000076293945
818
+ ],
819
+ "mean": [
820
+ 9.07174916179213
821
+ ],
822
+ "std": [
823
+ 6.705659656566535
824
+ ],
825
+ "count": [
826
+ 486496
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 1330.0
835
+ ],
836
+ "mean": [
837
+ 226.79372903374335
838
+ ],
839
+ "std": [
840
+ 167.6414913148019
841
+ ],
842
+ "count": [
843
+ 486496
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1256.0
852
+ ],
853
+ "mean": [
854
+ 630.7930075478524
855
+ ],
856
+ "std": [
857
+ 359.04551897149264
858
+ ],
859
+ "count": [
860
+ 486496
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 486495.0
869
+ ],
870
+ "mean": [
871
+ 243247.5
872
+ ],
873
+ "std": [
874
+ 140439.2982795414
875
+ ],
876
+ "count": [
877
+ 486496
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 41.0
886
+ ],
887
+ "mean": [
888
+ 19.547400184174176
889
+ ],
890
+ "std": [
891
+ 10.627666462187845
892
+ ],
893
+ "count": [
894
+ 486496
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999938334539236
906
+ ],
907
+ "std": [
908
+ 0.0024832454671541776
909
+ ],
910
+ "count": [
911
+ 486496
912
+ ]
913
+ }
914
+ }
chunk-0018/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215740.4433396, "input_bytes": 21470756375, "input_signature": "f48db4fe271a834d172872aa37af210c4cee601e", "sample_count": 1291, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40707596908, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0018/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1291,
6
+ "total_frames": 483934,
7
+ "total_tasks": 48,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1291"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 853868
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0018/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0018/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 483934
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 483934
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 483934
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 483934
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 483934
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 483934
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.9143151640892029,
443
+ -1.17256760597229,
444
+ -0.5138146281242371,
445
+ -0.9999996423721313,
446
+ -0.9999997019767761,
447
+ -0.9999095797538757,
448
+ -0.9999993443489075,
449
+ -0.9999285340309143,
450
+ -0.9996554851531982,
451
+ -0.01687384396791458,
452
+ -0.8585910201072693,
453
+ -1.1606478691101074,
454
+ -0.6194263696670532,
455
+ -0.9999892115592957,
456
+ -0.9999998807907104,
457
+ -0.9952788352966309,
458
+ -0.9999986290931702,
459
+ -0.999996542930603,
460
+ -0.9997066259384155,
461
+ -0.010737265460193157
462
+ ],
463
+ "max": [
464
+ 0.8668091297149658,
465
+ 0.9609993696212769,
466
+ 1.0538698434829712,
467
+ 0.9999490976333618,
468
+ 0.9999834895133972,
469
+ 0.9999135732650757,
470
+ 0.998597264289856,
471
+ 0.9999984502792358,
472
+ 0.9773701429367065,
473
+ 0.6795526742935181,
474
+ 0.8905167579650879,
475
+ 0.9366815090179443,
476
+ 1.0493812561035156,
477
+ 0.9999834299087524,
478
+ 0.998721718788147,
479
+ 0.9917008876800537,
480
+ 0.9999500513076782,
481
+ 0.9999964237213135,
482
+ 0.983567476272583,
483
+ 0.5905827879905701
484
+ ],
485
+ "mean": [
486
+ 0.07801135241017415,
487
+ -0.1162338779438163,
488
+ 0.4567704767905291,
489
+ -0.4477857844850848,
490
+ -0.7158036647856159,
491
+ -0.08953773729186959,
492
+ -0.681123774364558,
493
+ 0.46314503140706625,
494
+ -0.22278953523511932,
495
+ 0.1129218906962802,
496
+ -0.07192319713269002,
497
+ -0.11026367651624486,
498
+ 0.44311139024916246,
499
+ 0.4733111075893481,
500
+ -0.7132173918071957,
501
+ 0.06426225231914158,
502
+ -0.6779628581302823,
503
+ -0.4686683342665574,
504
+ -0.21625070035747984,
505
+ 0.10377221942962912
506
+ ],
507
+ "std": [
508
+ 0.1362912239488251,
509
+ 0.25210452925224613,
510
+ 0.15277123743150553,
511
+ 0.30966231498342583,
512
+ 0.30978526769889975,
513
+ 0.2953613666871262,
514
+ 0.2961179232268879,
515
+ 0.34666394888630475,
516
+ 0.25312089790487563,
517
+ 0.14484803156591192,
518
+ 0.131120897351092,
519
+ 0.2457068867749984,
520
+ 0.1451555802152064,
521
+ 0.31616444575232466,
522
+ 0.30186728688814474,
523
+ 0.26848481283579956,
524
+ 0.2956990265776604,
525
+ 0.34456126413108096,
526
+ 0.26036822185619835,
527
+ 0.13187371196847084
528
+ ],
529
+ "count": [
530
+ 483934
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.9999834688201283,
580
+ 0.9999834688201283,
581
+ 0.9999834688201283,
582
+ 0.9999834688201283,
583
+ 0.9999834688201283,
584
+ 0.9999834688201283,
585
+ 0.9999834688201283,
586
+ 0.9999834688201283,
587
+ 0.9999834688201283,
588
+ 0.9999834688201283,
589
+ 0.9999834688201283,
590
+ 0.9999834688201283,
591
+ 0.9999834688201283,
592
+ 0.9999834688201283,
593
+ 0.9999834688201283,
594
+ 0.9999834688201283,
595
+ 0.9999834688201283,
596
+ 0.9999834688201283,
597
+ 0.9999834688201283,
598
+ 0.9999834688201283
599
+ ],
600
+ "std": [
601
+ 0.004065821760939285,
602
+ 0.004065821760939285,
603
+ 0.004065821760939285,
604
+ 0.004065821760939285,
605
+ 0.004065821760939285,
606
+ 0.004065821760939285,
607
+ 0.004065821760939285,
608
+ 0.004065821760939285,
609
+ 0.004065821760939285,
610
+ 0.004065821760939285,
611
+ 0.004065821760939285,
612
+ 0.004065821760939285,
613
+ 0.004065821760939285,
614
+ 0.004065821760939285,
615
+ 0.004065821760939285,
616
+ 0.004065821760939285,
617
+ 0.004065821760939285,
618
+ 0.004065821760939285,
619
+ 0.004065821760939285,
620
+ 0.004065821760939285
621
+ ],
622
+ "count": [
623
+ 483934
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.9143151640892029,
629
+ -1.17256760597229,
630
+ -0.5138146281242371,
631
+ -0.9999996423721313,
632
+ -0.9999997019767761,
633
+ -0.9999095797538757,
634
+ -0.9999993443489075,
635
+ -0.9999285340309143,
636
+ -0.9996554851531982,
637
+ -0.01687384396791458,
638
+ -0.8585910201072693,
639
+ -1.1606478691101074,
640
+ -0.6194263696670532,
641
+ -0.9999892115592957,
642
+ -0.9999998807907104,
643
+ -0.9952788352966309,
644
+ -0.9999986290931702,
645
+ -0.999996542930603,
646
+ -0.9997066259384155,
647
+ -0.010737265460193157
648
+ ],
649
+ "max": [
650
+ 0.8668091297149658,
651
+ 0.9609993696212769,
652
+ 1.0538698434829712,
653
+ 0.9999490976333618,
654
+ 0.9999834895133972,
655
+ 0.9999135732650757,
656
+ 0.998597264289856,
657
+ 0.9999984502792358,
658
+ 0.9773701429367065,
659
+ 0.6795526742935181,
660
+ 0.8905167579650879,
661
+ 0.9366815090179443,
662
+ 1.0493812561035156,
663
+ 0.9999834299087524,
664
+ 0.998721718788147,
665
+ 0.9917008876800537,
666
+ 0.9999500513076782,
667
+ 0.9999964237213135,
668
+ 0.983567476272583,
669
+ 0.5905827879905701
670
+ ],
671
+ "mean": [
672
+ 0.07796964374957831,
673
+ -0.11761655766863688,
674
+ 0.45682378696364406,
675
+ -0.4480480479891385,
676
+ -0.7158740480175122,
677
+ -0.08959458342928574,
678
+ -0.6811735946449283,
679
+ 0.4634120228962974,
680
+ -0.2228865332045181,
681
+ 0.11287041586540407,
682
+ -0.07197780492616924,
683
+ -0.11161759010875918,
684
+ 0.443172461886254,
685
+ 0.47333725516538233,
686
+ -0.7134017100191926,
687
+ 0.06429471249079777,
688
+ -0.6781289637242095,
689
+ -0.4686885001341424,
690
+ -0.21636963073890303,
691
+ 0.10367450590216365
692
+ ],
693
+ "std": [
694
+ 0.13615725202895784,
695
+ 0.25112801914091126,
696
+ 0.15274314830785904,
697
+ 0.3092171722399156,
698
+ 0.30970063560321603,
699
+ 0.29533093544338684,
700
+ 0.29602536068222157,
701
+ 0.34624936569555304,
702
+ 0.2530884961915579,
703
+ 0.1448443900720309,
704
+ 0.1309614599133769,
705
+ 0.24479278676950145,
706
+ 0.14513015017180486,
707
+ 0.31594996838810596,
708
+ 0.3016277233011649,
709
+ 0.2684629713178748,
710
+ 0.2954719827376351,
711
+ 0.34435162829200805,
712
+ 0.26033563868189075,
713
+ 0.1318383119697397
714
+ ],
715
+ "count": [
716
+ 483934
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999669376402567,
766
+ 0.9999669376402567,
767
+ 0.9999669376402567,
768
+ 0.9999669376402567,
769
+ 0.9999669376402567,
770
+ 0.9999669376402567,
771
+ 0.9999669376402567,
772
+ 0.9999669376402567,
773
+ 0.9999669376402567,
774
+ 0.9999669376402567,
775
+ 0.9999669376402567,
776
+ 0.9999669376402567,
777
+ 0.9999669376402567,
778
+ 0.9999669376402567,
779
+ 0.9999669376402567,
780
+ 0.9999669376402567,
781
+ 0.9999669376402567,
782
+ 0.9999669376402567,
783
+ 0.9999669376402567,
784
+ 0.9999669376402567
785
+ ],
786
+ "std": [
787
+ 0.005749892748881407,
788
+ 0.005749892748881407,
789
+ 0.005749892748881407,
790
+ 0.005749892748881407,
791
+ 0.005749892748881407,
792
+ 0.005749892748881407,
793
+ 0.005749892748881407,
794
+ 0.005749892748881407,
795
+ 0.005749892748881407,
796
+ 0.005749892748881407,
797
+ 0.005749892748881407,
798
+ 0.005749892748881407,
799
+ 0.005749892748881407,
800
+ 0.005749892748881407,
801
+ 0.005749892748881407,
802
+ 0.005749892748881407,
803
+ 0.005749892748881407,
804
+ 0.005749892748881407,
805
+ 0.005749892748881407,
806
+ 0.005749892748881407
807
+ ],
808
+ "count": [
809
+ 483934
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 40.63999938964844
818
+ ],
819
+ "mean": [
820
+ 9.001161398549897
821
+ ],
822
+ "std": [
823
+ 6.677290195229115
824
+ ],
825
+ "count": [
826
+ 483934
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 1016.0
835
+ ],
836
+ "mean": [
837
+ 225.02903495104704
838
+ ],
839
+ "std": [
840
+ 166.93225477978166
841
+ ],
842
+ "count": [
843
+ 483934
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1290.0
852
+ ],
853
+ "mean": [
854
+ 627.4626581310674
855
+ ],
856
+ "std": [
857
+ 367.96919317322784
858
+ ],
859
+ "count": [
860
+ 483934
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 483933.0
869
+ ],
870
+ "mean": [
871
+ 241966.5
872
+ ],
873
+ "std": [
874
+ 139699.71258470786
875
+ ],
876
+ "count": [
877
+ 483934
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 47.0
886
+ ],
887
+ "mean": [
888
+ 20.751722342302877
889
+ ],
890
+ "std": [
891
+ 12.833496617546409
892
+ ],
893
+ "count": [
894
+ 483934
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999814024226444
906
+ ],
907
+ "std": [
908
+ 0.004312450751684745
909
+ ],
910
+ "count": [
911
+ 483934
912
+ ]
913
+ }
914
+ }
chunk-0019/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215469.6478245, "input_bytes": 21472196599, "input_signature": "8c7df8f08aeed594bdb4f250a811db89312c2563", "sample_count": 1158, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40453003472, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0019/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1157,
6
+ "total_frames": 480136,
7
+ "total_tasks": 51,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1157"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 837134
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0019/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0019/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 480136
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 480136
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 480136
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 480136
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 480136
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 480136
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -1.1538687944412231,
443
+ -0.7484031915664673,
444
+ -0.523238480091095,
445
+ -0.9999988079071045,
446
+ -0.9999997019767761,
447
+ -0.999289870262146,
448
+ -0.9999998807907104,
449
+ -0.9999479651451111,
450
+ -0.9990457892417908,
451
+ -0.01227140985429287,
452
+ -1.1432565450668335,
453
+ -0.7634743452072144,
454
+ -0.663655698299408,
455
+ -0.999994695186615,
456
+ -0.9999989867210388,
457
+ -0.9999983310699463,
458
+ -0.9999943375587463,
459
+ -0.9999987483024597,
460
+ -0.9910232424736023,
461
+ -0.013805554248392582
462
+ ],
463
+ "max": [
464
+ 0.8222160935401917,
465
+ 1.4557547569274902,
466
+ 1.3530877828598022,
467
+ 0.9997990727424622,
468
+ 0.999579668045044,
469
+ 0.9999850988388062,
470
+ 0.9965707063674927,
471
+ 0.9999995231628418,
472
+ 0.9997272491455078,
473
+ 0.7240393757820129,
474
+ 0.7062644958496094,
475
+ 1.3987092971801758,
476
+ 1.275354027748108,
477
+ 0.9999808669090271,
478
+ 0.9953532814979553,
479
+ 0.9974834322929382,
480
+ 0.9994704723358154,
481
+ 0.9999970197677612,
482
+ 0.7919789552688599,
483
+ 0.6659199595451355
484
+ ],
485
+ "mean": [
486
+ 0.08581590246815526,
487
+ -0.1085813983298189,
488
+ 0.46961946564333584,
489
+ -0.4116825015714778,
490
+ -0.7185390063728918,
491
+ -0.09393444237685565,
492
+ -0.687683145914346,
493
+ 0.4242668552552663,
494
+ -0.24051505522847705,
495
+ 0.1284483830822334,
496
+ -0.07365502449763832,
497
+ -0.10187498286686443,
498
+ 0.46150434320421885,
499
+ 0.46099474763889864,
500
+ -0.7056029162517252,
501
+ 0.04264362801250333,
502
+ -0.6872712619040926,
503
+ -0.45481219283928204,
504
+ -0.2275633660933646,
505
+ 0.11385918224251683
506
+ ],
507
+ "std": [
508
+ 0.13073962691455943,
509
+ 0.24038890555703904,
510
+ 0.1733184249042784,
511
+ 0.30635748585102845,
512
+ 0.32999283423659986,
513
+ 0.32038313788643064,
514
+ 0.3036734386389561,
515
+ 0.34004025003423183,
516
+ 0.2853017797699029,
517
+ 0.1554453311850441,
518
+ 0.12591834656458925,
519
+ 0.23066056026480694,
520
+ 0.16787585494094145,
521
+ 0.30728361072886445,
522
+ 0.30786536107873363,
523
+ 0.3139834234731586,
524
+ 0.2830974633111465,
525
+ 0.3506482953376282,
526
+ 0.2567500642599003,
527
+ 0.14440864396374853
528
+ ],
529
+ "count": [
530
+ 480136
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.999983338054218,
580
+ 0.999983338054218,
581
+ 0.999983338054218,
582
+ 0.999983338054218,
583
+ 0.999983338054218,
584
+ 0.999983338054218,
585
+ 0.999983338054218,
586
+ 0.999983338054218,
587
+ 0.999983338054218,
588
+ 0.999983338054218,
589
+ 0.999983338054218,
590
+ 0.999983338054218,
591
+ 0.999983338054218,
592
+ 0.999983338054218,
593
+ 0.999983338054218,
594
+ 0.999983338054218,
595
+ 0.999983338054218,
596
+ 0.999983338054218,
597
+ 0.999983338054218,
598
+ 0.999983338054218
599
+ ],
600
+ "std": [
601
+ 0.0040818706693856914,
602
+ 0.0040818706693856914,
603
+ 0.0040818706693856914,
604
+ 0.0040818706693856914,
605
+ 0.0040818706693856914,
606
+ 0.0040818706693856914,
607
+ 0.0040818706693856914,
608
+ 0.0040818706693856914,
609
+ 0.0040818706693856914,
610
+ 0.0040818706693856914,
611
+ 0.0040818706693856914,
612
+ 0.0040818706693856914,
613
+ 0.0040818706693856914,
614
+ 0.0040818706693856914,
615
+ 0.0040818706693856914,
616
+ 0.0040818706693856914,
617
+ 0.0040818706693856914,
618
+ 0.0040818706693856914,
619
+ 0.0040818706693856914,
620
+ 0.0040818706693856914
621
+ ],
622
+ "count": [
623
+ 480136
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -1.1538687944412231,
629
+ -0.7484031915664673,
630
+ -0.523238480091095,
631
+ -0.9999988079071045,
632
+ -0.9999997019767761,
633
+ -0.999289870262146,
634
+ -0.9999998807907104,
635
+ -0.9999479651451111,
636
+ -0.9990457892417908,
637
+ -0.01227140985429287,
638
+ -1.1432565450668335,
639
+ -0.7634743452072144,
640
+ -0.663655698299408,
641
+ -0.999994695186615,
642
+ -0.9999989867210388,
643
+ -0.9999983310699463,
644
+ -0.9999943375587463,
645
+ -0.9999987483024597,
646
+ -0.9910232424736023,
647
+ -0.013805554248392582
648
+ ],
649
+ "max": [
650
+ 0.8209245204925537,
651
+ 1.4553966522216797,
652
+ 1.3530877828598022,
653
+ 0.9997990727424622,
654
+ 0.999579668045044,
655
+ 0.9999850988388062,
656
+ 0.9965072870254517,
657
+ 0.9999995231628418,
658
+ 0.9997272491455078,
659
+ 0.7240393757820129,
660
+ 0.6999459266662598,
661
+ 1.3981214761734009,
662
+ 1.275354027748108,
663
+ 0.9999808669090271,
664
+ 0.9953532814979553,
665
+ 0.9974834322929382,
666
+ 0.9994704723358154,
667
+ 0.9999970197677612,
668
+ 0.7919789552688599,
669
+ 0.6659199595451355
670
+ ],
671
+ "mean": [
672
+ 0.08584431386384804,
673
+ -0.10974289328893178,
674
+ 0.46964170110711123,
675
+ -0.4119747334919432,
676
+ -0.7185733282973131,
677
+ -0.09399821369032482,
678
+ -0.6876692876294154,
679
+ 0.4245721267966841,
680
+ -0.24056106022067925,
681
+ 0.1284636453997075,
682
+ -0.07363676570595469,
683
+ -0.10298805992967762,
684
+ 0.4615382449327042,
685
+ 0.46091325374294617,
686
+ -0.7057748317267029,
687
+ 0.04270641339569544,
688
+ -0.6873818998623648,
689
+ -0.45473011897486143,
690
+ -0.2276597316942,
691
+ 0.11384881240307577
692
+ ],
693
+ "std": [
694
+ 0.13052310077445953,
695
+ 0.23934498350006514,
696
+ 0.17332636594575979,
697
+ 0.30592691616389683,
698
+ 0.32999852265882784,
699
+ 0.320317379695148,
700
+ 0.30369443196489365,
701
+ 0.3396471945290368,
702
+ 0.28528812014509214,
703
+ 0.1554424416088033,
704
+ 0.12571333602967039,
705
+ 0.22966451264549823,
706
+ 0.16788195385665228,
707
+ 0.30724399891555343,
708
+ 0.3077017607236379,
709
+ 0.3139072685283498,
710
+ 0.2829509818407411,
711
+ 0.35061462512503133,
712
+ 0.2567212802986243,
713
+ 0.14441170661175232
714
+ ],
715
+ "count": [
716
+ 480136
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999666761084359,
766
+ 0.9999666761084359,
767
+ 0.9999666761084359,
768
+ 0.9999666761084359,
769
+ 0.9999666761084359,
770
+ 0.9999666761084359,
771
+ 0.9999666761084359,
772
+ 0.9999666761084359,
773
+ 0.9999666761084359,
774
+ 0.9999666761084359,
775
+ 0.9999666761084359,
776
+ 0.9999666761084359,
777
+ 0.9999666761084359,
778
+ 0.9999666761084359,
779
+ 0.9999666761084359,
780
+ 0.9999666761084359,
781
+ 0.9999666761084359,
782
+ 0.9999666761084359,
783
+ 0.9999666761084359,
784
+ 0.9999666761084359
785
+ ],
786
+ "std": [
787
+ 0.00577258876781534,
788
+ 0.00577258876781534,
789
+ 0.00577258876781534,
790
+ 0.00577258876781534,
791
+ 0.00577258876781534,
792
+ 0.00577258876781534,
793
+ 0.00577258876781534,
794
+ 0.00577258876781534,
795
+ 0.00577258876781534,
796
+ 0.00577258876781534,
797
+ 0.00577258876781534,
798
+ 0.00577258876781534,
799
+ 0.00577258876781534,
800
+ 0.00577258876781534,
801
+ 0.00577258876781534,
802
+ 0.00577258876781534,
803
+ 0.00577258876781534,
804
+ 0.00577258876781534,
805
+ 0.00577258876781534,
806
+ 0.00577258876781534
807
+ ],
808
+ "count": [
809
+ 480136
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 38.040000915527344
818
+ ],
819
+ "mean": [
820
+ 9.527738558396187
821
+ ],
822
+ "std": [
823
+ 6.731638041857313
824
+ ],
825
+ "count": [
826
+ 480136
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 951.0
835
+ ],
836
+ "mean": [
837
+ 238.19346393521835
838
+ ],
839
+ "std": [
840
+ 168.29095093221989
841
+ ],
842
+ "count": [
843
+ 480136
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1156.0
852
+ ],
853
+ "mean": [
854
+ 573.398814086009
855
+ ],
856
+ "std": [
857
+ 339.38893621625704
858
+ ],
859
+ "count": [
860
+ 480136
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 480135.0
869
+ ],
870
+ "mean": [
871
+ 240067.5
872
+ ],
873
+ "std": [
874
+ 138603.32442351442
875
+ ],
876
+ "count": [
877
+ 480136
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 50.0
886
+ ],
887
+ "mean": [
888
+ 23.77335171701351
889
+ ],
890
+ "std": [
891
+ 14.141631036698094
892
+ ],
893
+ "count": [
894
+ 480136
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.999983338054218
906
+ ],
907
+ "std": [
908
+ 0.0040818706693856914
909
+ ],
910
+ "count": [
911
+ 480136
912
+ ]
913
+ }
914
+ }
chunk-0020/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215158.6704338, "input_bytes": 21471640200, "input_signature": "1077fd39114c9b05cea8b17eda7dbd19f06e6d65", "sample_count": 1032, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40761986675, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0020/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1032,
6
+ "total_frames": 481622,
7
+ "total_tasks": 32,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1032"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 681553
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0020/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0020/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 481622
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 481622
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 481622
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 481622
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 481622
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 481622
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.7907930016517639,
443
+ -0.839836835861206,
444
+ -0.6509307026863098,
445
+ -0.9999945163726807,
446
+ -0.9999995827674866,
447
+ -0.9999450445175171,
448
+ -0.9999988675117493,
449
+ -0.9999884366989136,
450
+ -0.9976776242256165,
451
+ -0.01227140985429287,
452
+ -0.7930384278297424,
453
+ -0.7897692322731018,
454
+ -0.48184335231781006,
455
+ -0.9993802905082703,
456
+ -0.9999992847442627,
457
+ -0.9999220371246338,
458
+ -0.9999995827674866,
459
+ -0.9999960660934448,
460
+ -0.9954382181167603,
461
+ -0.015339698642492294
462
+ ],
463
+ "max": [
464
+ 1.0037927627563477,
465
+ 0.9956478476524353,
466
+ 1.1563235521316528,
467
+ 0.9996063709259033,
468
+ 0.9997493624687195,
469
+ 0.998694121837616,
470
+ 0.9816681146621704,
471
+ 0.9999991059303284,
472
+ 0.9483100175857544,
473
+ 0.6036452054977417,
474
+ 0.863574206829071,
475
+ 0.9332106709480286,
476
+ 1.1794874668121338,
477
+ 0.9999960064888,
478
+ 0.9999350905418396,
479
+ 0.9999607801437378,
480
+ 0.802090048789978,
481
+ 0.9999738931655884,
482
+ 0.8593291640281677,
483
+ 0.5951207876205444
484
+ ],
485
+ "mean": [
486
+ 0.07650441553029677,
487
+ -0.11537613939395068,
488
+ 0.4631924978310875,
489
+ -0.4561185088816603,
490
+ -0.7074690561029175,
491
+ -0.13108231154759958,
492
+ -0.6264973794596442,
493
+ 0.47428431360487894,
494
+ -0.3141130232565031,
495
+ 0.13173832647813874,
496
+ -0.06314963276667591,
497
+ -0.10719900081831207,
498
+ 0.45984450183894865,
499
+ 0.45712276275186536,
500
+ -0.7182217415091156,
501
+ 0.09777237874494635,
502
+ -0.6706004920078799,
503
+ -0.46172487252366773,
504
+ -0.23772744236285184,
505
+ 0.1346670179368409
506
+ ],
507
+ "std": [
508
+ 0.14101221244376988,
509
+ 0.23547000922248612,
510
+ 0.15146382121459687,
511
+ 0.30622492659854517,
512
+ 0.2790188787790085,
513
+ 0.32036795678540164,
514
+ 0.29269815366252494,
515
+ 0.32820934047715644,
516
+ 0.3008236223388241,
517
+ 0.14308365835040182,
518
+ 0.13461235407348715,
519
+ 0.2272765570788832,
520
+ 0.161180139733794,
521
+ 0.297792773511353,
522
+ 0.28950184873278956,
523
+ 0.3051966830363102,
524
+ 0.27937814267852695,
525
+ 0.35105938575052936,
526
+ 0.28159535933060315,
527
+ 0.14266071070711367
528
+ ],
529
+ "count": [
530
+ 481622
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.9999896184144412,
580
+ 0.9999896184144412,
581
+ 0.9999896184144412,
582
+ 0.9999896184144412,
583
+ 0.9999896184144412,
584
+ 0.9999896184144412,
585
+ 0.9999896184144412,
586
+ 0.9999896184144412,
587
+ 0.9999896184144412,
588
+ 0.9999896184144412,
589
+ 0.9999896184144412,
590
+ 0.9999896184144412,
591
+ 0.9999896184144412,
592
+ 0.9999896184144412,
593
+ 0.9999896184144412,
594
+ 0.9999896184144412,
595
+ 0.9999896184144412,
596
+ 0.9999896184144412,
597
+ 0.9999896184144412,
598
+ 0.9999896184144412
599
+ ],
600
+ "std": [
601
+ 0.003222030071473651,
602
+ 0.003222030071473651,
603
+ 0.003222030071473651,
604
+ 0.003222030071473651,
605
+ 0.003222030071473651,
606
+ 0.003222030071473651,
607
+ 0.003222030071473651,
608
+ 0.003222030071473651,
609
+ 0.003222030071473651,
610
+ 0.003222030071473651,
611
+ 0.003222030071473651,
612
+ 0.003222030071473651,
613
+ 0.003222030071473651,
614
+ 0.003222030071473651,
615
+ 0.003222030071473651,
616
+ 0.003222030071473651,
617
+ 0.003222030071473651,
618
+ 0.003222030071473651,
619
+ 0.003222030071473651,
620
+ 0.003222030071473651
621
+ ],
622
+ "count": [
623
+ 481622
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.7907930016517639,
629
+ -0.839836835861206,
630
+ -0.6509307026863098,
631
+ -0.9999945163726807,
632
+ -0.9999995827674866,
633
+ -0.9999450445175171,
634
+ -0.9999988675117493,
635
+ -0.9999884366989136,
636
+ -0.9976776242256165,
637
+ -0.01227140985429287,
638
+ -0.7930384278297424,
639
+ -0.7897692322731018,
640
+ -0.48184335231781006,
641
+ -0.9993802905082703,
642
+ -0.9999992847442627,
643
+ -0.9999220371246338,
644
+ -0.9999995827674866,
645
+ -0.9999960660934448,
646
+ -0.9954382181167603,
647
+ -0.015339698642492294
648
+ ],
649
+ "max": [
650
+ 1.0037927627563477,
651
+ 0.9956478476524353,
652
+ 1.1563235521316528,
653
+ 0.9996063709259033,
654
+ 0.9997493624687195,
655
+ 0.998694121837616,
656
+ 0.9816681146621704,
657
+ 0.9999991059303284,
658
+ 0.9483100175857544,
659
+ 0.6036452054977417,
660
+ 0.863574206829071,
661
+ 0.9332106709480286,
662
+ 1.1794874668121338,
663
+ 0.9999960064888,
664
+ 0.9999350905418396,
665
+ 0.9999607801437378,
666
+ 0.802090048789978,
667
+ 0.9999738931655884,
668
+ 0.8593291640281677,
669
+ 0.5951207876205444
670
+ ],
671
+ "mean": [
672
+ 0.07648241040442123,
673
+ -0.11645579661972487,
674
+ 0.46324608517339366,
675
+ -0.45629979717394015,
676
+ -0.7075630394533567,
677
+ -0.13115724431769027,
678
+ -0.6265548888202037,
679
+ 0.4744826021325052,
680
+ -0.3142306652617013,
681
+ 0.13169559637179562,
682
+ -0.06316929667489682,
683
+ -0.10826861556125007,
684
+ 0.4599024108457468,
685
+ 0.45719711557176745,
686
+ -0.7184397133703171,
687
+ 0.09785180472801722,
688
+ -0.670743759058634,
689
+ -0.46179224063713614,
690
+ -0.23784228340661065,
691
+ 0.13467739769106865
692
+ ],
693
+ "std": [
694
+ 0.14081031654068982,
695
+ 0.23432991176966803,
696
+ 0.15143655761688357,
697
+ 0.3059097272011636,
698
+ 0.27885017289440134,
699
+ 0.32031958643459385,
700
+ 0.29255059984950454,
701
+ 0.32790127910953837,
702
+ 0.3007477653058506,
703
+ 0.14308053664164827,
704
+ 0.13437299271935843,
705
+ 0.2261563384938787,
706
+ 0.16115997111280486,
707
+ 0.297448439977913,
708
+ 0.28930491551772075,
709
+ 0.3050693223599714,
710
+ 0.27922749807005887,
711
+ 0.3507680138396769,
712
+ 0.2815592107399073,
713
+ 0.1426724800371361
714
+ ],
715
+ "count": [
716
+ 481622
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999792368288825,
766
+ 0.9999792368288825,
767
+ 0.9999792368288825,
768
+ 0.9999792368288825,
769
+ 0.9999792368288825,
770
+ 0.9999792368288825,
771
+ 0.9999792368288825,
772
+ 0.9999792368288825,
773
+ 0.9999792368288825,
774
+ 0.9999792368288825,
775
+ 0.9999792368288825,
776
+ 0.9999792368288825,
777
+ 0.9999792368288825,
778
+ 0.9999792368288825,
779
+ 0.9999792368288825,
780
+ 0.9999792368288825,
781
+ 0.9999792368288825,
782
+ 0.9999792368288825,
783
+ 0.9999792368288825,
784
+ 0.9999792368288825
785
+ ],
786
+ "std": [
787
+ 0.004556614972578174,
788
+ 0.004556614972578174,
789
+ 0.004556614972578174,
790
+ 0.004556614972578174,
791
+ 0.004556614972578174,
792
+ 0.004556614972578174,
793
+ 0.004556614972578174,
794
+ 0.004556614972578174,
795
+ 0.004556614972578174,
796
+ 0.004556614972578174,
797
+ 0.004556614972578174,
798
+ 0.004556614972578174,
799
+ 0.004556614972578174,
800
+ 0.004556614972578174,
801
+ 0.004556614972578174,
802
+ 0.004556614972578174,
803
+ 0.004556614972578174,
804
+ 0.004556614972578174,
805
+ 0.004556614972578174,
806
+ 0.004556614972578174
807
+ ],
808
+ "count": [
809
+ 481622
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 51.36000061035156
818
+ ],
819
+ "mean": [
820
+ 10.959609487640613
821
+ ],
822
+ "std": [
823
+ 7.965188703813751
824
+ ],
825
+ "count": [
826
+ 481622
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 1284.0
835
+ ],
836
+ "mean": [
837
+ 273.9902371569405
838
+ ],
839
+ "std": [
840
+ 199.1297175047421
841
+ ],
842
+ "count": [
843
+ 481622
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1031.0
852
+ ],
853
+ "mean": [
854
+ 522.3227655713401
855
+ ],
856
+ "std": [
857
+ 294.43815230506846
858
+ ],
859
+ "count": [
860
+ 481622
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 481621.0
869
+ ],
870
+ "mean": [
871
+ 240810.5
872
+ ],
873
+ "std": [
874
+ 139032.29567352321
875
+ ],
876
+ "count": [
877
+ 481622
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 31.0
886
+ ],
887
+ "mean": [
888
+ 12.52039981562304
889
+ ],
890
+ "std": [
891
+ 9.82613650899254
892
+ ],
893
+ "count": [
894
+ 481622
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999896184144412
906
+ ],
907
+ "std": [
908
+ 0.003222030071473651
909
+ ],
910
+ "count": [
911
+ 481622
912
+ ]
913
+ }
914
+ }
chunk-0021/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215596.785536, "input_bytes": 21460771422, "input_signature": "567d2051648c866c4a887f1167a94222d2e2e26a", "sample_count": 1384, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40431158002, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0021/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1384,
6
+ "total_frames": 471768,
7
+ "total_tasks": 26,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1384"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 627063
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0021/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0021/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 471768
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 471768
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 471768
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 471768
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 471768
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 471768
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.9688776731491089,
443
+ -0.9559593200683594,
444
+ -1.0502283573150635,
445
+ -0.9999834299087524,
446
+ -0.9999908208847046,
447
+ -0.9999998807907104,
448
+ -0.9999961853027344,
449
+ -0.9883426427841187,
450
+ -0.9999761581420898,
451
+ -0.009357285685837269,
452
+ -1.0096046924591064,
453
+ -0.9715524315834045,
454
+ -1.0365898609161377,
455
+ -0.9999608993530273,
456
+ -0.9999977350234985,
457
+ -0.999994158744812,
458
+ -0.9999970197677612,
459
+ -0.9999996423721313,
460
+ -0.9910947680473328,
461
+ -0.010737265460193157
462
+ ],
463
+ "max": [
464
+ 0.6844393610954285,
465
+ 0.9713310599327087,
466
+ 1.0781747102737427,
467
+ 0.9993086457252502,
468
+ 0.9496704936027527,
469
+ 0.9998588562011719,
470
+ 0.9377941489219666,
471
+ 0.9999949932098389,
472
+ 0.9963189959526062,
473
+ 0.5875144600868225,
474
+ 0.6575002074241638,
475
+ 0.9129621982574463,
476
+ 1.0781266689300537,
477
+ 0.9999995827674866,
478
+ 0.9020582437515259,
479
+ 0.9999914169311523,
480
+ 0.9825984239578247,
481
+ 0.9999980926513672,
482
+ 0.9539138674736023,
483
+ 0.6089907288551331
484
+ ],
485
+ "mean": [
486
+ 0.0729384209088485,
487
+ -0.12186155462062385,
488
+ 0.4553661093187291,
489
+ -0.4856827050093941,
490
+ -0.6852073097005573,
491
+ -0.047250293516748816,
492
+ -0.6313030179022997,
493
+ 0.45260138277243184,
494
+ -0.3426689997550591,
495
+ 0.10134639833671309,
496
+ -0.06811091618728699,
497
+ -0.11320230573507344,
498
+ 0.4507754458247999,
499
+ 0.5081144088604844,
500
+ -0.6942847914783588,
501
+ -0.009351259858631627,
502
+ -0.6536553583023116,
503
+ -0.44957420286722977,
504
+ -0.33105925920708856,
505
+ 0.1049338041828906
506
+ ],
507
+ "std": [
508
+ 0.12965192618249785,
509
+ 0.20615618118062146,
510
+ 0.13969937107695027,
511
+ 0.29248025924352755,
512
+ 0.29940609522743356,
513
+ 0.342318492888149,
514
+ 0.29053697901615827,
515
+ 0.32825307726437986,
516
+ 0.2949993654319689,
517
+ 0.11478626314062365,
518
+ 0.13014311263944922,
519
+ 0.20325249891727157,
520
+ 0.13601675516212494,
521
+ 0.3023322186049858,
522
+ 0.27677336035935846,
523
+ 0.30280796942885857,
524
+ 0.28361721501381965,
525
+ 0.3332102588712453,
526
+ 0.26372272240596045,
527
+ 0.12204026276204549
528
+ ],
529
+ "count": [
530
+ 471768
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.999993640942158,
580
+ 0.999993640942158,
581
+ 0.999993640942158,
582
+ 0.999993640942158,
583
+ 0.999993640942158,
584
+ 0.999993640942158,
585
+ 0.999993640942158,
586
+ 0.999993640942158,
587
+ 0.999993640942158,
588
+ 0.999993640942158,
589
+ 0.999993640942158,
590
+ 0.999993640942158,
591
+ 0.999993640942158,
592
+ 0.999993640942158,
593
+ 0.999993640942158,
594
+ 0.999993640942158,
595
+ 0.999993640942158,
596
+ 0.999993640942158,
597
+ 0.999993640942158,
598
+ 0.999993640942158
599
+ ],
600
+ "std": [
601
+ 0.0025217092228037494,
602
+ 0.0025217092228037494,
603
+ 0.0025217092228037494,
604
+ 0.0025217092228037494,
605
+ 0.0025217092228037494,
606
+ 0.0025217092228037494,
607
+ 0.0025217092228037494,
608
+ 0.0025217092228037494,
609
+ 0.0025217092228037494,
610
+ 0.0025217092228037494,
611
+ 0.0025217092228037494,
612
+ 0.0025217092228037494,
613
+ 0.0025217092228037494,
614
+ 0.0025217092228037494,
615
+ 0.0025217092228037494,
616
+ 0.0025217092228037494,
617
+ 0.0025217092228037494,
618
+ 0.0025217092228037494,
619
+ 0.0025217092228037494,
620
+ 0.0025217092228037494
621
+ ],
622
+ "count": [
623
+ 471768
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.9679108262062073,
629
+ -0.9559593200683594,
630
+ -1.0502283573150635,
631
+ -0.9999834299087524,
632
+ -0.9999908208847046,
633
+ -0.9999998807907104,
634
+ -0.9999961853027344,
635
+ -0.9883426427841187,
636
+ -0.9999761581420898,
637
+ -0.009357285685837269,
638
+ -1.0095101594924927,
639
+ -0.9715524315834045,
640
+ -1.0365898609161377,
641
+ -0.9999608993530273,
642
+ -0.9999977350234985,
643
+ -0.999994158744812,
644
+ -0.9999970197677612,
645
+ -0.9999996423721313,
646
+ -0.9910947680473328,
647
+ -0.010737265460193157
648
+ ],
649
+ "max": [
650
+ 0.6766403317451477,
651
+ 0.9713310599327087,
652
+ 1.0781747102737427,
653
+ 0.9993086457252502,
654
+ 0.9496704936027527,
655
+ 0.9998588562011719,
656
+ 0.9377941489219666,
657
+ 0.9999949932098389,
658
+ 0.9963189959526062,
659
+ 0.5875144600868225,
660
+ 0.6505343317985535,
661
+ 0.9129621982574463,
662
+ 1.0781266689300537,
663
+ 0.9999995827674866,
664
+ 0.9019507169723511,
665
+ 0.9999914169311523,
666
+ 0.9825984239578247,
667
+ 0.9999980926513672,
668
+ 0.9539138674736023,
669
+ 0.6089907288551331
670
+ ],
671
+ "mean": [
672
+ 0.07280966366111918,
673
+ -0.12310094702158261,
674
+ 0.4553975138690525,
675
+ -0.4857875815129293,
676
+ -0.6854071460414705,
677
+ -0.047363840522996296,
678
+ -0.6314429533805365,
679
+ 0.45270618252568534,
680
+ -0.34278895601987686,
681
+ 0.10130760217746258,
682
+ -0.06824466875282131,
683
+ -0.11442480459723461,
684
+ 0.4508124268852533,
685
+ 0.508236911200499,
686
+ -0.6945101781621357,
687
+ -0.009187931964468968,
688
+ -0.653781255948151,
689
+ -0.4496978378863031,
690
+ -0.33116211730496686,
691
+ 0.10488368879282507
692
+ ],
693
+ "std": [
694
+ 0.12934266189963622,
695
+ 0.20487626218552346,
696
+ 0.1396952106985305,
697
+ 0.29216183213407476,
698
+ 0.2991536192859333,
699
+ 0.34224656645921553,
700
+ 0.2902582930528091,
701
+ 0.3279801474584158,
702
+ 0.2949776038181235,
703
+ 0.11478752185608447,
704
+ 0.12981871284458482,
705
+ 0.20200863849286008,
706
+ 0.1360112484622969,
707
+ 0.3021108132920707,
708
+ 0.2764176597565228,
709
+ 0.3026363664394596,
710
+ 0.283298094998818,
711
+ 0.33298803418501954,
712
+ 0.26369439603853956,
713
+ 0.12205112664031012
714
+ ],
715
+ "count": [
716
+ 471768
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999872818843161,
766
+ 0.9999872818843161,
767
+ 0.9999872818843161,
768
+ 0.9999872818843161,
769
+ 0.9999872818843161,
770
+ 0.9999872818843161,
771
+ 0.9999872818843161,
772
+ 0.9999872818843161,
773
+ 0.9999872818843161,
774
+ 0.9999872818843161,
775
+ 0.9999872818843161,
776
+ 0.9999872818843161,
777
+ 0.9999872818843161,
778
+ 0.9999872818843161,
779
+ 0.9999872818843161,
780
+ 0.9999872818843161,
781
+ 0.9999872818843161,
782
+ 0.9999872818843161,
783
+ 0.9999872818843161,
784
+ 0.9999872818843161
785
+ ],
786
+ "std": [
787
+ 0.0035662240442117087,
788
+ 0.0035662240442117087,
789
+ 0.0035662240442117087,
790
+ 0.0035662240442117087,
791
+ 0.0035662240442117087,
792
+ 0.0035662240442117087,
793
+ 0.0035662240442117087,
794
+ 0.0035662240442117087,
795
+ 0.0035662240442117087,
796
+ 0.0035662240442117087,
797
+ 0.0035662240442117087,
798
+ 0.0035662240442117087,
799
+ 0.0035662240442117087,
800
+ 0.0035662240442117087,
801
+ 0.0035662240442117087,
802
+ 0.0035662240442117087,
803
+ 0.0035662240442117087,
804
+ 0.0035662240442117087,
805
+ 0.0035662240442117087,
806
+ 0.0035662240442117087
807
+ ],
808
+ "count": [
809
+ 471768
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 45.959999084472656
818
+ ],
819
+ "mean": [
820
+ 7.90197622519378
821
+ ],
822
+ "std": [
823
+ 5.86729756442576
824
+ ],
825
+ "count": [
826
+ 471768
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 1149.0
835
+ ],
836
+ "mean": [
837
+ 197.54940564006037
838
+ ],
839
+ "std": [
840
+ 146.6824390120088
841
+ ],
842
+ "count": [
843
+ 471768
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1383.0
852
+ ],
853
+ "mean": [
854
+ 705.4139386308525
855
+ ],
856
+ "std": [
857
+ 389.77899518189054
858
+ ],
859
+ "count": [
860
+ 471768
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 471767.0
869
+ ],
870
+ "mean": [
871
+ 235883.5
872
+ ],
873
+ "std": [
874
+ 136187.69089721976
875
+ ],
876
+ "count": [
877
+ 471768
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 25.0
886
+ ],
887
+ "mean": [
888
+ 8.868876227298163
889
+ ],
890
+ "std": [
891
+ 8.021037603226798
892
+ ],
893
+ "count": [
894
+ 471768
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999915212562107
906
+ ],
907
+ "std": [
908
+ 0.0029118159111152495
909
+ ],
910
+ "count": [
911
+ 471768
912
+ ]
913
+ }
914
+ }
chunk-0022/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215589.2221577, "input_bytes": 21455381825, "input_signature": "94fc0368e6b97b79daec7e1264d2573f26817f14", "sample_count": 1125, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 39966268531, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0022/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1125,
6
+ "total_frames": 467653,
7
+ "total_tasks": 34,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1125"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 553647
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0022/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0022/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 467653
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 467653
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 467653
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 467653
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 467653
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 467653
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.7699618935585022,
443
+ -0.855761706829071,
444
+ -0.9018213748931885,
445
+ -0.9999961853027344,
446
+ -0.9999983310699463,
447
+ -0.9999709129333496,
448
+ -1.0,
449
+ -0.9987340569496155,
450
+ -0.9999091625213623,
451
+ -0.015339698642492294,
452
+ -0.8890748620033264,
453
+ -0.7972121834754944,
454
+ -0.8949678540229797,
455
+ -0.9999809265136719,
456
+ -0.9999998211860657,
457
+ -0.9998453259468079,
458
+ -0.9999992251396179,
459
+ -0.9999988079071045,
460
+ -0.999993622303009,
461
+ -0.01227140985429287
462
+ ],
463
+ "max": [
464
+ 0.8908094763755798,
465
+ 1.035552978515625,
466
+ 1.166922688484192,
467
+ 0.9804375171661377,
468
+ 0.9759647846221924,
469
+ 0.9975627660751343,
470
+ 0.9697033166885376,
471
+ 0.9999985694885254,
472
+ 0.9326238632202148,
473
+ 0.6135914325714111,
474
+ 0.7279583215713501,
475
+ 1.0221381187438965,
476
+ 1.4084649085998535,
477
+ 0.9999898672103882,
478
+ 0.9982722997665405,
479
+ 0.998748242855072,
480
+ 0.9384877681732178,
481
+ 0.9999716877937317,
482
+ 0.9407621622085571,
483
+ 0.6181938648223877
484
+ ],
485
+ "mean": [
486
+ 0.06980807051095848,
487
+ -0.129024400032645,
488
+ 0.4395948877473053,
489
+ -0.47185821089435787,
490
+ -0.711591779593887,
491
+ -0.06104563934650108,
492
+ -0.6513254626969056,
493
+ 0.4660091942219786,
494
+ -0.2867116389845501,
495
+ 0.13177794604874846,
496
+ -0.07309413659037842,
497
+ -0.12126985202443775,
498
+ 0.4380295266796563,
499
+ 0.47351404708235556,
500
+ -0.7200173500826369,
501
+ 0.03841707508116142,
502
+ -0.6573232860980873,
503
+ -0.44658568948732136,
504
+ -0.3208113969218444,
505
+ 0.1025820660926522
506
+ ],
507
+ "std": [
508
+ 0.14739923282172437,
509
+ 0.22998232431043003,
510
+ 0.14570062851669063,
511
+ 0.3075429038137807,
512
+ 0.2934174212458106,
513
+ 0.29425155433104233,
514
+ 0.3030637520680019,
515
+ 0.3457613113464014,
516
+ 0.2549676182814944,
517
+ 0.12840925942963685,
518
+ 0.13796483403705054,
519
+ 0.22735602201423896,
520
+ 0.13383058296490913,
521
+ 0.33312272410933663,
522
+ 0.2704408914699451,
523
+ 0.2679077565728651,
524
+ 0.2758058290816511,
525
+ 0.3539823842870621,
526
+ 0.2533672894366307,
527
+ 0.12706819213517745
528
+ ],
529
+ "count": [
530
+ 467653
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.9999914466495458,
580
+ 0.9999914466495458,
581
+ 0.9999914466495458,
582
+ 0.9999914466495458,
583
+ 0.9999914466495458,
584
+ 0.9999914466495458,
585
+ 0.9999914466495458,
586
+ 0.9999914466495458,
587
+ 0.9999914466495458,
588
+ 0.9999914466495458,
589
+ 0.9999914466495458,
590
+ 0.9999914466495458,
591
+ 0.9999914466495458,
592
+ 0.9999914466495458,
593
+ 0.9999914466495458,
594
+ 0.9999914466495458,
595
+ 0.9999914466495458,
596
+ 0.9999914466495458,
597
+ 0.9999914466495458,
598
+ 0.9999914466495458
599
+ ],
600
+ "std": [
601
+ 0.002924598655283461,
602
+ 0.002924598655283461,
603
+ 0.002924598655283461,
604
+ 0.002924598655283461,
605
+ 0.002924598655283461,
606
+ 0.002924598655283461,
607
+ 0.002924598655283461,
608
+ 0.002924598655283461,
609
+ 0.002924598655283461,
610
+ 0.002924598655283461,
611
+ 0.002924598655283461,
612
+ 0.002924598655283461,
613
+ 0.002924598655283461,
614
+ 0.002924598655283461,
615
+ 0.002924598655283461,
616
+ 0.002924598655283461,
617
+ 0.002924598655283461,
618
+ 0.002924598655283461,
619
+ 0.002924598655283461,
620
+ 0.002924598655283461
621
+ ],
622
+ "count": [
623
+ 467653
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.7699618935585022,
629
+ -0.855761706829071,
630
+ -0.9018213748931885,
631
+ -0.9999961853027344,
632
+ -0.9999983310699463,
633
+ -0.9999709129333496,
634
+ -1.0,
635
+ -0.9986788630485535,
636
+ -0.9999091625213623,
637
+ -0.015339698642492294,
638
+ -0.8890748620033264,
639
+ -0.7967995405197144,
640
+ -0.8949678540229797,
641
+ -0.9999809265136719,
642
+ -0.9999998211860657,
643
+ -0.9998453259468079,
644
+ -0.9999992251396179,
645
+ -0.9999988079071045,
646
+ -0.999993622303009,
647
+ -0.01227140985429287
648
+ ],
649
+ "max": [
650
+ 0.8908094763755798,
651
+ 1.035552978515625,
652
+ 1.166922688484192,
653
+ 0.9804375171661377,
654
+ 0.9759647846221924,
655
+ 0.9975627660751343,
656
+ 0.9697033166885376,
657
+ 0.9999985694885254,
658
+ 0.9326238632202148,
659
+ 0.6135914325714111,
660
+ 0.7279583215713501,
661
+ 1.0212960243225098,
662
+ 1.4084649085998535,
663
+ 0.9999898672103882,
664
+ 0.9982722997665405,
665
+ 0.998748242855072,
666
+ 0.9384877681732178,
667
+ 0.9999716877937317,
668
+ 0.9407621622085571,
669
+ 0.6181938648223877
670
+ ],
671
+ "mean": [
672
+ 0.06974356288073796,
673
+ -0.13026525983451634,
674
+ 0.43965128124145425,
675
+ -0.47206886975990864,
676
+ -0.7117350788323146,
677
+ -0.06114082008570905,
678
+ -0.6514158793238437,
679
+ 0.4662288680639429,
680
+ -0.2868273171253722,
681
+ 0.1317498693900207,
682
+ -0.07315184905878494,
683
+ -0.12249021123984608,
684
+ 0.43808844457789764,
685
+ 0.47359598477986775,
686
+ -0.7202430029241185,
687
+ 0.038516243654731545,
688
+ -0.657479170314825,
689
+ -0.4466651661226933,
690
+ -0.3209157357864724,
691
+ 0.10254657882334442
692
+ ],
693
+ "std": [
694
+ 0.14722563896992605,
695
+ 0.2286937165548093,
696
+ 0.14567919662893952,
697
+ 0.30713997774780427,
698
+ 0.2932148304599658,
699
+ 0.2941701161052535,
700
+ 0.3028803051059294,
701
+ 0.34541088852074747,
702
+ 0.2548978692961375,
703
+ 0.12842662202122598,
704
+ 0.1377502658402461,
705
+ 0.226114484132862,
706
+ 0.13380743212848253,
707
+ 0.3328116356947836,
708
+ 0.270150121922044,
709
+ 0.26782211573282494,
710
+ 0.2755837166074801,
711
+ 0.35370160424192487,
712
+ 0.25332439833994796,
713
+ 0.12704954728811116
714
+ ],
715
+ "count": [
716
+ 467653
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999828932990914,
766
+ 0.9999828932990914,
767
+ 0.9999828932990914,
768
+ 0.9999828932990914,
769
+ 0.9999828932990914,
770
+ 0.9999828932990914,
771
+ 0.9999828932990914,
772
+ 0.9999828932990914,
773
+ 0.9999828932990914,
774
+ 0.9999828932990914,
775
+ 0.9999828932990914,
776
+ 0.9999828932990914,
777
+ 0.9999828932990914,
778
+ 0.9999828932990914,
779
+ 0.9999828932990914,
780
+ 0.9999828932990914,
781
+ 0.9999828932990914,
782
+ 0.9999828932990914,
783
+ 0.9999828932990914,
784
+ 0.9999828932990914
785
+ ],
786
+ "std": [
787
+ 0.004135989394251838,
788
+ 0.004135989394251838,
789
+ 0.004135989394251838,
790
+ 0.004135989394251838,
791
+ 0.004135989394251838,
792
+ 0.004135989394251838,
793
+ 0.004135989394251838,
794
+ 0.004135989394251838,
795
+ 0.004135989394251838,
796
+ 0.004135989394251838,
797
+ 0.004135989394251838,
798
+ 0.004135989394251838,
799
+ 0.004135989394251838,
800
+ 0.004135989394251838,
801
+ 0.004135989394251838,
802
+ 0.004135989394251838,
803
+ 0.004135989394251838,
804
+ 0.004135989394251838,
805
+ 0.004135989394251838,
806
+ 0.004135989394251838
807
+ ],
808
+ "count": [
809
+ 467653
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 54.959999084472656
818
+ ],
819
+ "mean": [
820
+ 9.624691727365416
821
+ ],
822
+ "std": [
823
+ 7.116779781877711
824
+ ],
825
+ "count": [
826
+ 467653
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 1374.0
835
+ ],
836
+ "mean": [
837
+ 240.6172931639485
838
+ ],
839
+ "std": [
840
+ 177.91949445098112
841
+ ],
842
+ "count": [
843
+ 467653
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1124.0
852
+ ],
853
+ "mean": [
854
+ 573.8174330112284
855
+ ],
856
+ "std": [
857
+ 319.57438221161044
858
+ ],
859
+ "count": [
860
+ 467653
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 467652.0
869
+ ],
870
+ "mean": [
871
+ 233826.0
872
+ ],
873
+ "std": [
874
+ 134999.7927183594
875
+ ],
876
+ "count": [
877
+ 467653
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 33.0
886
+ ],
887
+ "mean": [
888
+ 16.84094403328964
889
+ ],
890
+ "std": [
891
+ 9.725319171269525
892
+ ],
893
+ "count": [
894
+ 467653
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999914466495458
906
+ ],
907
+ "std": [
908
+ 0.002924598655283461
909
+ ],
910
+ "count": [
911
+ 467653
912
+ ]
913
+ }
914
+ }
chunk-0023/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215515.6425912, "input_bytes": 21471359865, "input_signature": "1e9fed9cf9625636d91e0eb258de27d4141a501c", "sample_count": 1136, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40072189488, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0023/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 1136,
6
+ "total_frames": 470464,
7
+ "total_tasks": 34,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:1136"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 574444
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0023/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0023/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 470464
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 470464
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 470464
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 470464
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 470464
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 470464
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.7425386905670166,
443
+ -0.8066463470458984,
444
+ -0.6434117555618286,
445
+ -0.9999932646751404,
446
+ -0.9999998211860657,
447
+ -0.9994902014732361,
448
+ -0.9999980926513672,
449
+ -0.9979382157325745,
450
+ -0.9956392645835876,
451
+ -0.015339698642492294,
452
+ -0.8131603002548218,
453
+ -0.7591647505760193,
454
+ -0.5249852538108826,
455
+ -0.999760091304779,
456
+ -0.9999918341636658,
457
+ -0.9611722230911255,
458
+ -0.9999950528144836,
459
+ -0.9999979138374329,
460
+ -0.9978944063186646,
461
+ -0.010737265460193157
462
+ ],
463
+ "max": [
464
+ 0.7886248230934143,
465
+ 1.0548292398452759,
466
+ 0.9635382890701294,
467
+ 0.97529137134552,
468
+ 0.9981011748313904,
469
+ 0.988402247428894,
470
+ 0.9931163787841797,
471
+ 0.9999890327453613,
472
+ 0.9710168242454529,
473
+ 0.7501163482666016,
474
+ 0.727964460849762,
475
+ 1.0320148468017578,
476
+ 0.9865201115608215,
477
+ 0.9999989867210388,
478
+ 0.9940951466560364,
479
+ 0.9999164938926697,
480
+ 0.9701903462409973,
481
+ 0.9999781250953674,
482
+ 0.796393871307373,
483
+ 0.6013200283050537
484
+ ],
485
+ "mean": [
486
+ 0.07297632898165379,
487
+ -0.12663311993842702,
488
+ 0.4459076643199175,
489
+ -0.4742824131984577,
490
+ -0.6949900054004221,
491
+ -0.10522021692757665,
492
+ -0.6342610824589175,
493
+ 0.4897958360701703,
494
+ -0.29436928197733647,
495
+ 0.13129438995108458,
496
+ -0.071629150878501,
497
+ -0.11680107484884536,
498
+ 0.43521043110028557,
499
+ 0.4897682651898887,
500
+ -0.738039440172292,
501
+ 0.06612379607506315,
502
+ -0.6674882588494849,
503
+ -0.4811836014854663,
504
+ -0.3028428722823663,
505
+ 0.11119219753004903
506
+ ],
507
+ "std": [
508
+ 0.13139049840733902,
509
+ 0.23557033488064466,
510
+ 0.1535385292188911,
511
+ 0.29424254511482073,
512
+ 0.29987799546393246,
513
+ 0.32321556807104085,
514
+ 0.29787833919751033,
515
+ 0.33722180691807047,
516
+ 0.26212514579261326,
517
+ 0.13452188014458416,
518
+ 0.12795253647170285,
519
+ 0.22926426204010855,
520
+ 0.14231865305035593,
521
+ 0.30676880298935577,
522
+ 0.24715469430668816,
523
+ 0.2363470613377172,
524
+ 0.25788288277746985,
525
+ 0.3303441775150893,
526
+ 0.23574796670223164,
527
+ 0.11996065355304031
528
+ ],
529
+ "count": [
530
+ 470464
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.9999893721942593,
580
+ 0.9999893721942593,
581
+ 0.9999893721942593,
582
+ 0.9999893721942593,
583
+ 0.9999893721942593,
584
+ 0.9999893721942593,
585
+ 0.9999893721942593,
586
+ 0.9999893721942593,
587
+ 0.9999893721942593,
588
+ 0.9999893721942593,
589
+ 0.9999893721942593,
590
+ 0.9999893721942593,
591
+ 0.9999893721942593,
592
+ 0.9999893721942593,
593
+ 0.9999893721942593,
594
+ 0.9999893721942593,
595
+ 0.9999893721942593,
596
+ 0.9999893721942593,
597
+ 0.9999893721942593,
598
+ 0.9999893721942593
599
+ ],
600
+ "std": [
601
+ 0.003260014231634685,
602
+ 0.003260014231634685,
603
+ 0.003260014231634685,
604
+ 0.003260014231634685,
605
+ 0.003260014231634685,
606
+ 0.003260014231634685,
607
+ 0.003260014231634685,
608
+ 0.003260014231634685,
609
+ 0.003260014231634685,
610
+ 0.003260014231634685,
611
+ 0.003260014231634685,
612
+ 0.003260014231634685,
613
+ 0.003260014231634685,
614
+ 0.003260014231634685,
615
+ 0.003260014231634685,
616
+ 0.003260014231634685,
617
+ 0.003260014231634685,
618
+ 0.003260014231634685,
619
+ 0.003260014231634685,
620
+ 0.003260014231634685
621
+ ],
622
+ "count": [
623
+ 470464
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.7425386905670166,
629
+ -0.8066463470458984,
630
+ -0.6434117555618286,
631
+ -0.9999932646751404,
632
+ -0.9999998211860657,
633
+ -0.9994902014732361,
634
+ -0.9999980926513672,
635
+ -0.9979382157325745,
636
+ -0.9956392645835876,
637
+ -0.015339698642492294,
638
+ -0.8131603002548218,
639
+ -0.7591647505760193,
640
+ -0.5249852538108826,
641
+ -0.999760091304779,
642
+ -0.9999918341636658,
643
+ -0.9611722230911255,
644
+ -0.9999950528144836,
645
+ -0.9999979138374329,
646
+ -0.9978944063186646,
647
+ -0.010737265460193157
648
+ ],
649
+ "max": [
650
+ 0.7886248230934143,
651
+ 1.0537830591201782,
652
+ 0.9635382890701294,
653
+ 0.97529137134552,
654
+ 0.9981011748313904,
655
+ 0.988402247428894,
656
+ 0.9931163787841797,
657
+ 0.9999890327453613,
658
+ 0.9710168242454529,
659
+ 0.7501163482666016,
660
+ 0.727964460849762,
661
+ 1.0308570861816406,
662
+ 0.9865201115608215,
663
+ 0.9999989867210388,
664
+ 0.9940951466560364,
665
+ 0.9999164938926697,
666
+ 0.9701903462409973,
667
+ 0.9999781250953674,
668
+ 0.796393871307373,
669
+ 0.6013200283050537
670
+ ],
671
+ "mean": [
672
+ 0.07298171829012481,
673
+ -0.12790151626877136,
674
+ 0.4459605198414262,
675
+ -0.4744630705918158,
676
+ -0.6950856026273436,
677
+ -0.10530080890599583,
678
+ -0.6343131796388324,
679
+ 0.4899723975736622,
680
+ -0.2945281048026551,
681
+ 0.13133331896497905,
682
+ -0.07162776211647362,
683
+ -0.11805300790099593,
684
+ 0.4352753239496613,
685
+ 0.48985163686579386,
686
+ -0.7381715944091739,
687
+ 0.06616853481107958,
688
+ -0.6675767248791045,
689
+ -0.4812643640894419,
690
+ -0.30301245929765985,
691
+ 0.11119426796461458
692
+ ],
693
+ "std": [
694
+ 0.1311081400583281,
695
+ 0.23426845899941803,
696
+ 0.1535127407567288,
697
+ 0.2938396288637801,
698
+ 0.29979404971895346,
699
+ 0.32316302335242053,
700
+ 0.2977908946053167,
701
+ 0.3368495998213064,
702
+ 0.2620686273149382,
703
+ 0.1345552044744194,
704
+ 0.1276795429613195,
705
+ 0.22799377815119093,
706
+ 0.14228332890651504,
707
+ 0.30650774828019645,
708
+ 0.24695718042913742,
709
+ 0.23629419670335547,
710
+ 0.2577117944879246,
711
+ 0.3300805513871108,
712
+ 0.23567103837599762,
713
+ 0.1199644325624215
714
+ ],
715
+ "count": [
716
+ 470464
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999787443885185,
766
+ 0.9999787443885185,
767
+ 0.9999787443885185,
768
+ 0.9999787443885185,
769
+ 0.9999787443885185,
770
+ 0.9999787443885185,
771
+ 0.9999787443885185,
772
+ 0.9999787443885185,
773
+ 0.9999787443885185,
774
+ 0.9999787443885185,
775
+ 0.9999787443885185,
776
+ 0.9999787443885185,
777
+ 0.9999787443885185,
778
+ 0.9999787443885185,
779
+ 0.9999787443885185,
780
+ 0.9999787443885185,
781
+ 0.9999787443885185,
782
+ 0.9999787443885185,
783
+ 0.9999787443885185,
784
+ 0.9999787443885185
785
+ ],
786
+ "std": [
787
+ 0.004610331840595824,
788
+ 0.004610331840595824,
789
+ 0.004610331840595824,
790
+ 0.004610331840595824,
791
+ 0.004610331840595824,
792
+ 0.004610331840595824,
793
+ 0.004610331840595824,
794
+ 0.004610331840595824,
795
+ 0.004610331840595824,
796
+ 0.004610331840595824,
797
+ 0.004610331840595824,
798
+ 0.004610331840595824,
799
+ 0.004610331840595824,
800
+ 0.004610331840595824,
801
+ 0.004610331840595824,
802
+ 0.004610331840595824,
803
+ 0.004610331840595824,
804
+ 0.004610331840595824,
805
+ 0.004610331840595824,
806
+ 0.004610331840595824
807
+ ],
808
+ "count": [
809
+ 470464
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 59.84000015258789
818
+ ],
819
+ "mean": [
820
+ 9.784897974004467
821
+ ],
822
+ "std": [
823
+ 7.291857867439863
824
+ ],
825
+ "count": [
826
+ 470464
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 1496.0
835
+ ],
836
+ "mean": [
837
+ 244.62244932662222
838
+ ],
839
+ "std": [
840
+ 182.29644659017012
841
+ ],
842
+ "count": [
843
+ 470464
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 1135.0
852
+ ],
853
+ "mean": [
854
+ 574.6284179023262
855
+ ],
856
+ "std": [
857
+ 325.4987756140855
858
+ ],
859
+ "count": [
860
+ 470464
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 470463.0
869
+ ],
870
+ "mean": [
871
+ 235231.5
872
+ ],
873
+ "std": [
874
+ 135811.25852170735
875
+ ],
876
+ "count": [
877
+ 470464
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 33.0
886
+ ],
887
+ "mean": [
888
+ 13.365303190042171
889
+ ],
890
+ "std": [
891
+ 8.756290646297275
892
+ ],
893
+ "count": [
894
+ 470464
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999893721942593
906
+ ],
907
+ "std": [
908
+ 0.003260014231634685
909
+ ],
910
+ "count": [
911
+ 470464
912
+ ]
913
+ }
914
+ }
chunk-0024/part-0000/_SUCCESS ADDED
@@ -0,0 +1 @@
 
 
1
+ {"batch_index": 0, "batch_name": "part-0000", "conversion_signature": "d6875fb7f1397c9e8150d0b75eb337c3cbf2d3b4", "created_at_unix": 1784215573.4111235, "input_bytes": 21460967168, "input_signature": "2b42168e1fca5cf473d1a711a036809b1af9a4dd", "sample_count": 987, "script": "convert_standard_umi_alike_to_lerobotv3_tos.py", "status": "success", "uploaded_bytes": 40164327635, "uploaded_count": 12, "video_profile": "medium_native_mosaic"}
chunk-0024/part-0000/meta/info.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "simpleai_umi_4.0",
4
+ "dataset_id": "lerobotv3",
5
+ "total_episodes": 987,
6
+ "total_frames": 469006,
7
+ "total_tasks": 38,
8
+ "chunks_size": 1000,
9
+ "fps": 25.0,
10
+ "splits": {
11
+ "train": "0:987"
12
+ },
13
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
14
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
15
+ "features": {
16
+ "observation.images.head_main": {
17
+ "dtype": "video",
18
+ "shape": [
19
+ 3,
20
+ 512,
21
+ 640
22
+ ],
23
+ "names": [
24
+ "channels",
25
+ "height",
26
+ "width"
27
+ ],
28
+ "info": {
29
+ "video.height": 512,
30
+ "video.width": 640,
31
+ "video.codec": "h264",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "video.fps": 25.0,
35
+ "video.channels": 3,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.head_main_stereo_right": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 3,
43
+ 512,
44
+ 640
45
+ ],
46
+ "names": [
47
+ "channels",
48
+ "height",
49
+ "width"
50
+ ],
51
+ "info": {
52
+ "video.height": 512,
53
+ "video.width": 640,
54
+ "video.codec": "h264",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "video.fps": 25.0,
58
+ "video.channels": 3,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "observation.images.left_hand_down": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 3,
66
+ 512,
67
+ 640
68
+ ],
69
+ "names": [
70
+ "channels",
71
+ "height",
72
+ "width"
73
+ ],
74
+ "info": {
75
+ "video.height": 512,
76
+ "video.width": 640,
77
+ "video.codec": "h264",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 25.0,
81
+ "video.channels": 3,
82
+ "has_audio": false
83
+ }
84
+ },
85
+ "observation.images.left_hand_up": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 512,
90
+ 640
91
+ ],
92
+ "names": [
93
+ "channels",
94
+ "height",
95
+ "width"
96
+ ],
97
+ "info": {
98
+ "video.height": 512,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 25.0,
104
+ "video.channels": 3,
105
+ "has_audio": false
106
+ }
107
+ },
108
+ "observation.images.right_hand_down": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 3,
112
+ 512,
113
+ 640
114
+ ],
115
+ "names": [
116
+ "channels",
117
+ "height",
118
+ "width"
119
+ ],
120
+ "info": {
121
+ "video.height": 512,
122
+ "video.width": 640,
123
+ "video.codec": "h264",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "video.fps": 25.0,
127
+ "video.channels": 3,
128
+ "has_audio": false
129
+ }
130
+ },
131
+ "observation.images.right_hand_up": {
132
+ "dtype": "video",
133
+ "shape": [
134
+ 3,
135
+ 512,
136
+ 640
137
+ ],
138
+ "names": [
139
+ "channels",
140
+ "height",
141
+ "width"
142
+ ],
143
+ "info": {
144
+ "video.height": 512,
145
+ "video.width": 640,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "video.fps": 25.0,
150
+ "video.channels": 3,
151
+ "has_audio": false
152
+ }
153
+ },
154
+ "observation.state": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 20
158
+ ],
159
+ "names": [
160
+ "state_dim"
161
+ ],
162
+ "fps": 25.0
163
+ },
164
+ "observation.state_valid": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 20
168
+ ],
169
+ "names": [
170
+ "state_dim"
171
+ ],
172
+ "fps": 25.0
173
+ },
174
+ "action": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 20
178
+ ],
179
+ "names": [
180
+ "action_dim"
181
+ ],
182
+ "fps": 25.0
183
+ },
184
+ "action_valid": {
185
+ "dtype": "bool",
186
+ "shape": [
187
+ 20
188
+ ],
189
+ "names": [
190
+ "action_dim"
191
+ ],
192
+ "fps": 25.0
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null,
200
+ "fps": 25.0
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null,
208
+ "fps": 25.0
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null,
216
+ "fps": 25.0
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null,
224
+ "fps": 25.0
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null,
232
+ "fps": 25.0
233
+ },
234
+ "valid.frame": {
235
+ "dtype": "bool",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null,
240
+ "fps": 25.0
241
+ }
242
+ },
243
+ "data_files_size_in_mb": 100,
244
+ "video_files_size_in_mb": 500,
245
+ "state_layout": {
246
+ "feature": "observation.state",
247
+ "order": [
248
+ "right",
249
+ "left"
250
+ ],
251
+ "per_side": [
252
+ "x",
253
+ "y",
254
+ "z",
255
+ "rot6d_0",
256
+ "rot6d_1",
257
+ "rot6d_2",
258
+ "rot6d_3",
259
+ "rot6d_4",
260
+ "rot6d_5",
261
+ "gripper_angle_rad"
262
+ ],
263
+ "rotation_6d_layout": "first_two_rows",
264
+ "gripper_unit": "rad",
265
+ "invalid_policy": "carry_forward_state_with_observation.state_valid_false"
266
+ },
267
+ "action_layout": {
268
+ "feature": "action",
269
+ "type": "absolute_next_state_target",
270
+ "order": [
271
+ "right",
272
+ "left"
273
+ ],
274
+ "per_side": [
275
+ "x",
276
+ "y",
277
+ "z",
278
+ "rot6d_0",
279
+ "rot6d_1",
280
+ "rot6d_2",
281
+ "rot6d_3",
282
+ "rot6d_4",
283
+ "rot6d_5",
284
+ "target_gripper_angle_rad"
285
+ ],
286
+ "rotation_6d_layout": "first_two_rows",
287
+ "gripper_unit": "rad",
288
+ "shift_policy": "action rows are [state_1, state_2, ..., state_last, state_last]; single-frame episodes use state_0"
289
+ },
290
+ "video_processing": {
291
+ "source": "materialized_from_extra_video_proxy_medium_frame_index_or_implicit_row_index",
292
+ "media_policy": "video streams are read from extra/video_proxy_medium; samples missing any required stream are skipped",
293
+ "present_media_policy": "invalid frame indices on present streams set valid.frame=false and are encoded as black frames",
294
+ "read_policy": "sequential_when_frame_indices_are_nondecreasing_else_seek_cache",
295
+ "read_modes_used": [
296
+ "sequential"
297
+ ],
298
+ "video_profile": "medium_native_mosaic",
299
+ "crop": "none",
300
+ "resize": null,
301
+ "output_sizes": {
302
+ "observation.images.head_main": [
303
+ 640,
304
+ 512
305
+ ],
306
+ "observation.images.head_main_stereo_right": [
307
+ 640,
308
+ 512
309
+ ],
310
+ "observation.images.left_hand_down": [
311
+ 640,
312
+ 512
313
+ ],
314
+ "observation.images.left_hand_up": [
315
+ 640,
316
+ 512
317
+ ],
318
+ "observation.images.right_hand_down": [
319
+ 640,
320
+ 512
321
+ ],
322
+ "observation.images.right_hand_up": [
323
+ 640,
324
+ 512
325
+ ]
326
+ },
327
+ "face_anonymization": {
328
+ "enabled": true,
329
+ "failure_policy": "fail_closed_per_sample",
330
+ "faces_json_policy": "reuse_valid_streams_detect_missing",
331
+ "model": "yolov11s-face.pt",
332
+ "device": "auto",
333
+ "batch_size": 64,
334
+ "mosaic": {
335
+ "box_scale": 1.15,
336
+ "center_fraction": 0.45,
337
+ "pixel_block": 12,
338
+ "feather_px": 8,
339
+ "opacity": 0.92,
340
+ "center_mean_mix": 0.08,
341
+ "shape": "ellipse"
342
+ },
343
+ "total_detected_faces": 712589
344
+ },
345
+ "codec": "h264",
346
+ "gop_size": 4,
347
+ "backend_requested": "auto",
348
+ "backend_used": [
349
+ "gpu"
350
+ ],
351
+ "decode_backend_requested": "cpu",
352
+ "decode_backend_used": [
353
+ "cpu"
354
+ ],
355
+ "frame_preprocess_requested": "cpu",
356
+ "frame_preprocess_used": [
357
+ "cpu_native_mosaic"
358
+ ],
359
+ "pix_fmt": "yuv420p",
360
+ "crf_or_cq": 20,
361
+ "aligned_video_frames": "one video frame per data row"
362
+ },
363
+ "parallelism": {
364
+ "workers": 16,
365
+ "video_workers": 8,
366
+ "progress": true,
367
+ "order_policy": "parallel tasks are written back by sorted sample index before parquet writing and video concat"
368
+ },
369
+ "invalid_policy": {
370
+ "training_filter": "valid.frame == true",
371
+ "state": "state requires both eef pose and selected gripper valid",
372
+ "media": "present media rows require valid frame indices; samples missing required extra/selected video profile streams are skipped"
373
+ },
374
+ "source": {
375
+ "format": "robot_sample_v1_sparse_revision",
376
+ "converter": "convert_standard_umi_alike_to_lerobotv3.py",
377
+ "robot_types": [
378
+ "simpleai_umi_4.0"
379
+ ],
380
+ "robot_type_source": "revision_json_embodiment_name",
381
+ "media_map": {
382
+ "head_main": "observation.images.head_main",
383
+ "head_main_stereo_right": "observation.images.head_main_stereo_right",
384
+ "left_hand_down": "observation.images.left_hand_down",
385
+ "left_hand_up": "observation.images.left_hand_up",
386
+ "right_hand_down": "observation.images.right_hand_down",
387
+ "right_hand_up": "observation.images.right_hand_up"
388
+ },
389
+ "media_key_source": "revision_json_components_media_key",
390
+ "gripper_mode": "angle"
391
+ }
392
+ }
chunk-0024/part-0000/meta/modality.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_README": [
3
+ "UMI-like bimanual 20-D EEF format exported to LeRobot v3.0.",
4
+ "state/action vectors are [right_10d, left_10d].",
5
+ "Each 10D block is [position_xyz, rotation_6d_first_two_rows, gripper_angle_rad].",
6
+ "Actions are absolute next-state targets with the final target repeated at the last row.",
7
+ "Videos are materialized from media.<stream>.frame_index and aligned to data rows when available."
8
+ ],
9
+ "state": {
10
+ "right_eef_pose": {
11
+ "start": 0,
12
+ "end": 9,
13
+ "rotation_type": "rotation_6d",
14
+ "rotation_6d_layout": "first_two_rows",
15
+ "absolute": true,
16
+ "dtype": "float32",
17
+ "original_key": "observation.state"
18
+ },
19
+ "right_eef_gripper": {
20
+ "start": 9,
21
+ "end": 10,
22
+ "absolute": true,
23
+ "dtype": "float32",
24
+ "unit": "rad",
25
+ "original_key": "observation.state"
26
+ },
27
+ "left_eef_pose": {
28
+ "start": 10,
29
+ "end": 19,
30
+ "rotation_type": "rotation_6d",
31
+ "rotation_6d_layout": "first_two_rows",
32
+ "absolute": true,
33
+ "dtype": "float32",
34
+ "original_key": "observation.state"
35
+ },
36
+ "left_eef_gripper": {
37
+ "start": 19,
38
+ "end": 20,
39
+ "absolute": true,
40
+ "dtype": "float32",
41
+ "unit": "rad",
42
+ "original_key": "observation.state"
43
+ }
44
+ },
45
+ "action": {
46
+ "right_eef_pose": {
47
+ "start": 0,
48
+ "end": 9,
49
+ "rotation_type": "rotation_6d",
50
+ "rotation_6d_layout": "first_two_rows",
51
+ "absolute": true,
52
+ "dtype": "float32",
53
+ "original_key": "action"
54
+ },
55
+ "right_eef_gripper": {
56
+ "start": 9,
57
+ "end": 10,
58
+ "absolute": true,
59
+ "dtype": "float32",
60
+ "unit": "rad",
61
+ "original_key": "action"
62
+ },
63
+ "left_eef_pose": {
64
+ "start": 10,
65
+ "end": 19,
66
+ "rotation_type": "rotation_6d",
67
+ "rotation_6d_layout": "first_two_rows",
68
+ "absolute": true,
69
+ "dtype": "float32",
70
+ "original_key": "action"
71
+ },
72
+ "left_eef_gripper": {
73
+ "start": 19,
74
+ "end": 20,
75
+ "absolute": true,
76
+ "dtype": "float32",
77
+ "unit": "rad",
78
+ "original_key": "action"
79
+ }
80
+ },
81
+ "video": {
82
+ "head_main": {
83
+ "original_key": "observation.images.head_main"
84
+ },
85
+ "head_main_stereo_right": {
86
+ "original_key": "observation.images.head_main_stereo_right"
87
+ },
88
+ "left_hand_down": {
89
+ "original_key": "observation.images.left_hand_down"
90
+ },
91
+ "left_hand_up": {
92
+ "original_key": "observation.images.left_hand_up"
93
+ },
94
+ "right_hand_down": {
95
+ "original_key": "observation.images.right_hand_down"
96
+ },
97
+ "right_hand_up": {
98
+ "original_key": "observation.images.right_hand_up"
99
+ }
100
+ },
101
+ "annotation": {
102
+ "human.action.task_description": {
103
+ "original_key": "task_index"
104
+ }
105
+ }
106
+ }
chunk-0024/part-0000/meta/stats.json ADDED
@@ -0,0 +1,914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.head_main": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.0
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.0
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 469006
73
+ ]
74
+ },
75
+ "observation.images.head_main_stereo_right": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.0
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.0
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.0
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 469006
146
+ ]
147
+ },
148
+ "observation.images.left_hand_down": {
149
+ "min": [
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.0
163
+ ]
164
+ ]
165
+ ],
166
+ "max": [
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 1.0
180
+ ]
181
+ ]
182
+ ],
183
+ "mean": [
184
+ [
185
+ [
186
+ 0.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.0
197
+ ]
198
+ ]
199
+ ],
200
+ "std": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "count": [
218
+ 469006
219
+ ]
220
+ },
221
+ "observation.images.left_hand_up": {
222
+ "min": [
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ]
238
+ ],
239
+ "max": [
240
+ [
241
+ [
242
+ 1.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 1.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 1.0
253
+ ]
254
+ ]
255
+ ],
256
+ "mean": [
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ]
272
+ ],
273
+ "std": [
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ],
284
+ [
285
+ [
286
+ 0.0
287
+ ]
288
+ ]
289
+ ],
290
+ "count": [
291
+ 469006
292
+ ]
293
+ },
294
+ "observation.images.right_hand_down": {
295
+ "min": [
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ],
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ]
311
+ ],
312
+ "max": [
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ],
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ]
328
+ ],
329
+ "mean": [
330
+ [
331
+ [
332
+ 0.0
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ 0.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.0
343
+ ]
344
+ ]
345
+ ],
346
+ "std": [
347
+ [
348
+ [
349
+ 0.0
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.0
360
+ ]
361
+ ]
362
+ ],
363
+ "count": [
364
+ 469006
365
+ ]
366
+ },
367
+ "observation.images.right_hand_up": {
368
+ "min": [
369
+ [
370
+ [
371
+ 0.0
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.0
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.0
382
+ ]
383
+ ]
384
+ ],
385
+ "max": [
386
+ [
387
+ [
388
+ 1.0
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 1.0
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 1.0
399
+ ]
400
+ ]
401
+ ],
402
+ "mean": [
403
+ [
404
+ [
405
+ 0.0
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.0
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.0
416
+ ]
417
+ ]
418
+ ],
419
+ "std": [
420
+ [
421
+ [
422
+ 0.0
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.0
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.0
433
+ ]
434
+ ]
435
+ ],
436
+ "count": [
437
+ 469006
438
+ ]
439
+ },
440
+ "observation.state": {
441
+ "min": [
442
+ -0.7847034931182861,
443
+ -0.7104735374450684,
444
+ -0.5466949343681335,
445
+ -0.9999976754188538,
446
+ -0.9999996423721313,
447
+ -0.9999958276748657,
448
+ -0.9999967813491821,
449
+ -0.9974778294563293,
450
+ -0.9997717142105103,
451
+ -0.010737265460193157,
452
+ -0.8777623176574707,
453
+ -0.7475486993789673,
454
+ -0.5306682586669922,
455
+ -0.9999955296516418,
456
+ -0.9999997615814209,
457
+ -0.999935507774353,
458
+ -0.9999977350234985,
459
+ -0.9999963641166687,
460
+ -0.9999825954437256,
461
+ -0.007825305685400963
462
+ ],
463
+ "max": [
464
+ 0.6732748746871948,
465
+ 1.3429555892944336,
466
+ 0.9561390280723572,
467
+ 0.9848661422729492,
468
+ 0.9992153644561768,
469
+ 0.9998531937599182,
470
+ 0.9852022528648376,
471
+ 0.9999997019767761,
472
+ 0.9997325539588928,
473
+ 0.7056313753128052,
474
+ 0.6326704025268555,
475
+ 1.3239152431488037,
476
+ 0.9265870451927185,
477
+ 0.9999906420707703,
478
+ 0.9993422627449036,
479
+ 0.999994158744812,
480
+ 0.9877346754074097,
481
+ 0.9997886419296265,
482
+ 0.9555158019065857,
483
+ 0.6500570178031921
484
+ ],
485
+ "mean": [
486
+ 0.07858365524440673,
487
+ -0.1084547880857928,
488
+ 0.4503202316449569,
489
+ -0.437123151022136,
490
+ -0.6861923509123108,
491
+ -0.13036955798895722,
492
+ -0.6272092611898918,
493
+ 0.45821308352238516,
494
+ -0.29289300664680523,
495
+ 0.13625899116085205,
496
+ -0.07425179276097738,
497
+ -0.09462504823699015,
498
+ 0.44010763598497865,
499
+ 0.4574506555765104,
500
+ -0.7172668174971546,
501
+ 0.041443848678022005,
502
+ -0.6474216994985393,
503
+ -0.4353483080222918,
504
+ -0.3044384476919447,
505
+ 0.12524782035508467
506
+ ],
507
+ "std": [
508
+ 0.14976059063542793,
509
+ 0.22480453428114427,
510
+ 0.15548048392248914,
511
+ 0.3071578927901322,
512
+ 0.3464516203087868,
513
+ 0.32663816431272885,
514
+ 0.320541583517428,
515
+ 0.3525876972057938,
516
+ 0.2894788567805287,
517
+ 0.1329611784783335,
518
+ 0.14572170398902998,
519
+ 0.21427059882653451,
520
+ 0.14528745841193086,
521
+ 0.3486158365328609,
522
+ 0.2793714501874079,
523
+ 0.2738032304566683,
524
+ 0.2798503003122167,
525
+ 0.3770515573064665,
526
+ 0.27955349738302787,
527
+ 0.1356284729605458
528
+ ],
529
+ "count": [
530
+ 469006
531
+ ]
532
+ },
533
+ "observation.state_valid": {
534
+ "min": [
535
+ 0.0,
536
+ 0.0,
537
+ 0.0,
538
+ 0.0,
539
+ 0.0,
540
+ 0.0,
541
+ 0.0,
542
+ 0.0,
543
+ 0.0,
544
+ 0.0,
545
+ 0.0,
546
+ 0.0,
547
+ 0.0,
548
+ 0.0,
549
+ 0.0,
550
+ 0.0,
551
+ 0.0,
552
+ 0.0,
553
+ 0.0,
554
+ 0.0
555
+ ],
556
+ "max": [
557
+ 1.0,
558
+ 1.0,
559
+ 1.0,
560
+ 1.0,
561
+ 1.0,
562
+ 1.0,
563
+ 1.0,
564
+ 1.0,
565
+ 1.0,
566
+ 1.0,
567
+ 1.0,
568
+ 1.0,
569
+ 1.0,
570
+ 1.0,
571
+ 1.0,
572
+ 1.0,
573
+ 1.0,
574
+ 1.0,
575
+ 1.0,
576
+ 1.0
577
+ ],
578
+ "mean": [
579
+ 0.9999850748178062,
580
+ 0.9999850748178062,
581
+ 0.9999850748178062,
582
+ 0.9999850748178062,
583
+ 0.9999850748178062,
584
+ 0.9999850748178062,
585
+ 0.9999850748178062,
586
+ 0.9999850748178062,
587
+ 0.9999850748178062,
588
+ 0.9999850748178062,
589
+ 0.9999850748178062,
590
+ 0.9999850748178062,
591
+ 0.9999850748178062,
592
+ 0.9999850748178062,
593
+ 0.9999850748178062,
594
+ 0.9999850748178062,
595
+ 0.9999850748178062,
596
+ 0.9999850748178062,
597
+ 0.9999850748178062,
598
+ 0.9999850748178062
599
+ ],
600
+ "std": [
601
+ 0.003863283504063308,
602
+ 0.003863283504063308,
603
+ 0.003863283504063308,
604
+ 0.003863283504063308,
605
+ 0.003863283504063308,
606
+ 0.003863283504063308,
607
+ 0.003863283504063308,
608
+ 0.003863283504063308,
609
+ 0.003863283504063308,
610
+ 0.003863283504063308,
611
+ 0.003863283504063308,
612
+ 0.003863283504063308,
613
+ 0.003863283504063308,
614
+ 0.003863283504063308,
615
+ 0.003863283504063308,
616
+ 0.003863283504063308,
617
+ 0.003863283504063308,
618
+ 0.003863283504063308,
619
+ 0.003863283504063308,
620
+ 0.003863283504063308
621
+ ],
622
+ "count": [
623
+ 469006
624
+ ]
625
+ },
626
+ "action": {
627
+ "min": [
628
+ -0.7841653823852539,
629
+ -0.7104735374450684,
630
+ -0.5466949343681335,
631
+ -0.9999976754188538,
632
+ -0.9999996423721313,
633
+ -0.9999958276748657,
634
+ -0.9999967813491821,
635
+ -0.9974778294563293,
636
+ -0.9997717142105103,
637
+ -0.010737265460193157,
638
+ -0.8776466846466064,
639
+ -0.7475486993789673,
640
+ -0.5306682586669922,
641
+ -0.9999955296516418,
642
+ -0.9999997615814209,
643
+ -0.999935507774353,
644
+ -0.9999977350234985,
645
+ -0.9999963641166687,
646
+ -0.9999825954437256,
647
+ -0.007825305685400963
648
+ ],
649
+ "max": [
650
+ 0.6732748746871948,
651
+ 1.3423901796340942,
652
+ 0.9561390280723572,
653
+ 0.9848661422729492,
654
+ 0.9992153644561768,
655
+ 0.9998531937599182,
656
+ 0.9852022528648376,
657
+ 0.9999997019767761,
658
+ 0.9997325539588928,
659
+ 0.7056313753128052,
660
+ 0.6326704025268555,
661
+ 1.3239152431488037,
662
+ 0.9265870451927185,
663
+ 0.9999906420707703,
664
+ 0.9993422627449036,
665
+ 0.999994158744812,
666
+ 0.9877346754074097,
667
+ 0.9997886419296265,
668
+ 0.9555158019065857,
669
+ 0.6500570178031921
670
+ ],
671
+ "mean": [
672
+ 0.07859352849411129,
673
+ -0.10948943812344912,
674
+ 0.4503761057897177,
675
+ -0.43723731271586125,
676
+ -0.6863251174775384,
677
+ -0.13042934908477843,
678
+ -0.6273208200536846,
679
+ 0.4583316970674188,
680
+ -0.29302739101283,
681
+ 0.13627844526813426,
682
+ -0.07426894726076941,
683
+ -0.09564248229324404,
684
+ 0.4401698978251308,
685
+ 0.4575341167970187,
686
+ -0.7174028248012844,
687
+ 0.041494565833709675,
688
+ -0.647529595692458,
689
+ -0.43543278171788014,
690
+ -0.30457361756143647,
691
+ 0.12528935433284977
692
+ ],
693
+ "std": [
694
+ 0.14958141236114805,
695
+ 0.22363002590393505,
696
+ 0.15546923912511698,
697
+ 0.30686416381101367,
698
+ 0.3462960113885223,
699
+ 0.3266236485821462,
700
+ 0.32036203898974913,
701
+ 0.3523268204622649,
702
+ 0.2894297288594497,
703
+ 0.13296940555635692,
704
+ 0.14554835866962504,
705
+ 0.21314135912147114,
706
+ 0.1452758994669834,
707
+ 0.34835778185191985,
708
+ 0.2792311846312461,
709
+ 0.2737712938304519,
710
+ 0.27971794266379535,
711
+ 0.3767891118120779,
712
+ 0.2795111171775464,
713
+ 0.1356419800280136
714
+ ],
715
+ "count": [
716
+ 469006
717
+ ]
718
+ },
719
+ "action_valid": {
720
+ "min": [
721
+ 0.0,
722
+ 0.0,
723
+ 0.0,
724
+ 0.0,
725
+ 0.0,
726
+ 0.0,
727
+ 0.0,
728
+ 0.0,
729
+ 0.0,
730
+ 0.0,
731
+ 0.0,
732
+ 0.0,
733
+ 0.0,
734
+ 0.0,
735
+ 0.0,
736
+ 0.0,
737
+ 0.0,
738
+ 0.0,
739
+ 0.0,
740
+ 0.0
741
+ ],
742
+ "max": [
743
+ 1.0,
744
+ 1.0,
745
+ 1.0,
746
+ 1.0,
747
+ 1.0,
748
+ 1.0,
749
+ 1.0,
750
+ 1.0,
751
+ 1.0,
752
+ 1.0,
753
+ 1.0,
754
+ 1.0,
755
+ 1.0,
756
+ 1.0,
757
+ 1.0,
758
+ 1.0,
759
+ 1.0,
760
+ 1.0,
761
+ 1.0,
762
+ 1.0
763
+ ],
764
+ "mean": [
765
+ 0.9999701496356124,
766
+ 0.9999701496356124,
767
+ 0.9999701496356124,
768
+ 0.9999701496356124,
769
+ 0.9999701496356124,
770
+ 0.9999701496356124,
771
+ 0.9999701496356124,
772
+ 0.9999701496356124,
773
+ 0.9999701496356124,
774
+ 0.9999701496356124,
775
+ 0.9999701496356124,
776
+ 0.9999701496356124,
777
+ 0.9999701496356124,
778
+ 0.9999701496356124,
779
+ 0.9999701496356124,
780
+ 0.9999701496356124,
781
+ 0.9999701496356124,
782
+ 0.9999701496356124,
783
+ 0.9999701496356124,
784
+ 0.9999701496356124
785
+ ],
786
+ "std": [
787
+ 0.005463467154052299,
788
+ 0.005463467154052299,
789
+ 0.005463467154052299,
790
+ 0.005463467154052299,
791
+ 0.005463467154052299,
792
+ 0.005463467154052299,
793
+ 0.005463467154052299,
794
+ 0.005463467154052299,
795
+ 0.005463467154052299,
796
+ 0.005463467154052299,
797
+ 0.005463467154052299,
798
+ 0.005463467154052299,
799
+ 0.005463467154052299,
800
+ 0.005463467154052299,
801
+ 0.005463467154052299,
802
+ 0.005463467154052299,
803
+ 0.005463467154052299,
804
+ 0.005463467154052299,
805
+ 0.005463467154052299,
806
+ 0.005463467154052299
807
+ ],
808
+ "count": [
809
+ 469006
810
+ ]
811
+ },
812
+ "timestamp": {
813
+ "min": [
814
+ 0.0
815
+ ],
816
+ "max": [
817
+ 53.720001220703125
818
+ ],
819
+ "mean": [
820
+ 10.762896169681577
821
+ ],
822
+ "std": [
823
+ 7.586007315031941
824
+ ],
825
+ "count": [
826
+ 469006
827
+ ]
828
+ },
829
+ "frame_index": {
830
+ "min": [
831
+ 0.0
832
+ ],
833
+ "max": [
834
+ 1343.0
835
+ ],
836
+ "mean": [
837
+ 269.07240419099116
838
+ ],
839
+ "std": [
840
+ 189.65018277205667
841
+ ],
842
+ "count": [
843
+ 469006
844
+ ]
845
+ },
846
+ "episode_index": {
847
+ "min": [
848
+ 0.0
849
+ ],
850
+ "max": [
851
+ 986.0
852
+ ],
853
+ "mean": [
854
+ 488.75973868138146
855
+ ],
856
+ "std": [
857
+ 284.57663890389205
858
+ ],
859
+ "count": [
860
+ 469006
861
+ ]
862
+ },
863
+ "index": {
864
+ "min": [
865
+ 0.0
866
+ ],
867
+ "max": [
868
+ 469005.0
869
+ ],
870
+ "mean": [
871
+ 234502.5
872
+ ],
873
+ "std": [
874
+ 135390.37017546705
875
+ ],
876
+ "count": [
877
+ 469006
878
+ ]
879
+ },
880
+ "task_index": {
881
+ "min": [
882
+ 0.0
883
+ ],
884
+ "max": [
885
+ 37.0
886
+ ],
887
+ "mean": [
888
+ 15.62425000959476
889
+ ],
890
+ "std": [
891
+ 10.695287468302588
892
+ ],
893
+ "count": [
894
+ 469006
895
+ ]
896
+ },
897
+ "valid.frame": {
898
+ "min": [
899
+ 0.0
900
+ ],
901
+ "max": [
902
+ 1.0
903
+ ],
904
+ "mean": [
905
+ 0.9999850748178062
906
+ ],
907
+ "std": [
908
+ 0.003863283504063308
909
+ ],
910
+ "count": [
911
+ 469006
912
+ ]
913
+ }
914
+ }