fleford commited on
Commit
c1dec68
·
verified ·
1 Parent(s): 4083c9a

Upload folder using huggingface_hub

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.wrist/chunk-000/file-000.mp4 +3 -0
  22. videos/observation.images.wrist/chunk-000/file-001.mp4 +3 -0
  23. videos/observation.images.wrist/chunk-000/file-002.mp4 +3 -0
  24. videos/observation.images.wrist/chunk-000/file-003.mp4 +3 -0
  25. videos/observation.images.wrist/chunk-000/file-004.mp4 +3 -0
  26. videos/observation.images.wrist/chunk-000/file-005.mp4 +3 -0
  27. videos/observation.images.wrist/chunk-000/file-006.mp4 +3 -0
  28. videos/observation.images.wrist/chunk-000/file-007.mp4 +3 -0
  29. videos/observation.images.wrist/chunk-000/file-008.mp4 +3 -0
  30. videos/observation.images.wrist/chunk-000/file-009.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:3f9171e93d340a429b659c834e853e89474904099c60ea1db7e82f4c7ece8aea
3
+ size 4205490
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c5c2ff72a95ac8184959c90de542465cdbb00cdf62e452deea07d1b5ddbff4
3
+ size 843226
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 600,
5
+ "total_frames": 177198,
6
+ "total_tasks": 1,
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:600"
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.top": {
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.wrist": {
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
+ "action": {
3
+ "min": [
4
+ -52.4454460144043,
5
+ -100.0,
6
+ -100.0,
7
+ -29.66465950012207,
8
+ -100.0,
9
+ 0.0
10
+ ],
11
+ "max": [
12
+ 33.7848014831543,
13
+ 76.06979370117188,
14
+ 100.0,
15
+ 100.0,
16
+ 27.785093307495117,
17
+ 71.11650848388672
18
+ ],
19
+ "mean": [
20
+ -4.150043484309996,
21
+ -25.27706400418214,
22
+ 24.411595687994467,
23
+ 73.11889540191017,
24
+ -55.04258130966663,
25
+ 10.00176483661343
26
+ ],
27
+ "std": [
28
+ 18.27004119656251,
29
+ 59.80221455188561,
30
+ 65.1103868815127,
31
+ 15.573996301658747,
32
+ 24.55871061300274,
33
+ 12.8649645501664
34
+ ],
35
+ "count": [
36
+ 177198
37
+ ],
38
+ "q01": [
39
+ -28.800808261818954,
40
+ -98.62349659673382,
41
+ -58.04041267910797,
42
+ 33.085682974475375,
43
+ -74.35470714983776,
44
+ 0.9002832389826353
45
+ ],
46
+ "q10": [
47
+ -27.2241887332587,
48
+ -97.31750828845755,
49
+ -51.51662245868299,
50
+ 55.9376319942295,
51
+ -73.42851982320026,
52
+ 1.0574928332236886
53
+ ],
54
+ "q50": [
55
+ -1.4004689654039382,
56
+ -12.977800509922748,
57
+ 12.379610321665291,
58
+ 75.05060377333946,
59
+ -54.84556055364356,
60
+ 2.8255877647979935
61
+ ],
62
+ "q90": [
63
+ 19.194659493545785,
64
+ 41.89500655583023,
65
+ 99.55056732255333,
66
+ 87.66113557228,
67
+ -36.78536944451251,
68
+ 29.911955557753743
69
+ ],
70
+ "q99": [
71
+ 21.344297222222124,
72
+ 47.664929163199815,
73
+ 99.82753887575441,
74
+ 94.5583044704947,
75
+ -35.67600626069111,
76
+ 34.31843354142817
77
+ ]
78
+ },
79
+ "index": {
80
+ "min": [
81
+ 0
82
+ ],
83
+ "max": [
84
+ 36089
85
+ ],
86
+ "mean": [
87
+ 17722.4755809885
88
+ ],
89
+ "std": [
90
+ 10236.037415462279
91
+ ],
92
+ "count": [
93
+ 177198
94
+ ],
95
+ "q01": [
96
+ 17576.98455834964
97
+ ],
98
+ "q10": [
99
+ 17603.781915591295
100
+ ],
101
+ "q50": [
102
+ 17722.259601767513
103
+ ],
104
+ "q90": [
105
+ 17841.070379423323
106
+ ],
107
+ "q99": [
108
+ 17867.951482914934
109
+ ]
110
+ },
111
+ "observation.state": {
112
+ "min": [
113
+ -52.002967834472656,
114
+ -98.89596557617188,
115
+ -98.09004211425781,
116
+ -27.982646942138672,
117
+ -99.82089233398438,
118
+ 1.2362637519836426
119
+ ],
120
+ "max": [
121
+ 33.16023635864258,
122
+ 76.22080993652344,
123
+ 99.90904998779297,
124
+ 99.4793930053711,
125
+ 27.28358268737793,
126
+ 70.46703338623047
127
+ ],
128
+ "mean": [
129
+ -4.09950346639537,
130
+ -23.979402065173154,
131
+ 25.186187407363523,
132
+ 73.16049471832463,
133
+ -55.04146773308254,
134
+ 10.826577173471303
135
+ ],
136
+ "std": [
137
+ 18.200182506754246,
138
+ 60.48109008063306,
139
+ 64.22395290905742,
140
+ 15.10873200930944,
141
+ 24.503525966291356,
142
+ 12.050030981737013
143
+ ],
144
+ "count": [
145
+ 177198
146
+ ],
147
+ "q01": [
148
+ -28.495031846147423,
149
+ -97.73781995312021,
150
+ -55.20264980111219,
151
+ 34.84809897229257,
152
+ -74.14019741299667,
153
+ 1.5451309855884214
154
+ ],
155
+ "q10": [
156
+ -27.05236212136211,
157
+ -97.19289265924844,
158
+ -49.177985941671174,
159
+ 56.692839069406645,
160
+ -73.33051351640394,
161
+ 1.6428210518044646
162
+ ],
163
+ "q50": [
164
+ -1.3805734606104962,
165
+ -10.910733270964197,
166
+ 13.098092852372494,
167
+ 74.92934698769504,
168
+ -54.727783647027884,
169
+ 5.254826331284661
170
+ ],
171
+ "q90": [
172
+ 19.075189275024673,
173
+ 43.5213216550036,
174
+ 99.29857143153903,
175
+ 87.3754574508029,
176
+ -36.939397610655675,
177
+ 29.405900922568648
178
+ ],
179
+ "q99": [
180
+ 20.830225916874564,
181
+ 48.128354629147225,
182
+ 99.45401016902782,
183
+ 93.76673761509187,
184
+ -35.97278819047322,
185
+ 33.818443874852804
186
+ ]
187
+ },
188
+ "timestamp": {
189
+ "min": [
190
+ 0.0
191
+ ],
192
+ "max": [
193
+ 13.9
194
+ ],
195
+ "mean": [
196
+ 4.926456468658415
197
+ ],
198
+ "std": [
199
+ 2.880835267125153
200
+ ],
201
+ "count": [
202
+ 177198
203
+ ],
204
+ "q01": [
205
+ 0.07675571393443939
206
+ ],
207
+ "q10": [
208
+ 0.9700009553405551
209
+ ],
210
+ "q50": [
211
+ 4.919230580706179
212
+ ],
213
+ "q90": [
214
+ 8.8796164165635
215
+ ],
216
+ "q99": [
217
+ 9.77565319963493
218
+ ]
219
+ },
220
+ "observation.images.wrist": {
221
+ "min": [
222
+ [
223
+ [
224
+ 0.0
225
+ ]
226
+ ],
227
+ [
228
+ [
229
+ 0.0
230
+ ]
231
+ ],
232
+ [
233
+ [
234
+ 0.0
235
+ ]
236
+ ]
237
+ ],
238
+ "max": [
239
+ [
240
+ [
241
+ 1.0
242
+ ]
243
+ ],
244
+ [
245
+ [
246
+ 1.0
247
+ ]
248
+ ],
249
+ [
250
+ [
251
+ 1.0
252
+ ]
253
+ ]
254
+ ],
255
+ "mean": [
256
+ [
257
+ [
258
+ 0.5195006739208877
259
+ ]
260
+ ],
261
+ [
262
+ [
263
+ 0.5001478589903321
264
+ ]
265
+ ],
266
+ [
267
+ [
268
+ 0.4711498672317538
269
+ ]
270
+ ]
271
+ ],
272
+ "std": [
273
+ [
274
+ [
275
+ 0.020979488432812294
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 0.01972702338381886
281
+ ]
282
+ ],
283
+ [
284
+ [
285
+ 0.018250522832203908
286
+ ]
287
+ ]
288
+ ],
289
+ "count": [
290
+ 60000
291
+ ],
292
+ "q01": [
293
+ [
294
+ [
295
+ 0.040765308336720124
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.027405379710046186
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.0028243090417906453
306
+ ]
307
+ ]
308
+ ],
309
+ "q10": [
310
+ [
311
+ [
312
+ 0.20426238997301024
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.17328895972703826
318
+ ]
319
+ ],
320
+ [
321
+ [
322
+ 0.12406070740610223
323
+ ]
324
+ ]
325
+ ],
326
+ "q50": [
327
+ [
328
+ [
329
+ 0.4866226230217589
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.4854462095936165
335
+ ]
336
+ ],
337
+ [
338
+ [
339
+ 0.46784191407516645
340
+ ]
341
+ ]
342
+ ],
343
+ "q90": [
344
+ [
345
+ [
346
+ 0.9505136962026238
347
+ ]
348
+ ],
349
+ [
350
+ [
351
+ 0.885376618040516
352
+ ]
353
+ ],
354
+ [
355
+ [
356
+ 0.8823435230692382
357
+ ]
358
+ ]
359
+ ],
360
+ "q99": [
361
+ [
362
+ [
363
+ 0.9999711625852639
364
+ ]
365
+ ],
366
+ [
367
+ [
368
+ 0.9999659903983648
369
+ ]
370
+ ],
371
+ [
372
+ [
373
+ 0.9999563096255718
374
+ ]
375
+ ]
376
+ ]
377
+ },
378
+ "episode_index": {
379
+ "min": [
380
+ 0
381
+ ],
382
+ "max": [
383
+ 119
384
+ ],
385
+ "mean": [
386
+ 59.150763552636036
387
+ ],
388
+ "std": [
389
+ 34.598287010746475
390
+ ],
391
+ "count": [
392
+ 177198
393
+ ],
394
+ "q01": [
395
+ 59.150763552636036
396
+ ],
397
+ "q10": [
398
+ 59.150763552636036
399
+ ],
400
+ "q50": [
401
+ 59.150763552636036
402
+ ],
403
+ "q90": [
404
+ 59.15076355263606
405
+ ],
406
+ "q99": [
407
+ 59.15076355263606
408
+ ]
409
+ },
410
+ "frame_index": {
411
+ "min": [
412
+ 0
413
+ ],
414
+ "max": [
415
+ 417
416
+ ],
417
+ "mean": [
418
+ 147.79369405975237
419
+ ],
420
+ "std": [
421
+ 86.42505801375464
422
+ ],
423
+ "count": [
424
+ 177198
425
+ ],
426
+ "q01": [
427
+ 2.3026714208882417
428
+ ],
429
+ "q10": [
430
+ 29.100028662545682
431
+ ],
432
+ "q50": [
433
+ 147.5771142744273
434
+ ],
435
+ "q90": [
436
+ 266.38849249457803
437
+ ],
438
+ "q99": [
439
+ 293.26959598619305
440
+ ]
441
+ },
442
+ "task_index": {
443
+ "min": [
444
+ 0
445
+ ],
446
+ "max": [
447
+ 0
448
+ ],
449
+ "mean": [
450
+ 0.0
451
+ ],
452
+ "std": [
453
+ 0.0
454
+ ],
455
+ "count": [
456
+ 177198
457
+ ],
458
+ "q01": [
459
+ 3.999999999999417e-16
460
+ ],
461
+ "q10": [
462
+ 3.999999999999417e-15
463
+ ],
464
+ "q50": [
465
+ 1.9999999999997088e-14
466
+ ],
467
+ "q90": [
468
+ 3.599999999999476e-14
469
+ ],
470
+ "q99": [
471
+ 3.959999999999423e-14
472
+ ]
473
+ },
474
+ "observation.images.top": {
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.4861252257012526
513
+ ]
514
+ ],
515
+ [
516
+ [
517
+ 0.49040539139773975
518
+ ]
519
+ ],
520
+ [
521
+ [
522
+ 0.4975210650224672
523
+ ]
524
+ ]
525
+ ],
526
+ "std": [
527
+ [
528
+ [
529
+ 0.01885219164378291
530
+ ]
531
+ ],
532
+ [
533
+ [
534
+ 0.017564930402969442
535
+ ]
536
+ ],
537
+ [
538
+ [
539
+ 0.0177248428991621
540
+ ]
541
+ ]
542
+ ],
543
+ "count": [
544
+ 60000
545
+ ],
546
+ "q01": [
547
+ [
548
+ [
549
+ 0.10415286057548548
550
+ ]
551
+ ],
552
+ [
553
+ [
554
+ 0.12152204544050131
555
+ ]
556
+ ],
557
+ [
558
+ [
559
+ 0.12350634539309142
560
+ ]
561
+ ]
562
+ ],
563
+ "q10": [
564
+ [
565
+ [
566
+ 0.17208406703539939
567
+ ]
568
+ ],
569
+ [
570
+ [
571
+ 0.19667970345715874
572
+ ]
573
+ ],
574
+ [
575
+ [
576
+ 0.21140067799145265
577
+ ]
578
+ ]
579
+ ],
580
+ "q50": [
581
+ [
582
+ [
583
+ 0.409134000082489
584
+ ]
585
+ ],
586
+ [
587
+ [
588
+ 0.408412168106225
589
+ ]
590
+ ],
591
+ [
592
+ [
593
+ 0.4055964007700973
594
+ ]
595
+ ]
596
+ ],
597
+ "q90": [
598
+ [
599
+ [
600
+ 0.9874703895611696
601
+ ]
602
+ ],
603
+ [
604
+ [
605
+ 0.9483988573619648
606
+ ]
607
+ ],
608
+ [
609
+ [
610
+ 0.9962653004053676
611
+ ]
612
+ ]
613
+ ],
614
+ "q99": [
615
+ [
616
+ [
617
+ 0.9999789138812776
618
+ ]
619
+ ],
620
+ [
621
+ [
622
+ 0.9930747054453537
623
+ ]
624
+ ],
625
+ [
626
+ [
627
+ 0.9999763104887073
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:e149de0ce14637b7d779bf7004450a83b9dace3151c978ae7db574003e3cd6ce
3
+ size 2191
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:f5bffc53794accde408f2cc963f5e3b94fd853083fd910d2c40ae3d874dd057e
3
+ size 206633353
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:95fd1815d3b4c45139adff75dc105d009d26ecfac6b5c2126b078d20dad0c18d
3
+ size 207186952
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:da03b8a5bd2a66256150c7f7bfc30acd546a24262ef63371c636b34a7e267ebc
3
+ size 41745273
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:9cd95990b548cff20faac24d3f72debb94fbf29c557b64238f145674c3b70f6f
3
+ size 209549001
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:9dba4fcba56ad6734b73cb2db6722fb67bb0ee062838d3dd012925467b3552a4
3
+ size 206527019
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:047bae6d95273acd8cb0810fba25e58959d1bbc2d4cfb0898f4e0a509857331a
3
+ size 37733451
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:b02c40db2e47929109f254ef80fb91dd701ed66b07a68f7ca0f99c7ee12860a4
3
+ size 208106575
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:d27c981ff9cec079e093d78930e9ff8e7b50675a06cad1558728d55b228628c6
3
+ size 207852839
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:2ac816ca08de37ac62e575e878cb2272e7cb5458966e9cb7a4ba4ad2274d3e55
3
+ size 22015354
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:cde662b66debc4043cdb591be4d09af6bd9782f983ddf109ca261c2c04d007fe
3
+ size 208568062
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:d5cd48b2c1a8235d1f75ca5d67a82aa2503f7272d2c88a40a60a8844b7ba20ad
3
+ size 209339073
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:c2d57c193aefa8730bdd227a6943552e6179026c21918979657b92cf4d9a5645
3
+ size 46447291
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:44bd7ef14c286d1e8b4841268544bd0fe0cee594a7494c0651311ca88784ef82
3
+ size 208369426
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:39203569ee17e139b15d0d6256208d5faf0c5d2170cf61417b03954d28f9fc4b
3
+ size 205741593
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:21707e55914caa0eda7e234bc03d8d5fbc71660848fb575339198e402830584a
3
+ size 50600292
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:5e8f9d8a55b45a96e2b52f6c0dc04a4d2fea1923954452d7570f7f0402343a06
3
+ size 208542373
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:04200f22c005020f6fc7493cd872e53619cb677f356c445b98e151fd92f234af
3
+ size 12965750
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:5fc5cdbac6541c7cb5ccd217ba421c01a81c39dc3204df138e794adea9d3e977
3
+ size 208729312
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:769301bdfc0297d04bf7fc70cfe651275518df8e5b1fe5562984c408bd499170
3
+ size 22304502
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:419041122be0ddac675ce50e1453c2ac14c49e538f3621e260f5d8a6f730a96b
3
+ size 209542892
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:79cd781200efc1395afaacbc2cb24a7d851852f5ccc550ba1ebaf1bdcf1a470e
3
+ size 5444410
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:9353fc480a44a0a3615f86850d5c0a2c304be6a1453cb0cd3cf4e7b7db14e678
3
+ size 209704511
videos/observation.images.wrist/chunk-000/file-007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a89fcb8e2b2d2f15ff23e92d47ab29d9b12764545731592e80dfb47b98f8b4e7
3
+ size 18823713
videos/observation.images.wrist/chunk-000/file-008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:702059d61ab87afa297d6c23a17972065fab6c7ebf31f5b5abda59c52e7f166d
3
+ size 208214376
videos/observation.images.wrist/chunk-000/file-009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05157472c014c516486f10491334e916fc946cd729adcf24ee2aedf9a83a2744
3
+ size 21567490