Ryo1021 commited on
Commit
a2cf71a
·
verified ·
1 Parent(s): 261d10b

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:aba67437dfc0332c8684adcfed38df0ca9b4397002ba900f28b44f9f17048aa0
3
+ size 443811
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ddd52606b9c94048dafac8e6f01372601860bd609971311ce382194d1306457
3
+ size 175606
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926dc7863d513cf434b1429ee0ca84073a772d00e4f0fe198a2d739522c51019
3
+ size 243638
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2c4378fded1ee8ed369780de1d3f27029ba397674a14e1a35bfd5d2e8e00d7
3
+ size 258796
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 51,
5
+ "total_frames": 28956,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:51"
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.third_person": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
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
+ "observation.state": {
3
+ "min": [
4
+ -25.429929733276367,
5
+ -99.08409881591797,
6
+ -99.45503997802734,
7
+ -98.9024887084961,
8
+ -21.53160285949707,
9
+ 0.7931262254714966
10
+ ],
11
+ "max": [
12
+ 31.137943267822266,
13
+ 60.9492073059082,
14
+ 99.54586791992188,
15
+ 98.9869155883789,
16
+ 20.797271728515625,
17
+ 45.07600784301758
18
+ ],
19
+ "mean": [
20
+ -3.776279548112324,
21
+ -44.36901306503302,
22
+ 28.179667224375514,
23
+ 2.026282362078975,
24
+ -1.7809438574943388,
25
+ 7.900949317178174
26
+ ],
27
+ "std": [
28
+ 10.383847090393592,
29
+ 59.302363420777624,
30
+ 70.72752899029813,
31
+ 88.61019706027827,
32
+ 4.64591892630482,
33
+ 10.387913681031787
34
+ ],
35
+ "count": [
36
+ 28956
37
+ ],
38
+ "q01": [
39
+ -16.67444464219524,
40
+ -98.98897476686366,
41
+ -88.83695867806942,
42
+ -98.85762570124665,
43
+ -8.252501800163198,
44
+ 0.8524751171463513
45
+ ],
46
+ "q10": [
47
+ -13.93683326752662,
48
+ -98.97680611922219,
49
+ -64.17071172926458,
50
+ -98.83974911444591,
51
+ -7.276855331829363,
52
+ 0.8524751171463513
53
+ ],
54
+ "q50": [
55
+ -5.095446717302979,
56
+ -65.7963095916052,
57
+ 33.398481813424524,
58
+ 11.924326438249127,
59
+ -1.923960073012665,
60
+ 2.069505950384648
61
+ ],
62
+ "q90": [
63
+ 9.318415416778205,
64
+ 36.06451554304233,
65
+ 99.26492908402386,
66
+ 98.28379516663745,
67
+ 2.540238500798658,
68
+ 25.037554349721425
69
+ ],
70
+ "q99": [
71
+ 26.942931869297453,
72
+ 42.912995895713955,
73
+ 99.28438866144077,
74
+ 98.97138403313109,
75
+ 8.970566410781585,
76
+ 32.22590190441198
77
+ ]
78
+ },
79
+ "episode_index": {
80
+ "min": [
81
+ 0
82
+ ],
83
+ "max": [
84
+ 51
85
+ ],
86
+ "mean": [
87
+ 25.9757217847769
88
+ ],
89
+ "std": [
90
+ 15.870212754305648
91
+ ],
92
+ "count": [
93
+ 28956
94
+ ],
95
+ "q01": [
96
+ 25.9757217847769
97
+ ],
98
+ "q10": [
99
+ 25.97572178477691
100
+ ],
101
+ "q50": [
102
+ 25.97572178477692
103
+ ],
104
+ "q90": [
105
+ 25.975721784776933
106
+ ],
107
+ "q99": [
108
+ 25.975721784776944
109
+ ]
110
+ },
111
+ "observation.images.third_person": {
112
+ "min": [
113
+ [
114
+ [
115
+ 0.0
116
+ ]
117
+ ],
118
+ [
119
+ [
120
+ 0.0
121
+ ]
122
+ ],
123
+ [
124
+ [
125
+ 0.0
126
+ ]
127
+ ]
128
+ ],
129
+ "max": [
130
+ [
131
+ [
132
+ 1.0
133
+ ]
134
+ ],
135
+ [
136
+ [
137
+ 1.0
138
+ ]
139
+ ],
140
+ [
141
+ [
142
+ 1.0
143
+ ]
144
+ ]
145
+ ],
146
+ "mean": [
147
+ [
148
+ [
149
+ 0.5055382444436378
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.4922731240366876
155
+ ]
156
+ ],
157
+ [
158
+ [
159
+ 0.495809102186387
160
+ ]
161
+ ]
162
+ ],
163
+ "std": [
164
+ [
165
+ [
166
+ 0.013026243313346883
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.010797193877687865
172
+ ]
173
+ ],
174
+ [
175
+ [
176
+ 0.011402450996910774
177
+ ]
178
+ ]
179
+ ],
180
+ "count": [
181
+ 5941
182
+ ],
183
+ "q01": [
184
+ [
185
+ [
186
+ 0.042463656801644926
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.023738373647025395
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.019226996116194658
197
+ ]
198
+ ]
199
+ ],
200
+ "q10": [
201
+ [
202
+ [
203
+ 0.12915140207795592
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.08582792914611832
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0732230904194695
214
+ ]
215
+ ]
216
+ ],
217
+ "q50": [
218
+ [
219
+ [
220
+ 0.5645400368445875
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 0.554217295217047
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.5648988067541431
231
+ ]
232
+ ]
233
+ ],
234
+ "q90": [
235
+ [
236
+ [
237
+ 0.696179272982582
238
+ ]
239
+ ],
240
+ [
241
+ [
242
+ 0.7161119046818593
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 0.729429851588664
248
+ ]
249
+ ]
250
+ ],
251
+ "q99": [
252
+ [
253
+ [
254
+ 0.8123551901604811
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.839056716953318
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.8555288953823545
265
+ ]
266
+ ]
267
+ ]
268
+ },
269
+ "action": {
270
+ "min": [
271
+ -26.31964874267578,
272
+ -100.0,
273
+ -100.0,
274
+ -100.0,
275
+ -21.700340270996094,
276
+ 0.0
277
+ ],
278
+ "max": [
279
+ 31.378299713134766,
280
+ 60.486576080322266,
281
+ 100.0,
282
+ 100.0,
283
+ 21.018104553222656,
284
+ 45.615447998046875
285
+ ],
286
+ "mean": [
287
+ -3.7230291485761735,
288
+ -45.1248251878354,
289
+ 27.556196885653037,
290
+ 1.8864380037637192,
291
+ -1.7616655181626113,
292
+ 6.31942642420131
293
+ ],
294
+ "std": [
295
+ 10.453621779442914,
296
+ 58.86225317057158,
297
+ 71.47102364904173,
298
+ 89.1287135308076,
299
+ 4.665086242209454,
300
+ 10.720164420939257
301
+ ],
302
+ "count": [
303
+ 28956
304
+ ],
305
+ "q01": [
306
+ -16.923612075099893,
307
+ -99.67377061442953,
308
+ -90.17079683846318,
309
+ -99.86083659972563,
310
+ -8.309163463227538,
311
+ 0.29352512603627995
312
+ ],
313
+ "q10": [
314
+ -13.938733088312993,
315
+ -99.58781809859381,
316
+ -65.80657295366672,
317
+ -99.7765268745641,
318
+ -7.263820213373366,
319
+ 0.3325837971962554
320
+ ],
321
+ "q50": [
322
+ -5.120110174603246,
323
+ -65.8333961380805,
324
+ 32.76461689605156,
325
+ 11.825584420250273,
326
+ -1.8803473804000153,
327
+ 1.3749780512745287
328
+ ],
329
+ "q90": [
330
+ 9.550192760446796,
331
+ 34.76390944638994,
332
+ 99.64214584434222,
333
+ 99.08338672304015,
334
+ 2.604479162581215,
335
+ 25.288353963311884
336
+ ],
337
+ "q99": [
338
+ 27.246426409298877,
339
+ 42.288640081967905,
340
+ 99.67398804584334,
341
+ 99.97774153449606,
342
+ 9.15776584928731,
343
+ 33.17546375025703
344
+ ]
345
+ },
346
+ "index": {
347
+ "min": [
348
+ 0
349
+ ],
350
+ "max": [
351
+ 30723
352
+ ],
353
+ "mean": [
354
+ 15885.928512225446
355
+ ],
356
+ "std": [
357
+ 8869.695268763595
358
+ ],
359
+ "count": [
360
+ 28956
361
+ ],
362
+ "q01": [
363
+ 15584.185834861486
364
+ ],
365
+ "q10": [
366
+ 15639.534253837466
367
+ ],
368
+ "q50": [
369
+ 15885.760060595387
370
+ ],
371
+ "q90": [
372
+ 16132.258529696172
373
+ ],
374
+ "q99": [
375
+ 16187.651330492847
376
+ ]
377
+ },
378
+ "observation.images.wrist": {
379
+ "min": [
380
+ [
381
+ [
382
+ 0.0
383
+ ]
384
+ ],
385
+ [
386
+ [
387
+ 0.0
388
+ ]
389
+ ],
390
+ [
391
+ [
392
+ 0.0
393
+ ]
394
+ ]
395
+ ],
396
+ "max": [
397
+ [
398
+ [
399
+ 1.0
400
+ ]
401
+ ],
402
+ [
403
+ [
404
+ 1.0
405
+ ]
406
+ ],
407
+ [
408
+ [
409
+ 1.0
410
+ ]
411
+ ]
412
+ ],
413
+ "mean": [
414
+ [
415
+ [
416
+ 0.5624874611924666
417
+ ]
418
+ ],
419
+ [
420
+ [
421
+ 0.5567654425997803
422
+ ]
423
+ ],
424
+ [
425
+ [
426
+ 0.5605290487176187
427
+ ]
428
+ ]
429
+ ],
430
+ "std": [
431
+ [
432
+ [
433
+ 0.006129833962005492
434
+ ]
435
+ ],
436
+ [
437
+ [
438
+ 0.0070211650772557975
439
+ ]
440
+ ],
441
+ [
442
+ [
443
+ 0.00782843791440786
444
+ ]
445
+ ]
446
+ ],
447
+ "count": [
448
+ 5941
449
+ ],
450
+ "q01": [
451
+ [
452
+ [
453
+ 0.2702408733055425
454
+ ]
455
+ ],
456
+ [
457
+ [
458
+ 0.20785002182822918
459
+ ]
460
+ ],
461
+ [
462
+ [
463
+ 0.1698626007453489
464
+ ]
465
+ ]
466
+ ],
467
+ "q10": [
468
+ [
469
+ [
470
+ 0.454351900425163
471
+ ]
472
+ ],
473
+ [
474
+ [
475
+ 0.431962806487354
476
+ ]
477
+ ],
478
+ [
479
+ [
480
+ 0.4212938962150359
481
+ ]
482
+ ]
483
+ ],
484
+ "q50": [
485
+ [
486
+ [
487
+ 0.562173711940428
488
+ ]
489
+ ],
490
+ [
491
+ [
492
+ 0.5582295159915849
493
+ ]
494
+ ],
495
+ [
496
+ [
497
+ 0.5669561400946126
498
+ ]
499
+ ]
500
+ ],
501
+ "q90": [
502
+ [
503
+ [
504
+ 0.6589107694519747
505
+ ]
506
+ ],
507
+ [
508
+ [
509
+ 0.6665216930623066
510
+ ]
511
+ ],
512
+ [
513
+ [
514
+ 0.6795353638882633
515
+ ]
516
+ ]
517
+ ],
518
+ "q99": [
519
+ [
520
+ [
521
+ 0.930090212036301
522
+ ]
523
+ ],
524
+ [
525
+ [
526
+ 0.9450826289726979
527
+ ]
528
+ ],
529
+ [
530
+ [
531
+ 0.9593580851859757
532
+ ]
533
+ ]
534
+ ]
535
+ },
536
+ "task_index": {
537
+ "min": [
538
+ 0
539
+ ],
540
+ "max": [
541
+ 0
542
+ ],
543
+ "mean": [
544
+ 0.0
545
+ ],
546
+ "std": [
547
+ 0.0
548
+ ],
549
+ "count": [
550
+ 28956
551
+ ],
552
+ "q01": [
553
+ 3.999999999999418e-16
554
+ ],
555
+ "q10": [
556
+ 3.999999999999417e-15
557
+ ],
558
+ "q50": [
559
+ 1.9999999999997088e-14
560
+ ],
561
+ "q90": [
562
+ 3.5999999999994766e-14
563
+ ],
564
+ "q99": [
565
+ 3.959999999999424e-14
566
+ ]
567
+ },
568
+ "timestamp": {
569
+ "min": [
570
+ 0.0
571
+ ],
572
+ "max": [
573
+ 44.1
574
+ ],
575
+ "mean": [
576
+ 10.248729106230142
577
+ ],
578
+ "std": [
579
+ 7.190087307260233
580
+ ],
581
+ "count": [
582
+ 28956
583
+ ],
584
+ "q01": [
585
+ 0.19063986066990568
586
+ ],
587
+ "q10": [
588
+ 2.035587159886696
589
+ ],
590
+ "q50": [
591
+ 10.243040433991743
592
+ ],
593
+ "q90": [
594
+ 18.459729688665103
595
+ ],
596
+ "q99": [
597
+ 20.30615638190503
598
+ ]
599
+ },
600
+ "frame_index": {
601
+ "min": [
602
+ 0
603
+ ],
604
+ "max": [
605
+ 1323
606
+ ],
607
+ "mean": [
608
+ 307.46187318690426
609
+ ],
610
+ "std": [
611
+ 215.702619217807
612
+ ],
613
+ "count": [
614
+ 28956
615
+ ],
616
+ "q01": [
617
+ 5.719195822943702
618
+ ],
619
+ "q10": [
620
+ 61.067614798925256
621
+ ],
622
+ "q50": [
623
+ 307.2510673780908
624
+ ],
625
+ "q90": [
626
+ 553.7918906576296
627
+ ],
628
+ "q99": [
629
+ 609.1846914543046
630
+ ]
631
+ }
632
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a49fb6d14dc92a2d96d5a26362424e4f44d1b3352347388824efeba53b83c81
3
+ size 2211
videos/observation.images.third_person/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d0c95f12f17fdff811bf0eceae6e5700f5b990ff6432664d67ec0f1a9fc6b2
3
+ size 274402492
videos/observation.images.third_person/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93e26f2d355efee30e861cc2feaa19241a79fc7ff1ea39db79c7c7f0974e4aae
3
+ size 121706265
videos/observation.images.third_person/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66c90977cd8bd9c2e4e7780dc051210068ec7ef570c389af287c4ffab16d4c2
3
+ size 124792746
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:22e1d3b041f881c1c6bf51496ede31eb1f2a5a18f7846ec0b0a2674efbd9c047
3
+ size 19578142
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:0dd83f9c38e04d3dbc4595e7e838df2bd084432244d88a5bc6690e913a168a0f
3
+ size 8171807
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:d302fa8b12616e8e77a43ea38d7f3993ee35e2f386e253a9c847133b743e004d
3
+ size 9610808