HwanLee commited on
Commit
d093371
·
verified ·
1 Parent(s): 973b3d7

Add files using upload-large-folder tool

Browse files
Files changed (30) hide show
  1. data/chunk-000/file-000.parquet +3 -0
  2. meta/episodes/chunk-000/file-000.parquet +3 -0
  3. meta/info.json +127 -0
  4. meta/stats.json +632 -0
  5. meta/tasks.parquet +3 -0
  6. videos/observation.images.top/chunk-000/file-000.mp4 +3 -0
  7. videos/observation.images.top/chunk-000/file-001.mp4 +3 -0
  8. videos/observation.images.top/chunk-000/file-002.mp4 +3 -0
  9. videos/observation.images.top/chunk-000/file-003.mp4 +3 -0
  10. videos/observation.images.top/chunk-000/file-004.mp4 +3 -0
  11. videos/observation.images.top/chunk-000/file-005.mp4 +3 -0
  12. videos/observation.images.top/chunk-000/file-006.mp4 +3 -0
  13. videos/observation.images.top/chunk-000/file-007.mp4 +3 -0
  14. videos/observation.images.top/chunk-000/file-008.mp4 +3 -0
  15. videos/observation.images.top/chunk-000/file-009.mp4 +3 -0
  16. videos/observation.images.top/chunk-000/file-010.mp4 +3 -0
  17. videos/observation.images.top/chunk-000/file-011.mp4 +3 -0
  18. videos/observation.images.top/chunk-000/file-012.mp4 +3 -0
  19. videos/observation.images.top/chunk-000/file-013.mp4 +3 -0
  20. videos/observation.images.top/chunk-000/file-014.mp4 +3 -0
  21. videos/observation.images.top/chunk-000/file-015.mp4 +3 -0
  22. videos/observation.images.top/chunk-000/file-016.mp4 +3 -0
  23. videos/observation.images.top/chunk-000/file-017.mp4 +3 -0
  24. videos/observation.images.wrist/chunk-000/file-000.mp4 +3 -0
  25. videos/observation.images.wrist/chunk-000/file-001.mp4 +3 -0
  26. videos/observation.images.wrist/chunk-000/file-002.mp4 +3 -0
  27. videos/observation.images.wrist/chunk-000/file-003.mp4 +3 -0
  28. videos/observation.images.wrist/chunk-000/file-004.mp4 +3 -0
  29. videos/observation.images.wrist/chunk-000/file-005.mp4 +3 -0
  30. videos/observation.images.wrist/chunk-000/file-006.mp4 +3 -0
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c04da772de87171b3d8d3e19d56c60b6cd0651d7ec670196bfb964b383ffe402
3
+ size 9324001
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb7cc2c0a42189085460894d1da34dc0374f98f643fbd7a938d33b19dff7c562
3
+ size 387209
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 210,
5
+ "total_frames": 396042,
6
+ "total_tasks": 3,
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:210"
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
+ "names": [
20
+ "shoulder_pan.pos",
21
+ "shoulder_lift.pos",
22
+ "elbow_flex.pos",
23
+ "wrist_flex.pos",
24
+ "wrist_roll.pos",
25
+ "gripper.pos"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "shoulder_pan.pos",
35
+ "shoulder_lift.pos",
36
+ "elbow_flex.pos",
37
+ "wrist_flex.pos",
38
+ "wrist_roll.pos",
39
+ "gripper.pos"
40
+ ],
41
+ "shape": [
42
+ 6
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.top": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/stats.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 2
8
+ ],
9
+ "mean": [
10
+ 0.8170067821089683
11
+ ],
12
+ "std": [
13
+ 0.7285044912447352
14
+ ],
15
+ "count": [
16
+ 396042
17
+ ],
18
+ "q01": [
19
+ 0.8170067821089683
20
+ ],
21
+ "q10": [
22
+ 0.8170067821089718
23
+ ],
24
+ "q50": [
25
+ 0.8170067821089882
26
+ ],
27
+ "q90": [
28
+ 0.8170067821090047
29
+ ],
30
+ "q99": [
31
+ 0.8170067821090077
32
+ ]
33
+ },
34
+ "index": {
35
+ "min": [
36
+ 0
37
+ ],
38
+ "max": [
39
+ 255258
40
+ ],
41
+ "mean": [
42
+ 125863.28570959646
43
+ ],
44
+ "std": [
45
+ 64642.4751494739
46
+ ],
47
+ "count": [
48
+ 396042
49
+ ],
50
+ "q01": [
51
+ 124895.17544779745
52
+ ],
53
+ "q10": [
54
+ 125073.00987503814
55
+ ],
56
+ "q50": [
57
+ 125863.20605376449
58
+ ],
59
+ "q90": [
60
+ 126653.51054125611
61
+ ],
62
+ "q99": [
63
+ 126831.39256493808
64
+ ]
65
+ },
66
+ "frame_index": {
67
+ "min": [
68
+ 0
69
+ ],
70
+ "max": [
71
+ 2780
72
+ ],
73
+ "mean": [
74
+ 987.3565429929149
75
+ ],
76
+ "std": [
77
+ 615.6758769573263
78
+ ],
79
+ "count": [
80
+ 396042
81
+ ],
82
+ "q01": [
83
+ 19.246281193886425
84
+ ],
85
+ "q10": [
86
+ 197.08070843458103
87
+ ],
88
+ "q50": [
89
+ 987.2729377555916
90
+ ],
91
+ "q90": [
92
+ 1777.5813746525662
93
+ ],
94
+ "q99": [
95
+ 1955.463398334548
96
+ ]
97
+ },
98
+ "episode_index": {
99
+ "min": [
100
+ 0
101
+ ],
102
+ "max": [
103
+ 149
104
+ ],
105
+ "mean": [
106
+ 67.0111200327238
107
+ ],
108
+ "std": [
109
+ 37.99317206134978
110
+ ],
111
+ "count": [
112
+ 396042
113
+ ],
114
+ "q01": [
115
+ 67.0111200327238
116
+ ],
117
+ "q10": [
118
+ 67.0111200327238
119
+ ],
120
+ "q50": [
121
+ 67.0111200327238
122
+ ],
123
+ "q90": [
124
+ 67.0111200327238
125
+ ],
126
+ "q99": [
127
+ 67.0111200327238
128
+ ]
129
+ },
130
+ "action": {
131
+ "min": [
132
+ -44.66519546508789,
133
+ -100.0,
134
+ -26.763111114501953,
135
+ -100.0,
136
+ -100.0,
137
+ 0.0
138
+ ],
139
+ "max": [
140
+ 49.22737121582031,
141
+ 45.82809066772461,
142
+ 100.0,
143
+ 77.26712799072266,
144
+ 14.652687072753906,
145
+ 100.0
146
+ ],
147
+ "mean": [
148
+ 7.167928767735492,
149
+ -14.738693978739144,
150
+ 53.59683518352876,
151
+ -23.880672104436776,
152
+ -20.604067321338892,
153
+ 37.907308595305146
154
+ ],
155
+ "std": [
156
+ 23.589912375700106,
157
+ 36.421143021201765,
158
+ 28.485609376833214,
159
+ 39.45143369035296,
160
+ 36.39646007680627,
161
+ 35.338712718818584
162
+ ],
163
+ "count": [
164
+ 396042
165
+ ],
166
+ "q01": [
167
+ -42.313896007754906,
168
+ -98.40489971902713,
169
+ 0.5942222501638444,
170
+ -78.20025823892351,
171
+ -99.12988241587801,
172
+ 1.808351707706891
173
+ ],
174
+ "q10": [
175
+ -34.3548166886721,
176
+ -85.39220463608478,
177
+ 15.58798057061885,
178
+ -61.86119730800924,
179
+ -96.4296823066575,
180
+ 6.600448210183758
181
+ ],
182
+ "q50": [
183
+ 4.610694468758346,
184
+ -9.513383595624953,
185
+ 50.11789186927995,
186
+ -35.50978930783565,
187
+ -2.0656133555039533,
188
+ 16.07583753049921
189
+ ],
190
+ "q90": [
191
+ 37.103111545317105,
192
+ 25.619882689778322,
193
+ 94.63795880831157,
194
+ 46.12464646588901,
195
+ 1.9513840317085014,
196
+ 84.12112044063679
197
+ ],
198
+ "q99": [
199
+ 42.31790857330649,
200
+ 34.881866195424266,
201
+ 98.72809898637473,
202
+ 64.52820463210738,
203
+ 3.42971190058915,
204
+ 91.20957914000864
205
+ ]
206
+ },
207
+ "observation.images.top": {
208
+ "min": [
209
+ [
210
+ [
211
+ 0.0
212
+ ]
213
+ ],
214
+ [
215
+ [
216
+ 0.0
217
+ ]
218
+ ],
219
+ [
220
+ [
221
+ 0.0
222
+ ]
223
+ ]
224
+ ],
225
+ "max": [
226
+ [
227
+ [
228
+ 1.0
229
+ ]
230
+ ],
231
+ [
232
+ [
233
+ 1.0
234
+ ]
235
+ ],
236
+ [
237
+ [
238
+ 1.0
239
+ ]
240
+ ]
241
+ ],
242
+ "mean": [
243
+ [
244
+ [
245
+ 0.5944762646159857
246
+ ]
247
+ ],
248
+ [
249
+ [
250
+ 0.6029973595669387
251
+ ]
252
+ ],
253
+ [
254
+ [
255
+ 0.5565933017766169
256
+ ]
257
+ ]
258
+ ],
259
+ "std": [
260
+ [
261
+ [
262
+ 0.0049450653618327255
263
+ ]
264
+ ],
265
+ [
266
+ [
267
+ 0.0036302074217943203
268
+ ]
269
+ ],
270
+ [
271
+ [
272
+ 0.006285008954765452
273
+ ]
274
+ ]
275
+ ],
276
+ "count": [
277
+ 59691
278
+ ],
279
+ "q01": [
280
+ [
281
+ [
282
+ 0.00011335549326885587
283
+ ]
284
+ ],
285
+ [
286
+ [
287
+ 0.026686948773600644
288
+ ]
289
+ ],
290
+ [
291
+ [
292
+ 0.00020682787988994598
293
+ ]
294
+ ]
295
+ ],
296
+ "q10": [
297
+ [
298
+ [
299
+ 0.23058223464720698
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 0.24273011960864216
305
+ ]
306
+ ],
307
+ [
308
+ [
309
+ 0.18855141327300826
310
+ ]
311
+ ]
312
+ ],
313
+ "q50": [
314
+ [
315
+ [
316
+ 0.6260562899532052
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.6211458099860611
322
+ ]
323
+ ],
324
+ [
325
+ [
326
+ 0.5814955815347084
327
+ ]
328
+ ]
329
+ ],
330
+ "q90": [
331
+ [
332
+ [
333
+ 0.8609450660359974
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.9292455848807155
339
+ ]
340
+ ],
341
+ [
342
+ [
343
+ 0.9392399177511687
344
+ ]
345
+ ]
346
+ ],
347
+ "q99": [
348
+ [
349
+ [
350
+ 0.9988382043916132
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.999950884604428
356
+ ]
357
+ ],
358
+ [
359
+ [
360
+ 0.9999588426690036
361
+ ]
362
+ ]
363
+ ]
364
+ },
365
+ "timestamp": {
366
+ "min": [
367
+ 0.0
368
+ ],
369
+ "max": [
370
+ 92.66666666666667
371
+ ],
372
+ "mean": [
373
+ 32.91188476643049
374
+ ],
375
+ "std": [
376
+ 20.522529231910884
377
+ ],
378
+ "count": [
379
+ 396042
380
+ ],
381
+ "q01": [
382
+ 0.6415427063680964
383
+ ],
384
+ "q10": [
385
+ 6.569356947741986
386
+ ],
387
+ "q50": [
388
+ 32.907299043148626
389
+ ],
390
+ "q90": [
391
+ 59.25271248849623
392
+ ],
393
+ "q99": [
394
+ 65.18211327791303
395
+ ]
396
+ },
397
+ "observation.state": {
398
+ "min": [
399
+ -44.15726089477539,
400
+ -98.42388916015625,
401
+ -23.7796688079834,
402
+ -98.90156555175781,
403
+ -100.0,
404
+ 1.2837837934494019
405
+ ],
406
+ "max": [
407
+ 48.6712760925293,
408
+ 45.99751281738281,
409
+ 99.91043090820312,
410
+ 77.6087875366211,
411
+ 14.721163749694824,
412
+ 98.10810852050781
413
+ ],
414
+ "mean": [
415
+ 7.093387509653711,
416
+ -13.523226244022762,
417
+ 54.96896462225672,
418
+ -22.821893685044795,
419
+ -20.642642726207495,
420
+ 45.42526961163024
421
+ ],
422
+ "std": [
423
+ 23.5388603875327,
424
+ 36.422465641610955,
425
+ 28.14198304930265,
426
+ 39.31321415051044,
427
+ 36.385206808774996,
428
+ 28.976919516017933
429
+ ],
430
+ "count": [
431
+ 396042
432
+ ],
433
+ "q01": [
434
+ -42.151841929041915,
435
+ -97.29785537711403,
436
+ 2.934350656418416,
437
+ -77.12100769863761,
438
+ -99.15813917219322,
439
+ 2.4351807730633697
440
+ ],
441
+ "q10": [
442
+ -34.42641250802826,
443
+ -84.77363030782695,
444
+ 17.257805833890206,
445
+ -60.66636285405586,
446
+ -96.3606115140746,
447
+ 23.69190229492854
448
+ ],
449
+ "q50": [
450
+ 4.3537926008663534,
451
+ -7.929965660807802,
452
+ 51.43247871461903,
453
+ -34.34334395101605,
454
+ -2.0919412189799416,
455
+ 26.553237044077452
456
+ ],
457
+ "q90": [
458
+ 37.04003675915495,
459
+ 26.311047326844772,
460
+ 95.52579597639077,
461
+ 46.98308662116912,
462
+ 1.9115780836296279,
463
+ 83.97399444493176
464
+ ],
465
+ "q99": [
466
+ 42.20747025413765,
467
+ 35.33243283003012,
468
+ 98.55429335042774,
469
+ 65.16426404402519,
470
+ 3.2698233247702655,
471
+ 90.86910894568473
472
+ ]
473
+ },
474
+ "observation.images.wrist": {
475
+ "min": [
476
+ [
477
+ [
478
+ 0.0
479
+ ]
480
+ ],
481
+ [
482
+ [
483
+ 0.0
484
+ ]
485
+ ],
486
+ [
487
+ [
488
+ 0.0
489
+ ]
490
+ ]
491
+ ],
492
+ "max": [
493
+ [
494
+ [
495
+ 1.0
496
+ ]
497
+ ],
498
+ [
499
+ [
500
+ 1.0
501
+ ]
502
+ ],
503
+ [
504
+ [
505
+ 1.0
506
+ ]
507
+ ]
508
+ ],
509
+ "mean": [
510
+ [
511
+ [
512
+ 0.5962315041369644
513
+ ]
514
+ ],
515
+ [
516
+ [
517
+ 0.6020531269705923
518
+ ]
519
+ ],
520
+ [
521
+ [
522
+ 0.6031728054060383
523
+ ]
524
+ ]
525
+ ],
526
+ "std": [
527
+ [
528
+ [
529
+ 0.005105406308308195
530
+ ]
531
+ ],
532
+ [
533
+ [
534
+ 0.004634000957766606
535
+ ]
536
+ ],
537
+ [
538
+ [
539
+ 0.00611298795103098
540
+ ]
541
+ ]
542
+ ],
543
+ "count": [
544
+ 59691
545
+ ],
546
+ "q01": [
547
+ [
548
+ [
549
+ 0.12293241628245619
550
+ ]
551
+ ],
552
+ [
553
+ [
554
+ 0.1721187020289354
555
+ ]
556
+ ],
557
+ [
558
+ [
559
+ 0.16612017107227844
560
+ ]
561
+ ]
562
+ ],
563
+ "q10": [
564
+ [
565
+ [
566
+ 0.47259839332953074
567
+ ]
568
+ ],
569
+ [
570
+ [
571
+ 0.46050500717893106
572
+ ]
573
+ ],
574
+ [
575
+ [
576
+ 0.4057927725037537
577
+ ]
578
+ ]
579
+ ],
580
+ "q50": [
581
+ [
582
+ [
583
+ 0.6176337329905488
584
+ ]
585
+ ],
586
+ [
587
+ [
588
+ 0.6245850246293525
589
+ ]
590
+ ],
591
+ [
592
+ [
593
+ 0.6310270627256434
594
+ ]
595
+ ]
596
+ ],
597
+ "q90": [
598
+ [
599
+ [
600
+ 0.6951877095410675
601
+ ]
602
+ ],
603
+ [
604
+ [
605
+ 0.7111619226834524
606
+ ]
607
+ ],
608
+ [
609
+ [
610
+ 0.7283616383002802
611
+ ]
612
+ ]
613
+ ],
614
+ "q99": [
615
+ [
616
+ [
617
+ 0.7641460215055399
618
+ ]
619
+ ],
620
+ [
621
+ [
622
+ 0.8269456732972184
623
+ ]
624
+ ],
625
+ [
626
+ [
627
+ 0.9711937412463738
628
+ ]
629
+ ]
630
+ ]
631
+ }
632
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:063b034b0074c641054ad5b9678429d3af01bfe88a537c10db7582456c4dc588
3
+ size 2924
videos/observation.images.top/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9199326d6a5f5aefaeb3aaf83a1d1e8d043e4fef858d594bbd507a8aa3bb7437
3
+ size 157268770
videos/observation.images.top/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1177458081bc614e37a5cbc31e8af0a438d43559f8f842b7c23845d47ee277ba
3
+ size 179181708
videos/observation.images.top/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da8eb4ad77213849549544712071f9e5b2d367fcb31369b68570db1e409904df
3
+ size 197001338
videos/observation.images.top/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4b01bb5c0e589e06c56fad102a38917fcd072b9cb1d3d0e1caf82ac81948a20
3
+ size 187972599
videos/observation.images.top/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:565aa359f04c8f68d2a5ba3a1e006269d3fe62217bd62aa34ae9a568c51867d1
3
+ size 195665891
videos/observation.images.top/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3653927424cbc1bd9ba63c0901fd2031952bcf6befb8301d1aa4ec2472312d2a
3
+ size 199379325
videos/observation.images.top/chunk-000/file-006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b85e70eb97abd2047e093dfdc8cfaf5aabbc98d0f7c827fde0b94753ed68c2
3
+ size 200315757
videos/observation.images.top/chunk-000/file-007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98cd48386214a0563992ef39b6505ad17deb509376da59b656b6f0ccd16694a2
3
+ size 117436723
videos/observation.images.top/chunk-000/file-008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:215e08259a665b1fa1fdf93dc32aefedaaa4159ac2078fec7fdf06a55b1c241a
3
+ size 174128855
videos/observation.images.top/chunk-000/file-009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25eaaa5bf5ad9015c59fa3be248dcf84588169c2088c41874d74fa86abd294d0
3
+ size 74953836
videos/observation.images.top/chunk-000/file-010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e727b87cbccc95d7a1c39803bdb24820b31db677c4dc51c738da8744acb8d95e
3
+ size 203136251
videos/observation.images.top/chunk-000/file-011.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ae72f4c16ec5c7968df354c5449f27e50f46788765010bc086f747735e36ff4
3
+ size 146800033
videos/observation.images.top/chunk-000/file-012.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16d31103adfd90699b062a1683f1286d1c636c7a86e83309cbd3831961dbcd42
3
+ size 97204007
videos/observation.images.top/chunk-000/file-013.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cbb695657e71fb0f8ed8b9a87f9c3555aaf2684c1b8ddb11b626de7341f05c1
3
+ size 189938027
videos/observation.images.top/chunk-000/file-014.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b0bf04d42e15312345691f0b0447db9ae8d61566a0fa04b1cc32f64ccae9eb4
3
+ size 203813271
videos/observation.images.top/chunk-000/file-015.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ecf201c34b76810bf2b3256e88029402da6c2d21e717086183a2e09b4139d7b
3
+ size 199111932
videos/observation.images.top/chunk-000/file-016.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c422fdf879b8015609b59ed54b8ac131fa0f0d76da4cf6d1461233e4e09b8aff
3
+ size 196391914
videos/observation.images.top/chunk-000/file-017.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eed647fb186df56d463d105020b5e1d8abf0a91fac0ce646137369438174036c
3
+ size 83779262
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:310b79c52d1f93713934983dcaea4c1cd25889ee12e87223c0b97494039a88b6
3
+ size 206548897
videos/observation.images.wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23fa36a99f21ed049d86f16e454f8dfb4eb4e66a969e06199139f55b78554f65
3
+ size 181974090
videos/observation.images.wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94a295a302f5c01a42270120816abe33d7c021a9ef7af59c0336dacaac5015bb
3
+ size 155331035
videos/observation.images.wrist/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af232e975af937a9b17b64f89bf003f9135db17ee1bb526a23ccd01475cb6ae8
3
+ size 189519967
videos/observation.images.wrist/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c56d2884e011b70217ca90ac0d3c97918c3c0c3d2ae2d1b68a1d3d94593f5295
3
+ size 126111845
videos/observation.images.wrist/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b525648d554b5197d400ddde730d4655fd9b6b061b008d46515eb49e618028
3
+ size 205270123
videos/observation.images.wrist/chunk-000/file-006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c6a08f02bd0ebc4f52b77faf3e7d52f517e417fdaa6203a0bf2bde99f1177c4
3
+ size 23639893