Tuwano commited on
Commit
456a5d7
·
verified ·
1 Parent(s): 068c7bf

Upload folder using huggingface_hub

Browse files
Files changed (28) 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 +104 -0
  4. meta/stats.json +474 -0
  5. meta/tasks.parquet +3 -0
  6. videos/observation.images.iphone/chunk-000/file-000.mp4 +3 -0
  7. videos/observation.images.iphone/chunk-000/file-001.mp4 +3 -0
  8. videos/observation.images.iphone/chunk-000/file-002.mp4 +3 -0
  9. videos/observation.images.iphone/chunk-000/file-003.mp4 +3 -0
  10. videos/observation.images.iphone/chunk-000/file-004.mp4 +3 -0
  11. videos/observation.images.iphone/chunk-000/file-005.mp4 +3 -0
  12. videos/observation.images.iphone/chunk-000/file-006.mp4 +3 -0
  13. videos/observation.images.iphone/chunk-000/file-007.mp4 +3 -0
  14. videos/observation.images.iphone/chunk-000/file-008.mp4 +3 -0
  15. videos/observation.images.iphone/chunk-000/file-009.mp4 +3 -0
  16. videos/observation.images.iphone/chunk-000/file-010.mp4 +3 -0
  17. videos/observation.images.iphone/chunk-000/file-011.mp4 +3 -0
  18. videos/observation.images.iphone/chunk-000/file-012.mp4 +3 -0
  19. videos/observation.images.iphone/chunk-000/file-013.mp4 +3 -0
  20. videos/observation.images.iphone/chunk-000/file-014.mp4 +3 -0
  21. videos/observation.images.iphone/chunk-000/file-015.mp4 +3 -0
  22. videos/observation.images.iphone/chunk-000/file-016.mp4 +3 -0
  23. videos/observation.images.iphone/chunk-000/file-017.mp4 +3 -0
  24. videos/observation.images.iphone/chunk-000/file-018.mp4 +3 -0
  25. videos/observation.images.iphone/chunk-000/file-019.mp4 +3 -0
  26. videos/observation.images.iphone/chunk-000/file-020.mp4 +3 -0
  27. videos/observation.images.iphone/chunk-000/file-021.mp4 +3 -0
  28. videos/observation.images.iphone/chunk-000/file-022.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:ac8a9c028e116964e62c2a624521c12e7ac8eddb8ab2c903d57f317a6e8d9b71
