StyTJU commited on
Commit
789778e
·
verified ·
1 Parent(s): 23b404c

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:494cec14fb76cd06def242f65e2da3c57ee1824c568f9290533fda18e0699569
3
+ size 50180
episode_timestamps.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": {
3
+ "unix": 1780212946.4884534,
4
+ "iso": "2026-05-31T07:35:46.488453+00:00"
5
+ },
6
+ "1": {
7
+ "unix": 1780213004.783961,
8
+ "iso": "2026-05-31T07:36:44.783961+00:00"
9
+ }
10
+ }
meta/info.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "piper_follower",
4
+ "total_episodes": 2,
5
+ "total_frames": 1198,
6
+ "total_tasks": 2,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 7
21
+ ],
22
+ "names": [
23
+ "joint_1.pos",
24
+ "joint_2.pos",
25
+ "joint_3.pos",
26
+ "joint_4.pos",
27
+ "joint_5.pos",
28
+ "joint_6.pos",
29
+ "gripper.pos"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "joint_1.pos",
39
+ "joint_2.pos",
40
+ "joint_3.pos",
41
+ "joint_4.pos",
42
+ "joint_5.pos",
43
+ "joint_6.pos",
44
+ "gripper.pos"
45
+ ]
46
+ },
47
+ "observation.images.front": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 720,
51
+ 1280,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.height": 720,
61
+ "video.width": 1280,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 30,
66
+ "video.channels": 3,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.side": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 480,
84
+ "video.width": 640,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ }
128
+ }
129
+ }
meta/stats.json ADDED
@@ -0,0 +1,650 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.side": {
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.4291766756806028
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.4567856210838331
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.38296890445227677
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.004063814110354891
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.0038344938354129554
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.0032661584089558604
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 242
73
+ ],
74
+ "q01": [
75
+ [
76
+ [
77
+ 0.007715187267452373
78
+ ]
79
+ ],
80
+ [
81
+ [
82
+ 0.02943560686622131
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.019680878222966137
88
+ ]
89
+ ]
90
+ ],
91
+ "q10": [
92
+ [
93
+ [
94
+ 0.32748654003809
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.38038357827467556
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.274442068375251
105
+ ]
106
+ ]
107
+ ],
108
+ "q50": [
109
+ [
110
+ [
111
+ 0.45093146600369693
112
+ ]
113
+ ],
114
+ [
115
+ [
116
+ 0.4725218491300666
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 0.388231071807978
122
+ ]
123
+ ]
124
+ ],
125
+ "q90": [
126
+ [
127
+ [
128
+ 0.5275638491071284
129
+ ]
130
+ ],
131
+ [
132
+ [
133
+ 0.5529124376554035
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.4940844671520039
139
+ ]
140
+ ]
141
+ ],
142
+ "q99": [
143
+ [
144
+ [
145
+ 0.5626844801319112
146
+ ]
147
+ ],
148
+ [
149
+ [
150
+ 0.6490005649916916
151
+ ]
152
+ ],
153
+ [
154
+ [
155
+ 0.5883691333595125
156
+ ]
157
+ ]
158
+ ]
159
+ },
160
+ "timestamp": {
161
+ "min": [
162
+ 0.0
163
+ ],
164
+ "max": [
165
+ 19.933333333333334
166
+ ],
167
+ "mean": [
168
+ 9.966666666666665
169
+ ],
170
+ "std": [
171
+ 5.76387215526353
172
+ ],
173
+ "count": [
174
+ 1198
175
+ ],
176
+ "q01": [
177
+ 0.16740013323501293
178
+ ],
179
+ "q10": [
180
+ 1.9690146665864225
181
+ ],
182
+ "q50": [
183
+ 9.968660000000018
184
+ ],
185
+ "q90": [
186
+ 17.96431866674691
187
+ ],
188
+ "q99": [
189
+ 19.76593320009832
190
+ ]
191
+ },
192
+ "index": {
193
+ "min": [
194
+ 0
195
+ ],
196
+ "max": [
197
+ 1197
198
+ ],
199
+ "mean": [
200
+ 598.5
201
+ ],
202
+ "std": [
203
+ 345.83269076245523
204
+ ],
205
+ "count": [
206
+ 1198
207
+ ],
208
+ "q01": [
209
+ 304.5220039999017
210
+ ],
211
+ "q10": [
212
+ 358.5704399999197
213
+ ],
214
+ "q50": [
215
+ 598.5
216
+ ],
217
+ "q90": [
218
+ 838.4295600000804
219
+ ],
220
+ "q99": [
221
+ 892.4779960000983
222
+ ]
223
+ },
224
+ "observation.state": {
225
+ "min": [
226
+ -11299.0,
227
+ 143.0,
228
+ -50690.0,
229
+ -50890.0,
230
+ -8208.0,
231
+ -12718.0,
232
+ 70.0
233
+ ],
234
+ "max": [
235
+ 8513.0,
236
+ 96451.0,
237
+ 266.0,
238
+ 19829.0,
239
+ 55522.0,
240
+ 57656.0,
241
+ 69580.0
242
+ ],
243
+ "mean": [
244
+ 2278.3129272460938,
245
+ 23569.779296875,
246
+ -15462.72998046875,
247
+ -9516.445922851562,
248
+ 23509.427734375,
249
+ 12395.199951171875,
250
+ 18459.25732421875
251
+ ],
252
+ "std": [
253
+ 6057.212800826122,
254
+ 30851.770984301227,
255
+ 17222.30752760549,
256
+ 21141.13022315184,
257
+ 12423.656620742238,
258
+ 26469.6693394218,
259
+ 27634.503315224585
260
+ ],
261
+ "count": [
262
+ 1198
263
+ ],
264
+ "q01": [
265
+ -4289.5,
266
+ 187.0,
267
+ -41665.886875000004,
268
+ -36497.91953125,
269
+ -1286.2442838541665,
270
+ -12236.184230291194,
271
+ 70.0
272
+ ],
273
+ "q10": [
274
+ -4289.5,
275
+ 187.0,
276
+ -38040.26152759309,
277
+ -31816.93488103693,
278
+ 10240.265478515625,
279
+ -4788.844710286458,
280
+ 70.0
281
+ ],
282
+ "q50": [
283
+ 4753.683344212653,
284
+ 6694.388555711315,
285
+ -5041.171529836987,
286
+ -903.196377686713,
287
+ 20296.109317555147,
288
+ 20239.421281403185,
289
+ 22122.0478515625
290
+ ],
291
+ "q90": [
292
+ 4754.863098568516,
293
+ 66956.5771484375,
294
+ -1330.842866274799,
295
+ 6809.674609375001,
296
+ 40040.497363281254,
297
+ 29766.56449328016,
298
+ 40630.9783332669
299
+ ],
300
+ "q99": [
301
+ 5620.179975008518,
302
+ 76310.05877783828,
303
+ 262.3303508814871,
304
+ 14952.295703125,
305
+ 45466.23669921875,
306
+ 36739.77557145743,
307
+ 63453.00464159492
308
+ ]
309
+ },
310
+ "observation.images.front": {
311
+ "min": [
312
+ [
313
+ [
314
+ 0.0
315
+ ]
316
+ ],
317
+ [
318
+ [
319
+ 0.00392156862745098
320
+ ]
321
+ ],
322
+ [
323
+ [
324
+ 0.0
325
+ ]
326
+ ]
327
+ ],
328
+ "max": [
329
+ [
330
+ [
331
+ 0.6666666666666666
332
+ ]
333
+ ],
334
+ [
335
+ [
336
+ 0.7294117647058823
337
+ ]
338
+ ],
339
+ [
340
+ [
341
+ 0.7803921568627451
342
+ ]
343
+ ]
344
+ ],
345
+ "mean": [
346
+ [
347
+ [
348
+ 0.4628004183996831
349
+ ]
350
+ ],
351
+ [
352
+ [
353
+ 0.4832933017789301
354
+ ]
355
+ ],
356
+ [
357
+ [
358
+ 0.45753821638848374
359
+ ]
360
+ ]
361
+ ],
362
+ "std": [
363
+ [
364
+ [
365
+ 0.006592463179027341
366
+ ]
367
+ ],
368
+ [
369
+ [
370
+ 0.007130062883739352
371
+ ]
372
+ ],
373
+ [
374
+ [
375
+ 0.0029510996777039333
376
+ ]
377
+ ]
378
+ ],
379
+ "count": [
380
+ 242
381
+ ],
382
+ "q01": [
383
+ [
384
+ [
385
+ 0.05686352095978381
386
+ ]
387
+ ],
388
+ [
389
+ [
390
+ 0.07447651483180275
391
+ ]
392
+ ],
393
+ [
394
+ [
395
+ 0.06270649984310685
396
+ ]
397
+ ]
398
+ ],
399
+ "q10": [
400
+ [
401
+ [
402
+ 0.21961138477945366
403
+ ]
404
+ ],
405
+ [
406
+ [
407
+ 0.41960531664249395
408
+ ]
409
+ ],
410
+ [
411
+ [
412
+ 0.1666380010563749
413
+ ]
414
+ ]
415
+ ],
416
+ "q50": [
417
+ [
418
+ [
419
+ 0.5020010228900524
420
+ ]
421
+ ],
422
+ [
423
+ [
424
+ 0.5019450481878375
425
+ ]
426
+ ],
427
+ [
428
+ [
429
+ 0.48816215323340834
430
+ ]
431
+ ]
432
+ ],
433
+ "q90": [
434
+ [
435
+ [
436
+ 0.5509619380463082
437
+ ]
438
+ ],
439
+ [
440
+ [
441
+ 0.5626843360624806
442
+ ]
443
+ ],
444
+ [
445
+ [
446
+ 0.6235431273005534
447
+ ]
448
+ ]
449
+ ],
450
+ "q99": [
451
+ [
452
+ [
453
+ 0.5842697268298997
454
+ ]
455
+ ],
456
+ [
457
+ [
458
+ 0.6470477377607639
459
+ ]
460
+ ],
461
+ [
462
+ [
463
+ 0.6882405228001456
464
+ ]
465
+ ]
466
+ ]
467
+ },
468
+ "task_index": {
469
+ "min": [
470
+ 0
471
+ ],
472
+ "max": [
473
+ 1
474
+ ],
475
+ "mean": [
476
+ 0.5
477
+ ],
478
+ "std": [
479
+ 0.5
480
+ ],
481
+ "count": [
482
+ 1198
483
+ ],
484
+ "q01": [
485
+ 0.5000000000000003
486
+ ],
487
+ "q10": [
488
+ 0.500000000000004
489
+ ],
490
+ "q50": [
491
+ 0.5000000000000199
492
+ ],
493
+ "q90": [
494
+ 0.5000000000000361
495
+ ],
496
+ "q99": [
497
+ 0.5000000000000395
498
+ ]
499
+ },
500
+ "action": {
501
+ "min": [
502
+ -0.2023555487394333,
503
+ 0.0,
504
+ -0.8916029930114746,
505
+ -0.9039536714553833,
506
+ -0.1775670051574707,
507
+ -0.22850477695465088,
508
+ -0.14000000059604645
509
+ ],
510
+ "max": [
511
+ 0.1536506712436676,
512
+ 1.687627911567688,
513
+ 0.0,
514
+ 0.34997043013572693,
515
+ 0.9727720022201538,
516
+ 1.018424153327942,
517
+ 58.380001068115234
518
+ ],
519
+ "mean": [
520
+ 0.036465153098106384,
521
+ 0.413273349404335,
522
+ -0.27152014523744583,
523
+ -0.19310710637364537,
524
+ 0.3513585329055786,
525
+ 0.24170511774718761,
526
+ 7.017987489700317
527
+ ],
528
+ "std": [
529
+ 0.10915912224528912,
530
+ 0.5430854172766931,
531
+ 0.2999106180160287,
532
+ 0.3557826794303623,
533
+ 0.2660499455231588,
534
+ 0.44372311566062683,
535
+ 16.47265069655343
536
+ ],
537
+ "count": [
538
+ 1198
539
+ ],
540
+ "q01": [
541
+ -0.07704338617622852,
542
+ -1.000000013351432e-10,
543
+ -0.7304298257827758,
544
+ -0.6534767706692219,
545
+ -0.04286161363124848,
546
+ -0.222815468236804,
547
+ -0.005426614983486643
548
+ ],
549
+ "q10": [
550
+ -0.07595330332014852,
551
+ -1.000000013351432e-10,
552
+ -0.6657388957719954,
553
+ -0.5572448967167964,
554
+ 0.10987909495830533,
555
+ -0.09156963190488648,
556
+ -0.0032508793716327145
557
+ ],
558
+ "q50": [
559
+ 0.07504760236481142,
560
+ 0.11566224653489227,
561
+ -0.0890220328536099,
562
+ -0.08974215063898894,
563
+ 0.27019213885068893,
564
+ 0.43288623516758284,
565
+ 0.03492812861514379
566
+ ],
567
+ "q90": [
568
+ 0.08221892468078439,
569
+ 1.1736905987064046,
570
+ -0.02164441073568035,
571
+ 0.11760236198703447,
572
+ 0.6940885384877522,
573
+ 0.5196551283359528,
574
+ 27.78625960032145
575
+ ],
576
+ "q99": [
577
+ 0.10144880426116287,
578
+ 1.3332815584022066,
579
+ -1.0418819786534826e-05,
580
+ 0.26273634880781177,
581
+ 0.7973721411824226,
582
+ 0.6475576437371118,
583
+ 52.36353304492103
584
+ ]
585
+ },
586
+ "frame_index": {
587
+ "min": [
588
+ 0
589
+ ],
590
+ "max": [
591
+ 598
592
+ ],
593
+ "mean": [
594
+ 299.0
595
+ ],
596
+ "std": [
597
+ 172.91616465790582
598
+ ],
599
+ "count": [
600
+ 1198
601
+ ],
602
+ "q01": [
603
+ 5.02200399990168
604
+ ],
605
+ "q10": [
606
+ 59.070439999919756
607
+ ],
608
+ "q50": [
609
+ 298.9402
610
+ ],
611
+ "q90": [
612
+ 538.9295600000803
613
+ ],
614
+ "q99": [
615
+ 592.9779960000984
616
+ ]
617
+ },
618
+ "episode_index": {
619
+ "min": [
620
+ 0
621
+ ],
622
+ "max": [
623
+ 1
624
+ ],
625
+ "mean": [
626
+ 0.5
627
+ ],
628
+ "std": [
629
+ 0.5
630
+ ],
631
+ "count": [
632
+ 1198
633
+ ],
634
+ "q01": [
635
+ 0.5000000000000003
636
+ ],
637
+ "q10": [
638
+ 0.500000000000004
639
+ ],
640
+ "q50": [
641
+ 0.5000000000000199
642
+ ],
643
+ "q90": [
644
+ 0.5000000000000361
645
+ ],
646
+ "q99": [
647
+ 0.5000000000000395
648
+ ]
649
+ }
650
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe3585d13666fa86771228a88bc608b2b1f16db04a6bc3a82b8ef236ae102b7
3
+ size 2368
object_prompt_timestamps.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "episode_index": 0,
4
+ "object_image": "objects/red cube.png",
5
+ "box_image": "box/green box.png",
6
+ "camera": "side",
7
+ "task": "pick the red cube and place it into the green box",
8
+ "target_image_start": {
9
+ "unix": 1780212940.3914812,
10
+ "iso": "2026-05-31T07:35:40.391481+00:00"
11
+ },
12
+ "target_image_end": {
13
+ "unix": 1780212941.4398627,
14
+ "iso": "2026-05-31T07:35:41.439863+00:00"
15
+ },
16
+ "camera_preview_start": {
17
+ "unix": 1780212942.43996,
18
+ "iso": "2026-05-31T07:35:42.439960+00:00"
19
+ },
20
+ "camera_preview_end": {
21
+ "unix": 1780212943.4476388,
22
+ "iso": "2026-05-31T07:35:43.447639+00:00"
23
+ },
24
+ "between_prompt_rest_start": {
25
+ "unix": 1780212943.4476674,
26
+ "iso": "2026-05-31T07:35:43.447667+00:00"
27
+ },
28
+ "between_prompt_rest_end": {
29
+ "unix": 1780212945.4775922,
30
+ "iso": "2026-05-31T07:35:45.477592+00:00"
31
+ },
32
+ "box_image_start": {
33
+ "unix": 1780212945.4776144,
34
+ "iso": "2026-05-31T07:35:45.477614+00:00"
35
+ },
36
+ "box_image_end": {
37
+ "unix": 1780212945.477619,
38
+ "iso": "2026-05-31T07:35:45.477619+00:00"
39
+ },
40
+ "record_start": {
41
+ "unix": 1780212946.4884534,
42
+ "iso": "2026-05-31T07:35:46.488453+00:00"
43
+ },
44
+ "record_end": {
45
+ "unix": 1780212966.5087285,
46
+ "iso": "2026-05-31T07:36:06.508729+00:00"
47
+ },
48
+ "rest_start": {
49
+ "unix": 1780212995.7015948,
50
+ "iso": "2026-05-31T07:36:35.701595+00:00"
51
+ },
52
+ "rest_end": {
53
+ "unix": 1780212997.7319474,
54
+ "iso": "2026-05-31T07:36:37.731947+00:00"
55
+ }
56
+ },
57
+ {
58
+ "episode_index": 1,
59
+ "object_image": "objects/wooden cylinder.png",
60
+ "box_image": "box/green box.png",
61
+ "camera": "side",
62
+ "task": "pick the wooden cylinder and place it into the green box",
63
+ "target_image_start": {
64
+ "unix": 1780212998.735337,
65
+ "iso": "2026-05-31T07:36:38.735337+00:00"
66
+ },
67
+ "target_image_end": {
68
+ "unix": 1780212999.7554312,
69
+ "iso": "2026-05-31T07:36:39.755431+00:00"
70
+ },
71
+ "camera_preview_start": {
72
+ "unix": 1780213000.761613,
73
+ "iso": "2026-05-31T07:36:40.761613+00:00"
74
+ },
75
+ "camera_preview_end": {
76
+ "unix": 1780213001.7639692,
77
+ "iso": "2026-05-31T07:36:41.763969+00:00"
78
+ },
79
+ "between_prompt_rest_start": {
80
+ "unix": 1780213001.7639868,
81
+ "iso": "2026-05-31T07:36:41.763987+00:00"
82
+ },
83
+ "between_prompt_rest_end": {
84
+ "unix": 1780213003.7701998,
85
+ "iso": "2026-05-31T07:36:43.770200+00:00"
86
+ },
87
+ "box_image_start": {
88
+ "unix": 1780213003.7702186,
89
+ "iso": "2026-05-31T07:36:43.770219+00:00"
90
+ },
91
+ "box_image_end": {
92
+ "unix": 1780213003.7702205,
93
+ "iso": "2026-05-31T07:36:43.770221+00:00"
94
+ },
95
+ "record_start": {
96
+ "unix": 1780213004.783961,
97
+ "iso": "2026-05-31T07:36:44.783961+00:00"
98
+ },
99
+ "record_end": {
100
+ "unix": 1780213024.8079531,
101
+ "iso": "2026-05-31T07:37:04.807953+00:00"
102
+ }
103
+ }
104
+ ]
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28443e3adda4ae929b8b7e286e66cb2d277a19059877bf9cec5c7f8b2280901a
3
+ size 6445684
videos/observation.images.side/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22ef2f46157c09dc9899a964c1fb86088191b0f288763745af59c9a1c5370558
3
+ size 5513623