Alessio03 commited on
Commit
c9a270b
·
verified ·
1 Parent(s): e6e8dc8

Trim leading/trailing frozen action frames per episode

Browse files
README.md ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=ETHrobotlearning/task3-config6-OTY-clean">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 10,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "shoulder_pan.pos",
41
+ "shoulder_lift.pos",
42
+ "elbow_flex.pos",
43
+ "wrist_flex.pos",
44
+ "wrist_roll.pos",
45
+ "gripper.pos"
46
+ ],
47
+ "shape": [
48
+ 6
49
+ ]
50
+ },
51
+ "observation.state": {
52
+ "dtype": "float32",
53
+ "names": [
54
+ "shoulder_pan.pos",
55
+ "shoulder_lift.pos",
56
+ "elbow_flex.pos",
57
+ "wrist_flex.pos",
58
+ "wrist_roll.pos",
59
+ "gripper.pos"
60
+ ],
61
+ "shape": [
62
+ 6
63
+ ]
64
+ },
65
+ "observation.images.front": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 480,
69
+ 640,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channels"
76
+ ],
77
+ "info": {
78
+ "video.height": 480,
79
+ "video.width": 640,
80
+ "video.codec": "av1",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "video.fps": 10,
84
+ "video.channels": 3,
85
+ "has_audio": false
86
+ }
87
+ },
88
+ "timestamp": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "frame_index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "episode_index": {
103
+ "dtype": "int64",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ },
109
+ "index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ },
116
+ "task_index": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ }
123
+ },
124
+ "total_episodes": 15,
125
+ "total_frames": 1748,
126
+ "total_tasks": 3,
127
+ "chunks_size": 1000,
128
+ "data_files_size_in_mb": 100,
129
+ "video_files_size_in_mb": 200,
130
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
131
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
132
+ "robot_type": "so_follower",
133
+ "splits": {
134
+ "train": "0:15"
135
+ }
136
+ }
137
+ ```
138
+
139
+
140
+ ## Citation
141
+
142
+ **BibTeX:**
143
+
144
+ ```bibtex
145
+ [More Information Needed]
146
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfd29ab4d2e9bef595a44d3a64c1afc22f34c509cc8f33d1c3a529d0b83ead9b
3
+ size 24554
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d524ef52d42343d10359b1c333714ce23e78235bf0262e6e7470e9849ce7adc
3
+ size 26435
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47141f54435d3087da48319d76de2481f853c2a1677d535bff1455022ce0926c
3
+ size 25629
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eee10c58ade1fcedd2091bfac68f351c8199904d79048c5a5a2341ef73b49ad
3
+ size 82384
meta/episodes/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aac1edd7df518a1e21036719e8f403f28981d660f07e3498206f9c4469d568e1
3
+ size 82309
meta/episodes/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c52d75ceb5e4378fad2d1eb319ac893ef556d8932bf7cf3b12e94005100535c
3
+ size 82416
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 10,
4
+ "features": {
5
+ "action": {
6
+ "dtype": "float32",
7
+ "names": [
8
+ "shoulder_pan.pos",
9
+ "shoulder_lift.pos",
10
+ "elbow_flex.pos",
11
+ "wrist_flex.pos",
12
+ "wrist_roll.pos",
13
+ "gripper.pos"
14
+ ],
15
+ "shape": [
16
+ 6
17
+ ]
18
+ },
19
+ "observation.state": {
20
+ "dtype": "float32",
21
+ "names": [
22
+ "shoulder_pan.pos",
23
+ "shoulder_lift.pos",
24
+ "elbow_flex.pos",
25
+ "wrist_flex.pos",
26
+ "wrist_roll.pos",
27
+ "gripper.pos"
28
+ ],
29
+ "shape": [
30
+ 6
31
+ ]
32
+ },
33
+ "observation.images.front": {
34
+ "dtype": "video",
35
+ "shape": [
36
+ 480,
37
+ 640,
38
+ 3
39
+ ],
40
+ "names": [
41
+ "height",
42
+ "width",
43
+ "channels"
44
+ ],
45
+ "info": {
46
+ "video.height": 480,
47
+ "video.width": 640,
48
+ "video.codec": "av1",
49
+ "video.pix_fmt": "yuv420p",
50
+ "video.is_depth_map": false,
51
+ "video.fps": 10,
52
+ "video.channels": 3,
53
+ "has_audio": false
54
+ }
55
+ },
56
+ "timestamp": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "names": null
62
+ },
63
+ "frame_index": {
64
+ "dtype": "int64",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": null
69
+ },
70
+ "episode_index": {
71
+ "dtype": "int64",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "task_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ }
91
+ },
92
+ "total_episodes": 15,
93
+ "total_frames": 1360,
94
+ "total_tasks": 3,
95
+ "chunks_size": 1000,
96
+ "data_files_size_in_mb": 100,
97
+ "video_files_size_in_mb": 200,
98
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
99
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
100
+ "robot_type": "so_follower",
101
+ "splits": {
102
+ "train": "0:15"
103
+ }
104
+ }
meta/stats.json ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 1747
8
+ ],
9
+ "mean": [
10
+ 873.5
11
+ ],
12
+ "std": [
13
+ 504.6040526987472
14
+ ],
15
+ "count": [
16
+ 1748
17
+ ],
18
+ "q01": [
19
+ 816.4737266360573
20
+ ],
21
+ "q10": [
22
+ 826.6773546909947
23
+ ],
24
+ "q50": [
25
+ 873.2063562929058
26
+ ],
27
+ "q90": [
28
+ 920.1269347826893
29
+ ],
30
+ "q99": [
31
+ 930.5262733639427
32
+ ]
33
+ },
34
+ "action": {
35
+ "min": [
36
+ -56.61538314819336,
37
+ -104.26373291015625,
38
+ -34.241756439208984,
39
+ -80.35164642333984,
40
+ -14.725275039672852,
41
+ 1.3867487907409668
42
+ ],
43
+ "max": [
44
+ 9.230769157409668,
45
+ 61.098899841308594,
46
+ 96.74725341796875,
47
+ 71.29669952392578,
48
+ 8.747252464294434,
49
+ 56.471492767333984
50
+ ],
51
+ "mean": [
52
+ -36.826466507988066,
53
+ -50.479428692867884,
54
+ 72.22194902520432,
55
+ 12.754292104009632,
56
+ -3.241531800617223,
57
+ 19.603468090773173
58
+ ],
59
+ "std": [
60
+ 12.545908836282084,
61
+ 51.406275712737646,
62
+ 31.289014108571575,
63
+ 50.43595427819778,
64
+ 4.5213714783444825,
65
+ 19.70509444558703
66
+ ],
67
+ "count": [
68
+ 1748
69
+ ],
70
+ "q01": [
71
+ -48.74856000046435,
72
+ -102.74522605360747,
73
+ 1.2627478617879828,
74
+ -60.03110851017234,
75
+ -8.947901684504762,
76
+ 1.862514883525118
77
+ ],
78
+ "q10": [
79
+ -45.68062807215706,
80
+ -102.52694514200161,
81
+ 16.441026281764906,
82
+ -57.26216442455306,
83
+ -8.731730945736771,
84
+ 1.9496100565152843
85
+ ],
86
+ "q50": [
87
+ -40.33654487879214,
88
+ -59.99789037420766,
89
+ 85.51481869790994,
90
+ 17.309468030383982,
91
+ -2.939049146265914,
92
+ 6.0321146912925565
93
+ ],
94
+ "q90": [
95
+ -20.341308404244515,
96
+ 25.24530437827383,
97
+ 92.07855154061379,
98
+ 65.10224682901412,
99
+ 1.5158537900081186,
100
+ 46.08223507863949
101
+ ],
102
+ "q99": [
103
+ -18.59570608930644,
104
+ 42.378426433002375,
105
+ 92.87696841399425,
106
+ 67.62213422696546,
107
+ 3.2608792042600623,
108
+ 48.48083332668001
109
+ ]
110
+ },
111
+ "timestamp": {
112
+ "min": [
113
+ 0.0
114
+ ],
115
+ "max": [
116
+ 13.1
117
+ ],
118
+ "mean": [
119
+ 5.802002288329519
120
+ ],
121
+ "std": [
122
+ 3.408961721448541
123
+ ],
124
+ "count": [
125
+ 1748
126
+ ],
127
+ "q01": [
128
+ 0.09937495184679998
129
+ ],
130
+ "q10": [
131
+ 1.1197377573563518
132
+ ],
133
+ "q50": [
134
+ 5.772637917619633
135
+ ],
136
+ "q90": [
137
+ 10.46469576667077
138
+ ],
139
+ "q99": [
140
+ 11.504629624812239
141
+ ]
142
+ },
143
+ "observation.images.front": {
144
+ "min": [
145
+ [
146
+ [
147
+ 0.0
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ]
160
+ ],
161
+ "max": [
162
+ [
163
+ [
164
+ 1.0
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ]
177
+ ],
178
+ "mean": [
179
+ [
180
+ [
181
+ 0.5760374188147799
182
+ ]
183
+ ],
184
+ [
185
+ [
186
+ 0.5654403824959617
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.5547242718335428
192
+ ]
193
+ ]
194
+ ],
195
+ "std": [
196
+ [
197
+ [
198
+ 0.00943826483164559
199
+ ]
200
+ ],
201
+ [
202
+ [
203
+ 0.00595394324463108
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.009353519751702021
209
+ ]
210
+ ]
211
+ ],
212
+ "count": [
213
+ 33561600
214
+ ],
215
+ "q01": [
216
+ [
217
+ [
218
+ 0.01202722597400157
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ -2.1020325750437476e-11
224
+ ]
225
+ ],
226
+ [
227
+ [
228
+ -2.1020325750437476e-11
229
+ ]
230
+ ]
231
+ ],
232
+ "q10": [
233
+ [
234
+ [
235
+ 0.05735247121204273
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.03871254966868499
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.0007540494015759107
246
+ ]
247
+ ]
248
+ ],
249
+ "q50": [
250
+ [
251
+ [
252
+ 0.719225105522911
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.7206248208744502
258
+ ]
259
+ ],
260
+ [
261
+ [
262
+ 0.711567500290442
263
+ ]
264
+ ]
265
+ ],
266
+ "q90": [
267
+ [
268
+ [
269
+ 0.8269343429850854
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.8344738550428733
275
+ ]
276
+ ],
277
+ [
278
+ [
279
+ 0.8358691991197474
280
+ ]
281
+ ]
282
+ ],
283
+ "q99": [
284
+ [
285
+ [
286
+ 0.8834765217177594
287
+ ]
288
+ ],
289
+ [
290
+ [
291
+ 0.8850093434745758
292
+ ]
293
+ ],
294
+ [
295
+ [
296
+ 0.8921590682195605
297
+ ]
298
+ ]
299
+ ]
300
+ },
301
+ "frame_index": {
302
+ "min": [
303
+ 0
304
+ ],
305
+ "max": [
306
+ 131
307
+ ],
308
+ "mean": [
309
+ 58.0200228832952
310
+ ],
311
+ "std": [
312
+ 34.089617214485415
313
+ ],
314
+ "count": [
315
+ 1748
316
+ ],
317
+ "q01": [
318
+ 0.9937495193525208
319
+ ],
320
+ "q10": [
321
+ 11.197377574289991
322
+ ],
323
+ "q50": [
324
+ 57.72637917620087
325
+ ],
326
+ "q90": [
327
+ 104.64695766598426
328
+ ],
329
+ "q99": [
330
+ 115.04629624723788
331
+ ]
332
+ },
333
+ "observation.state": {
334
+ "min": [
335
+ -56.21977996826172,
336
+ -102.5934066772461,
337
+ -32.659339904785156,
338
+ -79.47252655029297,
339
+ -14.285714149475098,
340
+ 2.025658369064331
341
+ ],
342
+ "max": [
343
+ 8.747252464294434,
344
+ 61.89011001586914,
345
+ 96.57142639160156,
346
+ 70.94505310058594,
347
+ 8.131868362426758,
348
+ 56.17825698852539
349
+ ],
350
+ "mean": [
351
+ -36.85014830464902,
352
+ -49.84257533948536,
353
+ 73.3320648577448,
354
+ 13.113988140354985,
355
+ -3.349913035235975,
356
+ 20.420169185446383
357
+ ],
358
+ "std": [
359
+ 12.467446431630247,
360
+ 51.873002804625195,
361
+ 30.858337133874223,
362
+ 50.33952333401771,
363
+ 4.344644638086397,
364
+ 18.593239343517862
365
+ ],
366
+ "count": [
367
+ 1748
368
+ ],
369
+ "q01": [
370
+ -48.25290793768782,
371
+ -102.37447461570156,
372
+ 3.555653586420368,
373
+ -59.21243110056599,
374
+ -8.618804412248206,
375
+ 2.1517791198374754
376
+ ],
377
+ "q10": [
378
+ -45.55782634163704,
379
+ -102.24780455902095,
380
+ 18.518568417682257,
381
+ -56.509359481214645,
382
+ -8.431510307436536,
383
+ 2.2151416494857306
384
+ ],
385
+ "q50": [
386
+ -40.23547878110465,
387
+ -59.7350947720508,
388
+ 86.72580380461582,
389
+ 17.648944553576012,
390
+ -3.2512638411122374,
391
+ 8.377817828009356
392
+ ],
393
+ "q90": [
394
+ -20.436240240152088,
395
+ 27.657491816645084,
396
+ 92.8196684571793,
397
+ 65.65197305711354,
398
+ 1.3663010852728275,
399
+ 45.65267414158805
400
+ ],
401
+ "q99": [
402
+ -19.03958981714839,
403
+ 42.94131665999975,
404
+ 93.46370027431472,
405
+ 67.53981746372445,
406
+ 2.6264016026935773,
407
+ 48.0104996593009
408
+ ]
409
+ },
410
+ "task_index": {
411
+ "min": [
412
+ 0
413
+ ],
414
+ "max": [
415
+ 2
416
+ ],
417
+ "mean": [
418
+ 1.011441647597254
419
+ ],
420
+ "std": [
421
+ 0.8089074924014421
422
+ ],
423
+ "count": [
424
+ 1748
425
+ ],
426
+ "q01": [
427
+ 1.0114416475972543
428
+ ],
429
+ "q10": [
430
+ 1.011441647597258
431
+ ],
432
+ "q50": [
433
+ 1.011441647597274
434
+ ],
435
+ "q90": [
436
+ 1.0114416475972898
437
+ ],
438
+ "q99": [
439
+ 1.0114416475972936
440
+ ]
441
+ },
442
+ "episode_index": {
443
+ "min": [
444
+ 0
445
+ ],
446
+ "max": [
447
+ 14
448
+ ],
449
+ "mean": [
450
+ 7.026315789473684
451
+ ],
452
+ "std": [
453
+ 4.2711842120243295
454
+ ],
455
+ "count": [
456
+ 1748
457
+ ],
458
+ "q01": [
459
+ 7.026315789473684
460
+ ],
461
+ "q10": [
462
+ 7.026315789473688
463
+ ],
464
+ "q50": [
465
+ 7.026315789473704
466
+ ],
467
+ "q90": [
468
+ 7.026315789473721
469
+ ],
470
+ "q99": [
471
+ 7.026315789473724
472
+ ]
473
+ }
474
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc75a8bf032118c52ddb58fcecddb5e53d0a9e913906c05536cf3b9d633a27a
3
+ size 2193
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:affd81535a59e3f5865cfe0d7e0c0741ffa9349ad901bf4c44a902d8b777fcdc
3
+ size 870277
videos/observation.images.front/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96651852fcf51febfd42c63d2ce838eefbdb89113aa24a29f8b4c507f23bbabf
3
+ size 990680
videos/observation.images.front/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e5cfdaa4afa82a9eb54ea34a0ffdd8c21e07e3e22610bb9f1776ae73af231f
3
+ size 955780