Anlorla commited on
Commit
c2f66fb
·
verified ·
1 Parent(s): 771efc7

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:17c7e8947736aa6337c9697a62430afee6db35e66df955a4bb4128f5d12a065d
3
+ size 1113269
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f31bb56b252c74c36dcc6e4fd7ab406523995d5f7b9b688ac1649b4aab63bd
3
+ size 206786
meta/info.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "zeno",
4
+ "total_episodes": 200,
5
+ "total_frames": 20457,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:200"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 14
19
+ ],
20
+ "names": [
21
+ "left_joint_0",
22
+ "left_joint_1",
23
+ "left_joint_2",
24
+ "left_joint_3",
25
+ "left_joint_4",
26
+ "left_joint_5",
27
+ "left_joint_6",
28
+ "right_joint_0",
29
+ "right_joint_1",
30
+ "right_joint_2",
31
+ "right_joint_3",
32
+ "right_joint_4",
33
+ "right_joint_5",
34
+ "right_joint_6"
35
+ ],
36
+ "fps": 10
37
+ },
38
+ "observation.state": {
39
+ "dtype": "float32",
40
+ "shape": [
41
+ 14
42
+ ],
43
+ "names": [
44
+ "left_joint_0",
45
+ "left_joint_1",
46
+ "left_joint_2",
47
+ "left_joint_3",
48
+ "left_joint_4",
49
+ "left_joint_5",
50
+ "left_joint_6",
51
+ "right_joint_0",
52
+ "right_joint_1",
53
+ "right_joint_2",
54
+ "right_joint_3",
55
+ "right_joint_4",
56
+ "right_joint_5",
57
+ "right_joint_6"
58
+ ],
59
+ "fps": 10
60
+ },
61
+ "observation.images.main": {
62
+ "dtype": "video",
63
+ "shape": [
64
+ 256,
65
+ 256,
66
+ 3
67
+ ],
68
+ "names": [
69
+ "height",
70
+ "width",
71
+ "channels"
72
+ ],
73
+ "info": {
74
+ "video.height": 256,
75
+ "video.width": 256,
76
+ "video.codec": "av1",
77
+ "video.pix_fmt": "yuv420p",
78
+ "video.is_depth_map": false,
79
+ "video.fps": 10,
80
+ "video.channels": 3,
81
+ "has_audio": false
82
+ }
83
+ },
84
+ "observation.images.secondary_0": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 256,
88
+ 256,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
95
+ ],
96
+ "info": {
97
+ "video.height": 256,
98
+ "video.width": 256,
99
+ "video.codec": "av1",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "video.fps": 10,
103
+ "video.channels": 3,
104
+ "has_audio": false
105
+ }
106
+ },
107
+ "observation.images.secondary_1": {
108
+ "dtype": "video",
109
+ "shape": [
110
+ 256,
111
+ 256,
112
+ 3
113
+ ],
114
+ "names": [
115
+ "height",
116
+ "width",
117
+ "channels"
118
+ ],
119
+ "info": {
120
+ "video.height": 256,
121
+ "video.width": 256,
122
+ "video.codec": "av1",
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.is_depth_map": false,
125
+ "video.fps": 10,
126
+ "video.channels": 3,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "timestamp": {
131
+ "dtype": "float32",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null,
136
+ "fps": 10
137
+ },
138
+ "frame_index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null,
144
+ "fps": 10
145
+ },
146
+ "episode_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null,
152
+ "fps": 10
153
+ },
154
+ "index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null,
160
+ "fps": 10
161
+ },
162
+ "task_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null,
168
+ "fps": 10
169
+ }
170
+ },
171
+ "data_files_size_in_mb": 100,
172
+ "video_files_size_in_mb": 200
173
+ }
meta/stats.json ADDED
@@ -0,0 +1,444 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ -0.5922586917877197,
5
+ -0.036597512662410736,
6
+ -1.1720972061157227,
7
+ -1.7877832651138306,
8
+ -0.5216732621192932,
9
+ -1.1438554525375366,
10
+ 0.005179999861866236,
11
+ -0.7983943819999695,
12
+ -0.03303893655538559,
13
+ -1.3856292963027954,
14
+ -1.4414304494857788,
15
+ -1.1642473936080933,
16
+ -1.664470911026001,
17
+ 0.006500000134110451
18
+ ],
19
+ "max": [
20
+ 0.7796072363853455,
21
+ 1.654842495918274,
22
+ 0.03828958049416542,
23
+ 0.9026933312416077,
24
+ 1.311265468597412,
25
+ 2.0934195518493652,
26
+ 0.005249999929219484,
27
+ 0.9241482019424438,
28
+ 1.766361951828003,
29
+ 0.03797558695077896,
30
+ 1.287433385848999,
31
+ 1.2982052564620972,
32
+ 1.7721883058547974,
33
+ 0.006599999964237213
34
+ ],
35
+ "mean": [
36
+ 0.034330168645570605,
37
+ 0.2774825983649782,
38
+ -0.22929812746211983,
39
+ -0.16051849540972765,
40
+ 0.425800714243185,
41
+ 0.1899695781887633,
42
+ 0.0051980061470583054,
43
+ 0.09445919182038869,
44
+ 0.44008031312968826,
45
+ -0.22425422683112717,
46
+ -0.06850820496722877,
47
+ 0.31652839215813877,
48
+ 0.0019114759617774241,
49
+ 0.006528370836787459
50
+ ],
51
+ "std": [
52
+ 0.12109191337008163,
53
+ 0.5023104996744095,
54
+ 0.2869621898453253,
55
+ 0.3368876640127167,
56
+ 0.20995546849137336,
57
+ 0.44314349840671513,
58
+ 3.0596841217428164e-05,
59
+ 0.18693069122426717,
60
+ 0.5719982069419145,
61
+ 0.33813329056167574,
62
+ 0.3028422522986997,
63
+ 0.24934857890119527,
64
+ 0.32730159108778406,
65
+ 4.50779641561146e-05
66
+ ],
67
+ "count": [
68
+ 20457
69
+ ]
70
+ },
71
+ "frame_index": {
72
+ "min": [
73
+ 0
74
+ ],
75
+ "max": [
76
+ 168
77
+ ],
78
+ "mean": [
79
+ 52.180329471574524
80
+ ],
81
+ "std": [
82
+ 32.22600823275748
83
+ ],
84
+ "count": [
85
+ 20457
86
+ ]
87
+ },
88
+ "action": {
89
+ "min": [
90
+ -0.5959393978118896,
91
+ -0.04150346666574478,
92
+ -1.2052931785583496,
93
+ -1.7903649806976318,
94
+ -0.5716662406921387,
95
+ -1.1838196516036987,
96
+ -0.02500000037252903,
97
+ -0.8044998645782471,
98
+ -0.035092201083898544,
99
+ -1.4147083759307861,
100
+ -1.486761212348938,
101
+ -1.297798752784729,
102
+ -1.694013237953186,
103
+ -0.023900000378489494
104
+ ],
105
+ "max": [
106
+ 0.7843345999717712,
107
+ 1.6359331607818604,
108
+ 0.04903508350253105,
109
+ 0.9482383728027344,
110
+ 1.3227436542510986,
111
+ 2.111875295639038,
112
+ -0.02500000037252903,
113
+ 0.9302361607551575,
114
+ 1.7426904439926147,
115
+ 0.045092739164829254,
116
+ 1.2847156524658203,
117
+ 1.2986708879470825,
118
+ 1.7844688892364502,
119
+ -0.0203000009059906
120
+ ],
121
+ "mean": [
122
+ 0.036327843975432185,
123
+ 0.28209832225834575,
124
+ -0.2524383350042774,
125
+ -0.1745692504401192,
126
+ 0.32465277798136943,
127
+ 0.19344967953048942,
128
+ -0.025000007207964168,
129
+ 0.09614991898665604,
130
+ 0.4456776568356798,
131
+ -0.23167592515221014,
132
+ -0.07407972964773617,
133
+ 0.22141351390029249,
134
+ 0.0006642976969523491,
135
+ -0.021760853317102716
136
+ ],
137
+ "std": [
138
+ 0.12271390955271012,
139
+ 0.4959561943274352,
140
+ 0.28762418305616494,
141
+ 0.3560931333184839,
142
+ 0.24450458042158776,
143
+ 0.4472209491858006,
144
+ 2.1120503480015905e-08,
145
+ 0.18883693046796185,
146
+ 0.5611757083128415,
147
+ 0.35038996588310356,
148
+ 0.31355658987668633,
149
+ 0.27002579267079996,
150
+ 0.33033998804547127,
151
+ 0.0017442937286506995
152
+ ],
153
+ "count": [
154
+ 20457
155
+ ]
156
+ },
157
+ "episode_index": {
158
+ "min": [
159
+ 0
160
+ ],
161
+ "max": [
162
+ 199
163
+ ],
164
+ "mean": [
165
+ 93.35640612015447
166
+ ],
167
+ "std": [
168
+ 57.35301010963221
169
+ ],
170
+ "count": [
171
+ 20457
172
+ ]
173
+ },
174
+ "task_index": {
175
+ "min": [
176
+ 0
177
+ ],
178
+ "max": [
179
+ 0
180
+ ],
181
+ "mean": [
182
+ 0.0
183
+ ],
184
+ "std": [
185
+ 0.0
186
+ ],
187
+ "count": [
188
+ 20457
189
+ ]
190
+ },
191
+ "observation.images.main": {
192
+ "min": [
193
+ [
194
+ [
195
+ 0.0
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.0
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 0.0
206
+ ]
207
+ ]
208
+ ],
209
+ "max": [
210
+ [
211
+ [
212
+ 1.0
213
+ ]
214
+ ],
215
+ [
216
+ [
217
+ 1.0
218
+ ]
219
+ ],
220
+ [
221
+ [
222
+ 1.0
223
+ ]
224
+ ]
225
+ ],
226
+ "mean": [
227
+ [
228
+ [
229
+ 0.4960935312793865
230
+ ]
231
+ ],
232
+ [
233
+ [
234
+ 0.4951972662082805
235
+ ]
236
+ ],
237
+ [
238
+ [
239
+ 0.4887817675025046
240
+ ]
241
+ ]
242
+ ],
243
+ "std": [
244
+ [
245
+ [
246
+ 0.27918734888174823
247
+ ]
248
+ ],
249
+ [
250
+ [
251
+ 0.2812763010087736
252
+ ]
253
+ ],
254
+ [
255
+ [
256
+ 0.28218483935513955
257
+ ]
258
+ ]
259
+ ],
260
+ "count": [
261
+ 18819
262
+ ]
263
+ },
264
+ "timestamp": {
265
+ "min": [
266
+ 0.0
267
+ ],
268
+ "max": [
269
+ 16.8
270
+ ],
271
+ "mean": [
272
+ 5.218032947157453
273
+ ],
274
+ "std": [
275
+ 3.2226008232757475
276
+ ],
277
+ "count": [
278
+ 20457
279
+ ]
280
+ },
281
+ "index": {
282
+ "min": [
283
+ 0
284
+ ],
285
+ "max": [
286
+ 20456
287
+ ],
288
+ "mean": [
289
+ 10228.0
290
+ ],
291
+ "std": [
292
+ 5905.42722135043
293
+ ],
294
+ "count": [
295
+ 20457
296
+ ]
297
+ },
298
+ "observation.images.secondary_0": {
299
+ "min": [
300
+ [
301
+ [
302
+ 0.0
303
+ ]
304
+ ],
305
+ [
306
+ [
307
+ 0.0
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 0.0
313
+ ]
314
+ ]
315
+ ],
316
+ "max": [
317
+ [
318
+ [
319
+ 1.0
320
+ ]
321
+ ],
322
+ [
323
+ [
324
+ 1.0
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 1.0
330
+ ]
331
+ ]
332
+ ],
333
+ "mean": [
334
+ [
335
+ [
336
+ 0.4374854752717464
337
+ ]
338
+ ],
339
+ [
340
+ [
341
+ 0.439861885530956
342
+ ]
343
+ ],
344
+ [
345
+ [
346
+ 0.4318950951572559
347
+ ]
348
+ ]
349
+ ],
350
+ "std": [
351
+ [
352
+ [
353
+ 0.2513317770204542
354
+ ]
355
+ ],
356
+ [
357
+ [
358
+ 0.24142702077320977
359
+ ]
360
+ ],
361
+ [
362
+ [
363
+ 0.24995459627346803
364
+ ]
365
+ ]
366
+ ],
367
+ "count": [
368
+ 18819
369
+ ]
370
+ },
371
+ "observation.images.secondary_1": {
372
+ "min": [
373
+ [
374
+ [
375
+ 0.0
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 0.0
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 0.0
386
+ ]
387
+ ]
388
+ ],
389
+ "max": [
390
+ [
391
+ [
392
+ 1.0
393
+ ]
394
+ ],
395
+ [
396
+ [
397
+ 1.0
398
+ ]
399
+ ],
400
+ [
401
+ [
402
+ 1.0
403
+ ]
404
+ ]
405
+ ],
406
+ "mean": [
407
+ [
408
+ [
409
+ 0.44764160827543925
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 0.4542638808617246
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.4418906204413571
420
+ ]
421
+ ]
422
+ ],
423
+ "std": [
424
+ [
425
+ [
426
+ 0.23431517892956824
427
+ ]
428
+ ],
429
+ [
430
+ [
431
+ 0.22369612068259673
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.23278556712903373
437
+ ]
438
+ ]
439
+ ],
440
+ "count": [
441
+ 18819
442
+ ]
443
+ }
444
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7968a01ad32da6fe21300b4fbf72b625662b7e8b1b13cba217ce2c0233c652c
3
+ size 2478
videos/observation.images.main/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a33c89ab9977766281e9b1f4108bfd839f6082a9b201941f51c1ffbd5429138
3
+ size 53856995
videos/observation.images.secondary_0/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0db6ee8ae7b16c5c7a6b17f12c386b6fca294ba30dfca0bccd6ba0fc04410216
3
+ size 47084235
videos/observation.images.secondary_1/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4019c03ed7fbd7001e3d9a83906416b8765c670bca2ab750dc47ce7615a20c5
3
+ size 49715486