3
+ size 1500267
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09cf67c0dc39431a3874bd00bd5a8ff9b7c03fe09ee985cb89b053cbf675e092
3
+ size 122963
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 27,
5
+ "total_frames": 46641,
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:27"
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.iphone": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/stats.json ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "min": [
4
+ -23.190004348754883,
5
+ -100.0,
6
+ -100.0,
7
+ 4.030874729156494,
8
+ -31.575092315673828,
9
+ 0.0
10
+ ],
11
+ "max": [
12
+ 53.03197479248047,
13
+ 66.610595703125,
14
+ 100.0,
15
+ 100.0,
16
+ 68.4004898071289,
17
+ 56.63430404663086
18
+ ],
19
+ "mean": [
20
+ 8.421066246861766,
21
+ -55.44643960937914,
22
+ 55.380260662594864,
23
+ 64.85112452448233,
24
+ 6.290610172308007,
25
+ 8.301824956924673
26
+ ],
27
+ "std": [
28
+ 13.901765711262906,
29
+ 53.24483362875626,
30
+ 56.28803044034519,
31
+ 15.742734090765447,
32
+ 11.302295370112244,
33
+ 12.960436546746582
34
+ ],
35
+ "count": [
36
+ 46641
37
+ ],
38
+ "q01": [
39
+ -9.449124868048726,
40
+ -95.45430494371487,
41
+ -80.10931015074425,
42
+ 36.752349510390395,
43
+ -9.747488292135241,
44
+ 2.0311749239449215
45
+ ],
46
+ "q10": [
47
+ -1.887490496974825,
48
+ -93.17212438413277,
49
+ -10.984305980441718,
50
+ 53.36739731496914,
51
+ -2.998943611762699,
52
+ 2.3040003956964124
53
+ ],
54
+ "q50": [
55
+ 4.9927445197011835,
56
+ -67.91751911117241,
57
+ 74.09861184330313,
58
+ 63.79553823907575,
59
+ 5.719594299949894,
60
+ 3.8385012354410226
61
+ ],
62
+ "q90": [
63
+ 23.67252679850841,
64
+ 14.787600503061391,
65
+ 91.96492879096971,
66
+ 79.63912415069892,
67
+ 17.22232397204958,
68
+ 22.350215483077804
69
+ ],
70
+ "q99": [
71
+ 33.804711383208826,
72
+ 33.23923704556723,
73
+ 94.60967517847908,
74
+ 98.83078112125764,
75
+ 24.669835576859295,
76
+ 36.213698597856194
77
+ ]
78
+ },
79
+ "timestamp": {
80
+ "min": [
81
+ 0.0
82
+ ],
83
+ "max": [
84
+ 58.13333333333333
85
+ ],
86
+ "mean": [
87
+ 28.781386905655253
88
+ ],
89
+ "std": [
90
+ 16.634545337292387
91
+ ],
92
+ "count": [
93
+ 46641
94
+ ],
95
+ "q01": [
96
+ 0.5634162932490128
97
+ ],
98
+ "q10": [
99
+ 5.743172257375842
100
+ ],
101
+ "q50": [
102
+ 28.772670515497786
103
+ ],
104
+ "q90": [
105
+ 51.81720872645098
106
+ ],
107
+ "q99": [
108
+ 56.99935751806149
109
+ ]
110
+ },
111
+ "frame_index": {
112
+ "min": [
113
+ 0
114
+ ],
115
+ "max": [
116
+ 1744
117
+ ],
118
+ "mean": [
119
+ 863.4416071696576
120
+ ],
121
+ "std": [
122
+ 499.03636011877103
123
+ ],
124
+ "count": [
125
+ 46641
126
+ ],
127
+ "q01": [
128
+ 16.902488800313616
129
+ ],
130
+ "q10": [
131
+ 172.29516772359656
132
+ ],
133
+ "q50": [
134
+ 863.3090047597608
135
+ ],
136
+ "q90": [
137
+ 1554.5162617912088
138
+ ],
139
+ "q99": [
140
+ 1709.9807255390017
141
+ ]
142
+ },
143
+ "index": {
144
+ "min": [
145
+ 0
146
+ ],
147
+ "max": [
148
+ 46640
149
+ ],
150
+ "mean": [
151
+ 23320.0
152
+ ],
153
+ "std": [
154
+ 13464.096949542012
155
+ ],
156
+ "count": [
157
+ 46641
158
+ ],
159
+ "q01": [
160
+ 22473.460881630657
161
+ ],
162
+ "q10": [
163
+ 22628.85356055394
164
+ ],
165
+ "q50": [
166
+ 23319.906278171566
167
+ ],
168
+ "q90": [
169
+ 24011.07465462155
170
+ ],
171
+ "q99": [
172
+ 24166.53911836934
173
+ ]
174
+ },
175
+ "observation.images.iphone": {
176
+ "min": [
177
+ [
178
+ [
179
+ 0.0
180
+ ]
181
+ ],
182
+ [
183
+ [
184
+ 0.0
185
+ ]
186
+ ],
187
+ [
188
+ [
189
+ 0.0
190
+ ]
191
+ ]
192
+ ],
193
+ "max": [
194
+ [
195
+ [
196
+ 1.0
197
+ ]
198
+ ],
199
+ [
200
+ [
201
+ 1.0
202
+ ]
203
+ ],
204
+ [
205
+ [
206
+ 1.0
207
+ ]
208
+ ]
209
+ ],
210
+ "mean": [
211
+ [
212
+ [
213
+ 0.4322773479698127
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.3538724914604192
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.3099668838903675
224
+ ]
225
+ ]
226
+ ],
227
+ "std": [
228
+ [
229
+ [
230
+ 0.014604554588404296
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.013002839383441886
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.009408639011299295
241
+ ]
242
+ ]
243
+ ],
244
+ "count": [
245
+ 7220
246
+ ],
247
+ "q01": [
248
+ [
249
+ [
250
+ 0.0757614787531067
251
+ ]
252
+ ],
253
+ [
254
+ [
255
+ 0.04226142717293362
256
+ ]
257
+ ],
258
+ [
259
+ [
260
+ 0.018048280070882702
261
+ ]
262
+ ]
263
+ ],
264
+ "q10": [
265
+ [
266
+ [
267
+ 0.17194145232104024
268
+ ]
269
+ ],
270
+ [
271
+ [
272
+ 0.11921574197762129
273
+ ]
274
+ ],
275
+ [
276
+ [
277
+ 0.09582518453090269
278
+ ]
279
+ ]
280
+ ],
281
+ "q50": [
282
+ [
283
+ [
284
+ 0.4057164616632923
285
+ ]
286
+ ],
287
+ [
288
+ [
289
+ 0.3266826238151362
290
+ ]
291
+ ],
292
+ [
293
+ [
294
+ 0.2712939475834611
295
+ ]
296
+ ]
297
+ ],
298
+ "q90": [
299
+ [
300
+ [
301
+ 0.7382577429014586
302
+ ]
303
+ ],
304
+ [
305
+ [
306
+ 0.6478354701582739
307
+ ]
308
+ ],
309
+ [
310
+ [
311
+ 0.598325008352269
312
+ ]
313
+ ]
314
+ ],
315
+ "q99": [
316
+ [
317
+ [
318
+ 0.9357577592175942
319
+ ]
320
+ ],
321
+ [
322
+ [
323
+ 0.8752793627021872
324
+ ]
325
+ ],
326
+ [
327
+ [
328
+ 0.8261589892080052
329
+ ]
330
+ ]
331
+ ]
332
+ },
333
+ "observation.state": {
334
+ "min": [
335
+ -23.027633666992188,
336
+ -98.80143737792969,
337
+ -98.73987579345703,
338
+ 4.473796367645264,
339
+ -31.428571701049805,
340
+ 1.1525423526763916
341
+ ],
342
+ "max": [
343
+ 52.583099365234375,
344
+ 66.36036682128906,
345
+ 99.36993408203125,
346
+ 99.74435424804688,
347
+ 68.15628814697266,
348
+ 56.06779479980469
349
+ ],
350
+ "mean": [
351
+ 8.403773325225716,
352
+ -54.187714573347414,
353
+ 56.09769562743969,
354
+ 64.84858152587823,
355
+ 6.231882666981796,
356
+ 9.349983815838506
357
+ ],
358
+ "std": [
359
+ 13.871255830163582,
360
+ 52.815230263590664,
361
+ 56.24527130491591,
362
+ 15.59971600395241,
363
+ 11.29594792622489,
364
+ 12.577442328793452
365
+ ],
366
+ "count": [
367
+ 46641
368
+ ],
369
+ "q01": [
370
+ -9.310645335386287,
371
+ -93.92657123584108,
372
+ -78.70327387686298,
373
+ 37.61783273072976,
374
+ -9.653259026281628,
375
+ 2.754007816100816
376
+ ],
377
+ "q10": [
378
+ -1.869322666244044,
379
+ -91.63284188288941,
380
+ -9.769313520765662,
381
+ 53.433493475589266,
382
+ -2.9623357404651043,
383
+ 3.2011021871125362
384
+ ],
385
+ "q50": [
386
+ 4.968851662014736,
387
+ -66.71618964420838,
388
+ 74.92867581741655,
389
+ 63.70625053403898,
390
+ 5.613285602090137,
391
+ 4.5428545688735165
392
+ ],
393
+ "q90": [
394
+ 23.6374738765375,
395
+ 15.667770963932307,
396
+ 92.46400068953656,
397
+ 79.58782318022992,
398
+ 17.137723731628867,
399
+ 23.97908679937407
400
+ ],
401
+ "q99": [
402
+ 33.742507790045046,
403
+ 33.59810104934913,
404
+ 95.05708473701263,
405
+ 98.0940982241183,
406
+ 24.609750190154646,
407
+ 35.58820108195183
408
+ ]
409
+ },
410
+ "task_index": {
411
+ "min": [
412
+ 0
413
+ ],
414
+ "max": [
415
+ 0
416
+ ],
417
+ "mean": [
418
+ 0.0
419
+ ],
420
+ "std": [
421
+ 0.0
422
+ ],
423
+ "count": [
424
+ 46641
425
+ ],
426
+ "q01": [
427
+ 3.9999999999994186e-16
428
+ ],
429
+ "q10": [
430
+ 3.999999999999417e-15
431
+ ],
432
+ "q50": [
433
+ 1.9999999999997084e-14
434
+ ],
435
+ "q90": [
436
+ 3.599999999999477e-14
437
+ ],
438
+ "q99": [
439
+ 3.9599999999994235e-14
440
+ ]
441
+ },
442
+ "episode_index": {
443
+ "min": [
444
+ 0
445
+ ],
446
+ "max": [
447
+ 26
448
+ ],
449
+ "mean": [
450
+ 13.011899401813855
451
+ ],
452
+ "std": [
453
+ 7.799279729723799
454
+ ],
455
+ "count": [
456
+ 46641
457
+ ],
458
+ "q01": [
459
+ 13.011899401813855
460
+ ],
461
+ "q10": [
462
+ 13.011899401813857
463
+ ],
464
+ "q50": [
465
+ 13.01189940181388
466
+ ],
467
+ "q90": [
468
+ 13.01189940181389
469
+ ],
470
+ "q99": [
471
+ 13.011899401813894
472
+ ]
473
+ }
474
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0377974d542521a22eb38b764830c000f1b212be10640db89a82eb57841597c
3
+ size 2327
videos/observation.images.iphone/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9686cb8da93780be17f5f1438b1ccfe08e2a27c7f782e00304ffa54d8cd446c
3
+ size 228415518
videos/observation.images.iphone/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891d22b8285f23fa5e94d7758bec15fefe039bdc4c48f42573e5d0f3360f830d
3
+ size 245405065
videos/observation.images.iphone/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32c728e4382fcca164fa111bdb5cdd3a272cc799ddae8da4f1ee6cfc0ea53a01
3
+ size 269740342
videos/observation.images.iphone/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bee506c0e237f2897c09ac38d46d67305ec4b0de0f01628f7fe9d097db915a6
3
+ size 214920607
videos/observation.images.iphone/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89b324d86d18ff68cff8fe61fe2a04189508fbc7c4f9fe0b4182e75512bcec4
3
+ size 292745787
videos/observation.images.iphone/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27c8c6a8def1a99baf05ddae95c9e8b73ab092e5eafc9c1adad4862b5b7a16a8
3
+ size 224089764
videos/observation.images.iphone/chunk-000/file-006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8989f42270b0d68efd599ffc51c2abe4e8e5ed85a820dfad6b8c188b3c2d388
3
+ size 287789861
videos/observation.images.iphone/chunk-000/file-007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:535f92b1f498f34cfc2c81f913845d25c2415bfcf31f41e04ac78e4ba97a6f8b
3
+ size 130606958
videos/observation.images.iphone/chunk-000/file-008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:820676195ba44dd9e00be04a95a95ded30373d1a74b5cdf069e3abced21c438b
3
+ size 335284379
videos/observation.images.iphone/chunk-000/file-009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:485e377a2acd8d94891cdae621a778727f6802cd350627194ed238bd5eafb158
3
+ size 290976497
videos/observation.images.iphone/chunk-000/file-010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0112faed0608c233e3f1a28f8b85b22c34aa3681adb46b6dc471c2cd303bb49
3
+ size 242501683
videos/observation.images.iphone/chunk-000/file-011.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88dd71729959b95152b92a915ef29af3aef024e24eff03e692d69467161eb2c8
3
+ size 327669700
videos/observation.images.iphone/chunk-000/file-012.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fc6193f8cf8e9dc37e2577c9d6d8940229330dca4d86f11da85ef1fed3ef50e
3
+ size 317489980
videos/observation.images.iphone/chunk-000/file-013.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:873d4f46d934e26d654ddc3cceb1daea5630f6cc998304dc1e0ed38e336ee54c
3
+ size 331209953
videos/observation.images.iphone/chunk-000/file-014.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e8b47ff79a9e4f4cc449c833da16f3719e9fd10fac3dade12a409c5014c1561
3
+ size 333932477
videos/observation.images.iphone/chunk-000/file-015.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42803b7d543a90504a929806556e7b37268f4b6a8756357822522a980dd3bb04
3
+ size 203782378
videos/observation.images.iphone/chunk-000/file-016.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4773570d8707d63e39fdf07376af6e53379c855cbcf8d68f4148ef356911bd7
3
+ size 234490257
videos/observation.images.iphone/chunk-000/file-017.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1887bcc03b8d3ac4117b5f615a58643b49a99216968b8e35f8f1cf95e03263
3
+ size 283948096
videos/observation.images.iphone/chunk-000/file-018.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c094fd39c9e5b09ca4a49ad3ae162cb6cd3e18c7a6339a2c215cedea6bea5b64
3
+ size 309087049
videos/observation.images.iphone/chunk-000/file-019.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa1b3937d79105f2345f7b7a84a6f8eb3272574a80e161f7ca0e8b515debc34f
3
+ size 328979138
videos/observation.images.iphone/chunk-000/file-020.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c329c25c721fde17c4741b58960c90a1586733da6cd2330d2000dcfbfba133b
3
+ size 337149244
videos/observation.images.iphone/chunk-000/file-021.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad01d5cb71ac7567cc0bf5be06bdb4d6addf0f676f067d48c19ba4facf096f3b
3
+ size 324838862
videos/observation.images.iphone/chunk-000/file-022.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8f4ee66caa4f1d2865e5d91cbdaf9f8a4c40a59c137607bb2eec44d1459152f
3
+ size 260551016