HenryZhang commited on
Commit
83666fb
·
verified ·
1 Parent(s): 8ad8c6c

Upload folder using huggingface_hub

Browse files
Files changed (27) 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.wrist/chunk-000/file-000.mp4 +3 -0
  18. videos/observation.images.wrist/chunk-000/file-001.mp4 +3 -0
  19. videos/observation.images.wrist/chunk-000/file-002.mp4 +3 -0
  20. videos/observation.images.wrist/chunk-000/file-003.mp4 +3 -0
  21. videos/observation.images.wrist/chunk-000/file-004.mp4 +3 -0
  22. videos/observation.images.wrist/chunk-000/file-005.mp4 +3 -0
  23. videos/observation.images.wrist/chunk-000/file-006.mp4 +3 -0
  24. videos/observation.images.wrist/chunk-000/file-007.mp4 +3 -0
  25. videos/observation.images.wrist/chunk-000/file-008.mp4 +3 -0
  26. videos/observation.images.wrist/chunk-000/file-009.mp4 +3 -0
  27. videos/observation.images.wrist/chunk-000/file-010.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:3bd532f6a4b16569d1c7abda0b4281c80faa534e2afdad76f5cae6920f7ef91b
3
+ size 6818012
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff58580f2a7d2c79f97cc58448adf453956cb7bbed737225964f293626f41155
3
+ size 791456
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 501,
5
+ "total_frames": 266240,
6
+ "total_tasks": 27,
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:501"
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
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
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
+ -78.19779968261719,
5
+ -89.31867980957031,
6
+ -97.97801971435547,
7
+ -77.62637329101562,
8
+ -168.0,
9
+ 0.0
10
+ ],
11
+ "max": [
12
+ 75.12088012695312,
13
+ 97.4945068359375,
14
+ 97.36264038085938,
15
+ 102.76923370361328,
16
+ 84.04395294189453,
17
+ 100.0
18
+ ],
19
+ "mean": [
20
+ -2.408527374267578,
21
+ 13.829618453979492,
22
+ -33.002235412597656,
23
+ 68.59982299804688,
24
+ -88.31548309326172,
25
+ 15.557845115661621
26
+ ],
27
+ "std": [
28
+ 27.00736427307129,
29
+ 28.53611183166504,
30
+ 38.2044563293457,
31
+ 33.477455139160156,
32
+ 22.811079025268555,
33
+ 26.129179000854492
34
+ ],
35
+ "count": [
36
+ 266240
37
+ ],
38
+ "q01": [
39
+ -61.846153259277344,
40
+ -39.736263275146484,
41
+ -97.18681335449219,
42
+ -31.70198631286621,
43
+ -129.05494689941406,
44
+ 0.0
45
+ ],
46
+ "q10": [
47
+ -39.25274658203125,
48
+ -19.78022003173828,
49
+ -89.010986328125,
50
+ 20.21977996826172,
51
+ -106.72527313232422,
52
+ 0.4025764763355255
53
+ ],
54
+ "q50": [
55
+ -1.6263736486434937,
56
+ 10.10988998413086,
57
+ -35.47252655029297,
58
+ 77.80220031738281,
59
+ -91.16483306884766,
60
+ 0.8856682777404785
61
+ ],
62
+ "q90": [
63
+ 34.153846740722656,
64
+ 53.80219650268555,
65
+ 20.96703338623047,
66
+ 101.45054626464844,
67
+ -71.9120864868164,
68
+ 63.043479919433594
69
+ ],
70
+ "q99": [
71
+ 57.71428680419922,
72
+ 76.30769348144531,
73
+ 60.35165023803711,
74
+ 102.15384674072266,
75
+ 30.769229888916016,
76
+ 93.8808364868164
77
+ ]
78
+ },
79
+ "observation.state": {
80
+ "min": [
81
+ -75.29669952392578,
82
+ -71.9120864868164,
83
+ -94.76923370361328,
84
+ -74.76923370361328,
85
+ -166.90109252929688,
86
+ 0.13377925753593445
87
+ ],
88
+ "max": [
89
+ 72.57142639160156,
90
+ 100.3956069946289,
91
+ 96.43955993652344,
92
+ 100.61538696289062,
93
+ 80.13186645507812,
94
+ 97.39130401611328
95
+ ],
96
+ "mean": [
97
+ -2.222378969192505,
98
+ 16.46845245361328,
99
+ -31.217510223388672,
100
+ 68.96894836425781,
101
+ -88.4349365234375,
102
+ 19.219728469848633
103
+ ],
104
+ "std": [
105
+ 26.715805053710938,
106
+ 28.612472534179688,
107
+ 38.00212860107422,
108
+ 32.61836242675781,
109
+ 22.71516227722168,
110
+ 24.44308090209961
111
+ ],
112
+ "count": [
113
+ 266240
114
+ ],
115
+ "q01": [
116
+ -60.79121017456055,
117
+ -36.83516311645508,
118
+ -94.32967376708984,
119
+ -29.934066772460938,
120
+ -128.74725341796875,
121
+ 0.5351170301437378
122
+ ],
123
+ "q10": [
124
+ -38.63736343383789,
125
+ -17.846153259277344,
126
+ -86.94505310058594,
127
+ 21.58241844177246,
128
+ -106.68132019042969,
129
+ 0.6688963174819946
130
+ ],
131
+ "q50": [
132
+ -1.5384615659713745,
133
+ 13.186813354492188,
134
+ -34.19780349731445,
135
+ 78.63735961914062,
136
+ -91.38461303710938,
137
+ 9.96655559539795
138
+ ],
139
+ "q90": [
140
+ 34.241756439208984,
141
+ 56.43955993652344,
142
+ 22.94505500793457,
143
+ 99.73626708984375,
144
+ -72.30769348144531,
145
+ 61.53845977783203
146
+ ],
147
+ "q99": [
148
+ 56.83516311645508,
149
+ 79.38461303710938,
150
+ 62.241756439208984,
151
+ 100.26373291015625,
152
+ 30.549449920654297,
153
+ 91.3043441772461
154
+ ]
155
+ },
156
+ "observation.images.top": {
157
+ "min": [
158
+ [
159
+ [
160
+ 0.0
161
+ ]
162
+ ],
163
+ [
164
+ [
165
+ 0.0
166
+ ]
167
+ ],
168
+ [
169
+ [
170
+ 0.0
171
+ ]
172
+ ]
173
+ ],
174
+ "max": [
175
+ [
176
+ [
177
+ 0.9921568627450981
178
+ ]
179
+ ],
180
+ [
181
+ [
182
+ 0.9058823529411765
183
+ ]
184
+ ],
185
+ [
186
+ [
187
+ 0.8980392156862745
188
+ ]
189
+ ]
190
+ ],
191
+ "mean": [
192
+ [
193
+ [
194
+ 0.4747941095653265
195
+ ]
196
+ ],
197
+ [
198
+ [
199
+ 0.4654663265741347
200
+ ]
201
+ ],
202
+ [
203
+ [
204
+ 0.4577723646996789
205
+ ]
206
+ ]
207
+ ],
208
+ "std": [
209
+ [
210
+ [
211
+ 0.022236233120068873
212
+ ]
213
+ ],
214
+ [
215
+ [
216
+ 0.02782309832082577
217
+ ]
218
+ ],
219
+ [
220
+ [
221
+ 0.025722442088886705
222
+ ]
223
+ ]
224
+ ],
225
+ "count": [
226
+ 58633
227
+ ],
228
+ "q01": [
229
+ [
230
+ [
231
+ 0.02522195337678948
232
+ ]
233
+ ],
234
+ [
235
+ [
236
+ 0.03506151985931303
237
+ ]
238
+ ],
239
+ [
240
+ [
241
+ 0.024392434723491705
242
+ ]
243
+ ]
244
+ ],
245
+ "q10": [
246
+ [
247
+ [
248
+ 0.26568889183908445
249
+ ]
250
+ ],
251
+ [
252
+ [
253
+ 0.2492910439011427
254
+ ]
255
+ ],
256
+ [
257
+ [
258
+ 0.2420526601856145
259
+ ]
260
+ ]
261
+ ],
262
+ "q50": [
263
+ [
264
+ [
265
+ 0.5239131643376786
266
+ ]
267
+ ],
268
+ [
269
+ [
270
+ 0.5088830611238984
271
+ ]
272
+ ],
273
+ [
274
+ [
275
+ 0.49915186476893314
276
+ ]
277
+ ]
278
+ ],
279
+ "q90": [
280
+ [
281
+ [
282
+ 0.6154107024278048
283
+ ]
284
+ ],
285
+ [
286
+ [
287
+ 0.6025612568526553
288
+ ]
289
+ ],
290
+ [
291
+ [
292
+ 0.6003365080033951
293
+ ]
294
+ ]
295
+ ],
296
+ "q99": [
297
+ [
298
+ [
299
+ 0.6411542064866165
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 0.6165948084814024
305
+ ]
306
+ ],
307
+ [
308
+ [
309
+ 0.6156328469421798
310
+ ]
311
+ ]
312
+ ]
313
+ },
314
+ "observation.images.wrist": {
315
+ "min": [
316
+ [
317
+ [
318
+ 0.0
319
+ ]
320
+ ],
321
+ [
322
+ [
323
+ 0.0
324
+ ]
325
+ ],
326
+ [
327
+ [
328
+ 0.0
329
+ ]
330
+ ]
331
+ ],
332
+ "max": [
333
+ [
334
+ [
335
+ 1.0
336
+ ]
337
+ ],
338
+ [
339
+ [
340
+ 1.0
341
+ ]
342
+ ],
343
+ [
344
+ [
345
+ 1.0
346
+ ]
347
+ ]
348
+ ],
349
+ "mean": [
350
+ [
351
+ [
352
+ 0.5203454294153207
353
+ ]
354
+ ],
355
+ [
356
+ [
357
+ 0.4952738827694848
358
+ ]
359
+ ],
360
+ [
361
+ [
362
+ 0.45127117833273084
363
+ ]
364
+ ]
365
+ ],
366
+ "std": [
367
+ [
368
+ [
369
+ 0.05498207774090418
370
+ ]
371
+ ],
372
+ [
373
+ [
374
+ 0.03519022574010352
375
+ ]
376
+ ],
377
+ [
378
+ [
379
+ 0.037038822810135125
380
+ ]
381
+ ]
382
+ ],
383
+ "count": [
384
+ 58633
385
+ ],
386
+ "q01": [
387
+ [
388
+ [
389
+ 0.008685009109940134
390
+ ]
391
+ ],
392
+ [
393
+ [
394
+ -3.921568627450981e-13
395
+ ]
396
+ ],
397
+ [
398
+ [
399
+ -3.921568627450981e-13
400
+ ]
401
+ ]
402
+ ],
403
+ "q10": [
404
+ [
405
+ [
406
+ 0.15416788760552477
407
+ ]
408
+ ],
409
+ [
410
+ [
411
+ 0.1028095172171049
412
+ ]
413
+ ],
414
+ [
415
+ [
416
+ 0.07512775645159202
417
+ ]
418
+ ]
419
+ ],
420
+ "q50": [
421
+ [
422
+ [
423
+ 0.5714255460959349
424
+ ]
425
+ ],
426
+ [
427
+ [
428
+ 0.5461937031922334
429
+ ]
430
+ ],
431
+ [
432
+ [
433
+ 0.5002667927423669
434
+ ]
435
+ ]
436
+ ],
437
+ "q90": [
438
+ [
439
+ [
440
+ 0.8201119410912512
441
+ ]
442
+ ],
443
+ [
444
+ [
445
+ 0.8061688665862543
446
+ ]
447
+ ],
448
+ [
449
+ [
450
+ 0.7495830928027655
451
+ ]
452
+ ]
453
+ ],
454
+ "q99": [
455
+ [
456
+ [
457
+ 0.8995682546077783
458
+ ]
459
+ ],
460
+ [
461
+ [
462
+ 0.89452957152858
463
+ ]
464
+ ],
465
+ [
466
+ [
467
+ 0.8479807338506555
468
+ ]
469
+ ]
470
+ ]
471
+ },
472
+ "timestamp": {
473
+ "min": [
474
+ 0.0
475
+ ],
476
+ "max": [
477
+ 39.86666488647461
478
+ ],
479
+ "mean": [
480
+ 10.166449194482448
481
+ ],
482
+ "std": [
483
+ 7.240605916910101
484
+ ],
485
+ "count": [
486
+ 266240
487
+ ],
488
+ "q01": [
489
+ 0.1666666716337204
490
+ ],
491
+ "q10": [
492
+ 1.7666666507720947
493
+ ],
494
+ "q50": [
495
+ 8.966666221618652
496
+ ],
497
+ "q90": [
498
+ 20.299999237060547
499
+ ],
500
+ "q99": [
501
+ 31.266666412353516
502
+ ]
503
+ },
504
+ "frame_index": {
505
+ "min": [
506
+ 0.0
507
+ ],
508
+ "max": [
509
+ 1196.0
510
+ ],
511
+ "mean": [
512
+ 304.9934758112981
513
+ ],
514
+ "std": [
515
+ 217.2181775310089
516
+ ],
517
+ "count": [
518
+ 266240
519
+ ],
520
+ "q01": [
521
+ 5.0
522
+ ],
523
+ "q10": [
524
+ 53.0
525
+ ],
526
+ "q50": [
527
+ 269.0
528
+ ],
529
+ "q90": [
530
+ 609.0
531
+ ],
532
+ "q99": [
533
+ 938.0
534
+ ]
535
+ },
536
+ "episode_index": {
537
+ "min": [
538
+ 0.0
539
+ ],
540
+ "max": [
541
+ 500.0
542
+ ],
543
+ "mean": [
544
+ 269.7786921574519
545
+ ],
546
+ "std": [
547
+ 150.5984360219052
548
+ ],
549
+ "count": [
550
+ 266240
551
+ ],
552
+ "q01": [
553
+ 5.0
554
+ ],
555
+ "q10": [
556
+ 60.0
557
+ ],
558
+ "q50": [
559
+ 287.0
560
+ ],
561
+ "q90": [
562
+ 474.0
563
+ ],
564
+ "q99": [
565
+ 498.0
566
+ ]
567
+ },
568
+ "index": {
569
+ "min": [
570
+ 0.0
571
+ ],
572
+ "max": [
573
+ 266239.0
574
+ ],
575
+ "mean": [
576
+ 133119.5
577
+ ],
578
+ "std": [
579
+ 76856.86783398085
580
+ ],
581
+ "count": [
582
+ 266240
583
+ ],
584
+ "q01": [
585
+ 2662.39
586
+ ],
587
+ "q10": [
588
+ 26623.9
589
+ ],
590
+ "q50": [
591
+ 133119.5
592
+ ],
593
+ "q90": [
594
+ 239615.1
595
+ ],
596
+ "q99": [
597
+ 263576.61
598
+ ]
599
+ },
600
+ "task_index": {
601
+ "min": [
602
+ 0.0
603
+ ],
604
+ "max": [
605
+ 26.0
606
+ ],
607
+ "mean": [
608
+ 15.268539663461539
609
+ ],
610
+ "std": [
611
+ 8.050679059815263
612
+ ],
613
+ "count": [
614
+ 266240
615
+ ],
616
+ "q01": [
617
+ 0.0
618
+ ],
619
+ "q10": [
620
+ 3.0
621
+ ],
622
+ "q50": [
623
+ 15.0
624
+ ],
625
+ "q90": [
626
+ 26.0
627
+ ],
628
+ "q99": [
629
+ 26.0
630
+ ]
631
+ }
632
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83394a924d14702ad564911869b44de46b039797cfacc58d598947fc744416cf
3
+ size 2879
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:8d0ba48e9868e95890039538f5f19a993af9387640dd6ed68bdf65efee11d2c2
3
+ size 117025119
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:68efc7d0437f5a7d8178336d76fed90d918a513487f6a4750e04ffe7038abe8c
3
+ size 104389245
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:558bf035ad4b596844e91922eb31344a884aa2937c9b226d39b659533397552e
3
+ size 163000745
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:b71f5a3bd9789a7c2ed91eee31abf4ec6fd033c5750b5f5552d69999ffcab4ff
3
+ size 99117771
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:7f9c697e1caf33a22707d1296f6d2d53223679e95b349384044dd6cc432238cb
3
+ size 85365267
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:889b5d1ca4f098d59ba563b36c9732ff21cd78de9526fa32f3f65626ae1785ce
3
+ size 154132029
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:6bdef8de5f656a2cde98535dc6c29f178e822d20cbd90ec09f69c9b8585eeced
3
+ size 68598666
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:89e8748808789c31181a4c2c56a533a0081de133dbd222382f299071f5579f31
3
+ size 104644281
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:8f7704804f162e4f1805feac3aeccae7dcd3fd46c6128c37135e5aa6405d9240
3
+ size 124628870
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:62f8b64eaa638b9738f61d66507e673c9c3f02c2bd0e61fe2ee3ff0f966309da
3
+ size 81289901
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:921dbd149850fcbc8410d199e086f2cf2cbf923e31394f01929dca5f1c611265
3
+ size 208897774
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:3fd7f5bfdc57f4bdd68ae521dcce9253a86ddf632205829ad2ff919e1e16854e
3
+ size 60737732
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:8a1ee7437db0230d280b86020510ba715db133795f0eda491633999f23bc805f
3
+ size 45058776
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:f6592fdcd716a4167cfb940e65413a0c49e165bf708ac0a2888c0855828f8060
3
+ size 56931033
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:ac1f5250d565ce6cb0da3bf738afdf858d7c329809c375a8addd3c315c6b886a
3
+ size 78375312
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:af22e633ab597a6938e8d2bb556ca95495a575f5bfe85a0f02322a63e39bd491
3
+ size 61924584
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:6c5b860ff7af37796641d289c034c25da9583454fcbe8bc9ded3f2ef1ac479c8
3
+ size 75644855
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:01ba296bcbaf64f1e5cc0ca11225b487af173f96bc6088f005187a22b984c094
3
+ size 34621481
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:3728ed5d5c1778f39bfe7cec7b2a01ec6471a578669497e7aecc6f06ad9b71c4
3
+ size 49004018
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:61aa88d0a552a71003dcb73a8f3b47c39ffc7c3091ebebf1cd3ab4b3278e7adf
3
+ size 51493703
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:8040d82291aad40c4f8520b2732ff07129107503f01b111817a905394411ea83
3
+ size 33575748
videos/observation.images.wrist/chunk-000/file-010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f43ac681123e0ca61e6f153d87ebb85c613f7a3e60af66d7ef67f7b181aec7fa
3
+ size 104206374