danbhf commited on
Commit
72ab6ae
·
verified ·
1 Parent(s): 1a02b2a

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:c0864b0bc6aa1acdcfd08eefff06f8b14f64ccb0cc6857d39896b1ccc017b79e
3
+ size 22246
meta/episode_scenes.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": {
3
+ "scene_xml": "E:/git/ai/lerobot-thesis/scenes/so101_with_wrist_cam.xml",
4
+ "objects": {
5
+ "duplo": {
6
+ "position": {
7
+ "x": 0.20844707475138635,
8
+ "y": 0.2170256668806909,
9
+ "z": 0.0094832090593642
10
+ }
11
+ },
12
+ "bowl": {
13
+ "position": {
14
+ "x": 0.217,
15
+ "y": -0.225,
16
+ "z": 0.0
17
+ }
18
+ }
19
+ }
20
+ },
21
+ "1": {
22
+ "scene_xml": "E:/git/ai/lerobot-thesis/scenes/so101_with_wrist_cam.xml",
23
+ "objects": {
24
+ "duplo": {
25
+ "position": {
26
+ "x": 0.22214898771110614,
27
+ "y": 0.2270395960583355,
28
+ "z": 0.009483209059364202
29
+ }
30
+ },
31
+ "bowl": {
32
+ "position": {
33
+ "x": 0.217,
34
+ "y": -0.225,
35
+ "z": 0.0
36
+ }
37
+ }
38
+ }
39
+ }
40
+ }
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1dc1236672a2b32322c38fd466e3a8f5e4510ae269f4822d50d989cddc923ea
3
+ size 54817
meta/info.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100_sim",
4
+ "total_episodes": 2,
5
+ "total_frames": 335,
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: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
+ 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.wrist_cam": {
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.overhead_cam": {
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
+ "scene": {
128
+ "scene_xml": "E:/git/ai/lerobot-thesis/scenes/so101_with_wrist_cam.xml",
129
+ "objects": {
130
+ "duplo": {
131
+ "position": {
132
+ "x": 0.217,
133
+ "y": 0.225,
134
+ "z": 0.009491975540664574
135
+ }
136
+ },
137
+ "bowl": {
138
+ "position": {
139
+ "x": 0.217,
140
+ "y": -0.225,
141
+ "z": 0.0
142
+ }
143
+ }
144
+ }
145
+ }
146
+ }
meta/stats.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ 10.832077026367188,
5
+ -14.01195240020752,
6
+ 0.5422833561897278,
7
+ -3.04994797706604,
8
+ -13.185948371887207,
9
+ -2.685396909713745
10
+ ],
11
+ "max": [
12
+ 16.075572967529297,
13
+ 13.038542747497559,
14
+ 8.624252319335938,
15
+ 48.30513000488281,
16
+ 7.994204521179199,
17
+ 20.198184967041016
18
+ ],
19
+ "mean": [
20
+ 11.86176940576354,
21
+ 7.234804281547888,
22
+ 2.1337228497462486,
23
+ 22.985238601912314,
24
+ -2.6341216101575253,
25
+ 9.685419310384722
26
+ ],
27
+ "std": [
28
+ 1.205974466344407,
29
+ 9.612026879776177,
30
+ 2.662452961188511,
31
+ 19.710680833122122,
32
+ 3.64074818137635,
33
+ 2.833798588996905
34
+ ],
35
+ "count": [
36
+ 335
37
+ ],
38
+ "q01": [
39
+ 10.858411042725862,
40
+ -13.353428047806469,
41
+ 0.5594051789436767,
42
+ -0.24517123467886626,
43
+ -8.138797169301048,
44
+ 3.4460344848348132
45
+ ],
46
+ "q10": [
47
+ 11.197724853230387,
48
+ -12.958536489685969,
49
+ 0.5605889602008535,
50
+ 2.5641717270239077,
51
+ -7.249955170190156,
52
+ 7.8374665886608526
53
+ ],
54
+ "q50": [
55
+ 11.198259994491766,
56
+ 12.70651118842807,
57
+ 0.5611684487852954,
58
+ 26.526124193558818,
59
+ -1.7439045093196994,
60
+ 9.09218210934546
61
+ ],
62
+ "q90": [
63
+ 13.689794476352521,
64
+ 12.7099682150182,
65
+ 6.959984451977174,
66
+ 33.5750428578391,
67
+ 0.09929916730986232,
68
+ 13.883558344485154
69
+ ],
70
+ "q99": [
71
+ 14.910478652413211,
72
+ 12.721058453821389,
73
+ 7.520047564293022,
74
+ 33.89233496275945,
75
+ 2.591443800884344,
76
+ 15.15446123863334
77
+ ]
78
+ },
79
+ "task_index": {
80
+ "min": [
81
+ 0
82
+ ],
83
+ "max": [
84
+ 0
85
+ ],
86
+ "mean": [
87
+ 0.0
88
+ ],
89
+ "std": [
90
+ 0.0
91
+ ],
92
+ "count": [
93
+ 335
94
+ ],
95
+ "q01": [
96
+ 3.9999999999994176e-16
97
+ ],
98
+ "q10": [
99
+ 3.999999999999417e-15
100
+ ],
101
+ "q50": [
102
+ 1.9999999999997088e-14
103
+ ],
104
+ "q90": [
105
+ 3.599999999999476e-14
106
+ ],
107
+ "q99": [
108
+ 3.9599999999994235e-14
109
+ ]
110
+ },
111
+ "observation.images.overhead_cam": {
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.2897311499183007
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.43008300551470585
155
+ ]
156
+ ],
157
+ [
158
+ [
159
+ 0.5433054544526144
160
+ ]
161
+ ]
162
+ ],
163
+ "std": [
164
+ [
165
+ [
166
+ 0.000558956290849677
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.0006151011029411624
172
+ ]
173
+ ],
174
+ [
175
+ [
176
+ 7.17330473856137e-05
177
+ ]
178
+ ]
179
+ ],
180
+ "count": [
181
+ 200
182
+ ],
183
+ "q01": [
184
+ [
185
+ [
186
+ 0.08637091521279254
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.1802840539269866
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.037322393297159036
197
+ ]
198
+ ]
199
+ ],
200
+ "q10": [
201
+ [
202
+ [
203
+ 0.15683827284656482
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.3214302616744139
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.474518104241333
214
+ ]
215
+ ]
216
+ ],
217
+ "q50": [
218
+ [
219
+ [
220
+ 0.32140817990558795
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 0.47444708171033156
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.48232396654876153
231
+ ]
232
+ ]
233
+ ],
234
+ "q90": [
235
+ [
236
+ [
237
+ 0.3255772744172657
238
+ ]
239
+ ],
240
+ [
241
+ [
242
+ 0.4823468005189586
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 0.6471571881621007
248
+ ]
249
+ ]
250
+ ],
251
+ "q99": [
252
+ [
253
+ [
254
+ 0.9999630834345368
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.9999592199201441
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.9999349322971801
265
+ ]
266
+ ]
267
+ ]
268
+ },
269
+ "episode_index": {
270
+ "min": [
271
+ 0
272
+ ],
273
+ "max": [
274
+ 1
275
+ ],
276
+ "mean": [
277
+ 0.47761194029850745
278
+ ],
279
+ "std": [
280
+ 0.4994985233039257
281
+ ],
282
+ "count": [
283
+ 335
284
+ ],
285
+ "q01": [
286
+ 0.4776119402985078
287
+ ],
288
+ "q10": [
289
+ 0.47761194029851145
290
+ ],
291
+ "q50": [
292
+ 0.4776119402985274
293
+ ],
294
+ "q90": [
295
+ 0.4776119402985434
296
+ ],
297
+ "q99": [
298
+ 0.477611940298547
299
+ ]
300
+ },
301
+ "observation.images.wrist_cam": {
302
+ "min": [
303
+ [
304
+ [
305
+ 0.0
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.0
311
+ ]
312
+ ],
313
+ [
314
+ [
315
+ 0.0
316
+ ]
317
+ ]
318
+ ],
319
+ "max": [
320
+ [
321
+ [
322
+ 1.0
323
+ ]
324
+ ],
325
+ [
326
+ [
327
+ 1.0
328
+ ]
329
+ ],
330
+ [
331
+ [
332
+ 1.0
333
+ ]
334
+ ]
335
+ ],
336
+ "mean": [
337
+ [
338
+ [
339
+ 0.3910008200571895
340
+ ]
341
+ ],
342
+ [
343
+ [
344
+ 0.46310618974673207
345
+ ]
346
+ ],
347
+ [
348
+ [
349
+ 0.4809105565767974
350
+ ]
351
+ ]
352
+ ],
353
+ "std": [
354
+ [
355
+ [
356
+ 0.00204844260620915
357
+ ]
358
+ ],
359
+ [
360
+ [
361
+ 0.004425385008169941
362
+ ]
363
+ ],
364
+ [
365
+ [
366
+ 0.009977895220588257
367
+ ]
368
+ ]
369
+ ],
370
+ "count": [
371
+ 200
372
+ ],
373
+ "q01": [
374
+ [
375
+ [
376
+ -3.9215686274509807e-13
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ -3.9215686274509807e-13
382
+ ]
383
+ ],
384
+ [
385
+ [
386
+ -3.9215686274509807e-13
387
+ ]
388
+ ]
389
+ ],
390
+ "q10": [
391
+ [
392
+ [
393
+ 0.143022618058546
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 0.23142883520455995
399
+ ]
400
+ ],
401
+ [
402
+ [
403
+ 0.08229367257731286
404
+ ]
405
+ ]
406
+ ],
407
+ "q50": [
408
+ [
409
+ [
410
+ 0.30383156120573657
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.4450320967849585
416
+ ]
417
+ ],
418
+ [
419
+ [
420
+ 0.47250627053111444
421
+ ]
422
+ ]
423
+ ],
424
+ "q90": [
425
+ [
426
+ [
427
+ 0.9979670264408833
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.8608295842145182
433
+ ]
434
+ ],
435
+ [
436
+ [
437
+ 0.750941873481088
438
+ ]
439
+ ]
440
+ ],
441
+ "q99": [
442
+ [
443
+ [
444
+ 0.9999802250168125
445
+ ]
446
+ ],
447
+ [
448
+ [
449
+ 0.9999771833758321
450
+ ]
451
+ ],
452
+ [
453
+ [
454
+ 0.9999769809543868
455
+ ]
456
+ ]
457
+ ]
458
+ },
459
+ "frame_index": {
460
+ "min": [
461
+ 0
462
+ ],
463
+ "max": [
464
+ 174
465
+ ],
466
+ "mean": [
467
+ 83.41791044776119
468
+ ],
469
+ "std": [
470
+ 48.641898668550475
471
+ ],
472
+ "count": [
473
+ 335
474
+ ],
475
+ "q01": [
476
+ 1.0025919401997119
477
+ ],
478
+ "q10": [
479
+ 16.049256716337133
480
+ ],
481
+ "q50": [
482
+ 83.19917910447732
483
+ ],
484
+ "q90": [
485
+ 150.31573432843837
486
+ ],
487
+ "q99": [
488
+ 165.83322895532265
489
+ ]
490
+ },
491
+ "action": {
492
+ "min": [
493
+ -46.14462661743164,
494
+ -86.46154022216797,
495
+ -39.08306884765625,
496
+ 36.881072998046875,
497
+ 18.86844253540039,
498
+ 0.0
499
+ ],
500
+ "max": [
501
+ 46.703956604003906,
502
+ 40.483516693115234,
503
+ 93.1003189086914,
504
+ 97.31605529785156,
505
+ 90.16753387451172,
506
+ 59.872100830078125
507
+ ],
508
+ "mean": [
509
+ -11.384430714507602,
510
+ -6.6956200386161235,
511
+ 9.207127314894947,
512
+ 64.16141350589581,
513
+ 58.37229247591389,
514
+ 29.543410628589232
515
+ ],
516
+ "std": [
517
+ 31.445730214260355,
518
+ 39.96538267300351,
519
+ 48.5647560766099,
520
+ 18.302554467804253,
521
+ 22.653194438255458,
522
+ 16.39718027732774
523
+ ],
524
+ "count": [
525
+ 335
526
+ ],
527
+ "q01": [
528
+ -45.870448530965774,
529
+ -78.89540224217657,
530
+ -35.31073635727612,
531
+ 38.08260950116969,
532
+ 37.67908597348341,
533
+ 6.604865230678871
534
+ ],
535
+ "q10": [
536
+ -44.34152762569598,
537
+ -69.78944578247693,
538
+ -34.208711083255594,
539
+ 40.462550270023634,
540
+ 37.90535819740761,
541
+ 6.642563874735374
542
+ ],
543
+ "q50": [
544
+ -13.542640572163597,
545
+ 7.770808091804163,
546
+ -18.397972518968846,
547
+ 65.07758182633181,
548
+ 63.48310792268212,
549
+ 34.95502017860982
550
+ ],
551
+ "q90": [
552
+ 45.051455274743226,
553
+ 36.06501485340631,
554
+ 92.9891511206877,
555
+ 85.0189017680154,
556
+ 76.32919681606008,
557
+ 50.183991844974344
558
+ ],
559
+ "q99": [
560
+ 45.88710749184907,
561
+ 37.66310855334078,
562
+ 93.00383620818731,
563
+ 89.1772801641208,
564
+ 76.82198514226657,
565
+ 51.43442135012457
566
+ ]
567
+ },
568
+ "timestamp": {
569
+ "min": [
570
+ 0.0
571
+ ],
572
+ "max": [
573
+ 5.8
574
+ ],
575
+ "mean": [
576
+ 2.7805970149253727
577
+ ],
578
+ "std": [
579
+ 1.6213966222850167
580
+ ],
581
+ "count": [
582
+ 335
583
+ ],
584
+ "q01": [
585
+ 0.03341973124448802
586
+ ],
587
+ "q10": [
588
+ 0.5349752237998217
589
+ ],
590
+ "q50": [
591
+ 2.7733059701489773
592
+ ],
593
+ "q90": [
594
+ 5.0105244776921225
595
+ ],
596
+ "q99": [
597
+ 5.527774298606258
598
+ ]
599
+ },
600
+ "index": {
601
+ "min": [
602
+ 0
603
+ ],
604
+ "max": [
605
+ 334
606
+ ],
607
+ "mean": [
608
+ 167.0
609
+ ],
610
+ "std": [
611
+ 96.70573922989266
612
+ ],
613
+ "count": [
614
+ 335
615
+ ],
616
+ "q01": [
617
+ 84.58468149243853
618
+ ],
619
+ "q10": [
620
+ 99.63134626857595
621
+ ],
622
+ "q50": [
623
+ 166.78126865671612
624
+ ],
625
+ "q90": [
626
+ 233.89782388067718
627
+ ],
628
+ "q99": [
629
+ 249.41531850756147
630
+ ]
631
+ }
632
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb85256c7a73d1c7fcf3a92f814d151ddd73a1e0d6d6cc3ef80669b1f0227f9f
3
+ size 2336
videos/observation.images.overhead_cam/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48dd6c3572fcc8e0597f7817578998331134443a04e681e6ac1698618681861d
3
+ size 1794110
videos/observation.images.wrist_cam/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ffa6e00b015ba5a3c24af0bb6e69b019e837bdf3e700ba086b9a1d857ec7ea
3
+ size 2392239