ibrahimalshehri commited on
Commit
11c7b26
·
verified ·
1 Parent(s): f804666

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:c0ae491727aaa4539583a7e2807aa25f5d0506744954a623fb69a8e0f4b15134
3
+ size 497285
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5466b1ec1c3222173837c8e3d99c485e499fadbaebe9058359e394342f86733f
3
+ size 50937
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82240f91d5e7d13f55ba7d34a2a85003b0f2b78f3fa35d8eb59b19eb4f80a5b0
3
+ size 19532
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3b8d9835596e490a13534975ea0eff799ed49f9a384443cc3288ec0d103a522
3
+ size 145685
meta/episodes/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c287ca2a7c64c6a3fde2375779a0221eac66408eac7c7166d0dfd375ecf516a3
3
+ size 46604
meta/episodes/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3968ede84031703911a569ba1e27f14f5cbe6f41c46127eae7b438c7c495272
3
+ size 44110
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 35,
5
+ "total_frames": 10499,
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:35"
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.front": {
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
+ "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
+ -58.51416015625,
5
+ -100.0,
6
+ -74.53416442871094,
7
+ -100.0,
8
+ -100.0,
9
+ 0.3000750243663788
10
+ ],
11
+ "max": [
12
+ 69.25340270996094,
13
+ 64.51741790771484,
14
+ 100.0,
15
+ 100.0,
16
+ 99.79204559326172,
17
+ 98.1245346069336
18
+ ],
19
+ "mean": [
20
+ 17.39089578727913,
21
+ -61.30361256525396,
22
+ 60.787715939115664,
23
+ -14.55346045388257,
24
+ -34.28903801167099,
25
+ 20.029338064347233
26
+ ],
27
+ "std": [
28
+ 27.099694991163346,
29
+ 39.637047028110466,
30
+ 37.337831383919756,
31
+ 59.693333294489896,
32
+ 51.07967809614708,
33
+ 24.97330259222861
34
+ ],
35
+ "count": [
36
+ 10499
37
+ ],
38
+ "q01": [
39
+ -11.733480495127601,
40
+ -98.15667346031795,
41
+ 16.86228073061691,
42
+ -99.41652684083718,
43
+ -57.67469418231962,
44
+ 1.3111529662276513
45
+ ],
46
+ "q10": [
47
+ -8.152445648474085,
48
+ -97.25773908907246,
49
+ 27.31749004385585,
50
+ -91.35973185910014,
51
+ -54.66761854389626,
52
+ 2.2055757630262165
53
+ ],
54
+ "q50": [
55
+ 17.376383157944993,
56
+ -63.30328167164904,
57
+ 59.343776695697485,
58
+ -4.437064583750847,
59
+ -30.87499024864081,
60
+ 12.370018086170175
61
+ ],
62
+ "q90": [
63
+ 42.36148991896247,
64
+ -22.719323954866987,
65
+ 97.82159749820924,
66
+ 40.28850689107267,
67
+ -20.630968220981416,
68
+ 51.2134291976659
69
+ ],
70
+ "q99": [
71
+ 44.551642513148934,
72
+ -16.311398470604825,
73
+ 99.36088613203984,
74
+ 50.64891530355451,
75
+ -16.59048037717975,
76
+ 58.091378455581186
77
+ ]
78
+ },
79
+ "episode_index": {
80
+ "min": [
81
+ 0
82
+ ],
83
+ "max": [
84
+ 34
85
+ ],
86
+ "mean": [
87
+ 16.998380798171254
88
+ ],
89
+ "std": [
90
+ 10.098622983262082
91
+ ],
92
+ "count": [
93
+ 10499
94
+ ],
95
+ "q01": [
96
+ 16.998380798171254
97
+ ],
98
+ "q10": [
99
+ 16.998380798171258
100
+ ],
101
+ "q50": [
102
+ 16.99838079817127
103
+ ],
104
+ "q90": [
105
+ 16.998380798171286
106
+ ],
107
+ "q99": [
108
+ 16.998380798171286
109
+ ]
110
+ },
111
+ "observation.images.front": {
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.5621583360760971
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.5601433497899159
155
+ ]
156
+ ],
157
+ [
158
+ [
159
+ 0.540934965219421
160
+ ]
161
+ ]
162
+ ],
163
+ "std": [
164
+ [
165
+ [
166
+ 0.012554264300854255
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.01403328169773479
172
+ ]
173
+ ],
174
+ [
175
+ [
176
+ 0.013143316347123313
177
+ ]
178
+ ]
179
+ ],
180
+ "count": [
181
+ 3500
182
+ ],
183
+ "q01": [
184
+ [
185
+ [
186
+ 0.06733441089116328
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.07332707646329098
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 0.08159760961609377
197
+ ]
198
+ ]
199
+ ],
200
+ "q10": [
201
+ [
202
+ [
203
+ 0.18555439653295003
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.15585230790111168
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.15486717896245597
214
+ ]
215
+ ]
216
+ ],
217
+ "q50": [
218
+ [
219
+ [
220
+ 0.6587072944415054
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 0.6636297840111017
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.6406842569861352
231
+ ]
232
+ ]
233
+ ],
234
+ "q90": [
235
+ [
236
+ [
237
+ 0.7231594981483661
238
+ ]
239
+ ],
240
+ [
241
+ [
242
+ 0.7279697406995377
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 0.7124020847409852
248
+ ]
249
+ ]
250
+ ],
251
+ "q99": [
252
+ [
253
+ [
254
+ 0.7751035124376423
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.7810416236606189
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.761775391207275
265
+ ]
266
+ ]
267
+ ]
268
+ },
269
+ "observation.state": {
270
+ "min": [
271
+ -58.32094955444336,
272
+ -99.66915130615234,
273
+ -74.10199737548828,
274
+ -99.31241607666016,
275
+ -99.65596008300781,
276
+ 1.9646365642547607
277
+ ],
278
+ "max": [
279
+ 69.16790771484375,
280
+ 64.35070037841797,
281
+ 99.29046630859375,
282
+ 99.05457305908203,
283
+ 99.02523040771484,
284
+ 95.67780303955078
285
+ ],
286
+ "mean": [
287
+ 17.284434910285633,
288
+ -60.869872862298735,
289
+ 62.4781438542475,
290
+ -14.720722803809277,
291
+ -34.302064988826366,
292
+ 23.219021128182046
293
+ ],
294
+ "std": [
295
+ 26.94672138156716,
296
+ 40.08244385987645,
297
+ 36.42091647880715,
298
+ 59.78485642054079,
299
+ 51.19555818493035,
300
+ 22.108956591162393
301
+ ],
302
+ "count": [
303
+ 10499
304
+ ],
305
+ "q01": [
306
+ -11.777427450805996,
307
+ -98.05512314794721,
308
+ 19.97042148884895,
309
+ -99.10845717053967,
310
+ -57.65115279848862,
311
+ 3.551623959849705
312
+ ],
313
+ "q10": [
314
+ -8.17656313629585,
315
+ -97.6347712062826,
316
+ 30.77292393431977,
317
+ -93.1593306685656,
318
+ -54.51003603320642,
319
+ 5.523996414989769
320
+ ],
321
+ "q50": [
322
+ 17.28410766385934,
323
+ -62.25368105314093,
324
+ 60.62241756964988,
325
+ -3.2853831559198374,
326
+ -31.057956586878664,
327
+ 18.960878187505017
328
+ ],
329
+ "q90": [
330
+ 42.255477591836545,
331
+ -22.045656841633157,
332
+ 97.6722708655443,
333
+ 40.458048462339846,
334
+ -20.32793727028614,
335
+ 49.03413364995146
336
+ ],
337
+ "q99": [
338
+ 44.26023096119983,
339
+ -15.897900363756147,
340
+ 98.57968969376078,
341
+ 50.17743434865198,
342
+ -15.834493798009298,
343
+ 57.488131894936835
344
+ ]
345
+ },
346
+ "task_index": {
347
+ "min": [
348
+ 0
349
+ ],
350
+ "max": [
351
+ 0
352
+ ],
353
+ "mean": [
354
+ 0.0
355
+ ],
356
+ "std": [
357
+ 0.0
358
+ ],
359
+ "count": [
360
+ 10499
361
+ ],
362
+ "q01": [
363
+ 3.9999999999994176e-16
364
+ ],
365
+ "q10": [
366
+ 3.999999999999417e-15
367
+ ],
368
+ "q50": [
369
+ 1.9999999999997088e-14
370
+ ],
371
+ "q90": [
372
+ 3.5999999999994785e-14
373
+ ],
374
+ "q99": [
375
+ 3.959999999999421e-14
376
+ ]
377
+ },
378
+ "frame_index": {
379
+ "min": [
380
+ 0
381
+ ],
382
+ "max": [
383
+ 299
384
+ ],
385
+ "mean": [
386
+ 149.4857605486237
387
+ ],
388
+ "std": [
389
+ 86.59389130726626
390
+ ],
391
+ "count": [
392
+ 10499
393
+ ],
394
+ "q01": [
395
+ 2.032989369936601
396
+ ],
397
+ "q10": [
398
+ 29.003462497300085
399
+ ],
400
+ "q50": [
401
+ 149.02183352700231
402
+ ],
403
+ "q90": [
404
+ 269.0385072141003
405
+ ],
406
+ "q99": [
407
+ 296.00898034146377
408
+ ]
409
+ },
410
+ "index": {
411
+ "min": [
412
+ 0
413
+ ],
414
+ "max": [
415
+ 10498
416
+ ],
417
+ "mean": [
418
+ 5249.0
419
+ ],
420
+ "std": [
421
+ 3030.8002243631963
422
+ ],
423
+ "count": [
424
+ 10499
425
+ ],
426
+ "q01": [
427
+ 5101.547228821313
428
+ ],
429
+ "q10": [
430
+ 5128.517701948677
431
+ ],
432
+ "q50": [
433
+ 5248.536072978378
434
+ ],
435
+ "q90": [
436
+ 5368.552746665477
437
+ ],
438
+ "q99": [
439
+ 5395.523219792841
440
+ ]
441
+ },
442
+ "timestamp": {
443
+ "min": [
444
+ 0.0
445
+ ],
446
+ "max": [
447
+ 9.966666666666667
448
+ ],
449
+ "mean": [
450
+ 4.982858684954123
451
+ ],
452
+ "std": [
453
+ 2.886463043575542
454
+ ],
455
+ "count": [
456
+ 10499
457
+ ],
458
+ "q01": [
459
+ 0.06776631223586804
460
+ ],
461
+ "q10": [
462
+ 0.9667820831654258
463
+ ],
464
+ "q50": [
465
+ 4.9673944508997785
466
+ ],
467
+ "q90": [
468
+ 8.967950240547319
469
+ ],
470
+ "q99": [
471
+ 9.866966011476881
472
+ ]
473
+ }
474
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:703fd3c8e63406e9b8fc72776c761ca8c904b48238cbbca44ee1bcb43d0f8d17
3
+ size 2346
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:c67d7254d63435b526bb8b9488fc53eebe6f829b54ddf4abe06e0fecf4523cba
3
+ size 47950574
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:dd7b46b1a35b7c564810945da0d013285c01c9d4499ff97d1c99d4d94485f6fb
3
+ size 4936830
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:5ad17c1bbcf26339ba8f9b0feeea2bb5ec46d99ce1c5c1941e5cd1c0051ed320
3
+ size 1626390