satvikahuja commited on
Commit
3cd0c29
·
verified ·
1 Parent(s): fecbee5

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:2149545685ad84e20ff8c6a06bb98de1f6e24a867fe1ef09998740ca7499550b
3
+ size 3781774
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dd073bc792542016bbb7dacb6d80bb4c8bf3a16c15d34d8918e04c16f718060
3
+ size 94016
meta/info.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 21,
5
+ "total_frames": 18421,
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:21"
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
+ 7
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
+ "ee_object_distance"
44
+ ]
45
+ },
46
+ "observation.images.gripper": {
47
+ "dtype": "video",
48
+ "shape": [
49
+ 480,
50
+ 640,
51
+ 3
52
+ ],
53
+ "names": [
54
+ "height",
55
+ "width",
56
+ "channels"
57
+ ],
58
+ "info": {
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.codec": "av1",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "video.fps": 30,
65
+ "video.channels": 3,
66
+ "has_audio": false
67
+ }
68
+ },
69
+ "observation.poses": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 48
73
+ ],
74
+ "names": [
75
+ "poses.ee.m00",
76
+ "poses.ee.m01",
77
+ "poses.ee.m02",
78
+ "poses.ee.m03",
79
+ "poses.ee.m10",
80
+ "poses.ee.m11",
81
+ "poses.ee.m12",
82
+ "poses.ee.m13",
83
+ "poses.ee.m20",
84
+ "poses.ee.m21",
85
+ "poses.ee.m22",
86
+ "poses.ee.m23",
87
+ "poses.ee.m30",
88
+ "poses.ee.m31",
89
+ "poses.ee.m32",
90
+ "poses.ee.m33",
91
+ "poses.obj.m00",
92
+ "poses.obj.m01",
93
+ "poses.obj.m02",
94
+ "poses.obj.m03",
95
+ "poses.obj.m10",
96
+ "poses.obj.m11",
97
+ "poses.obj.m12",
98
+ "poses.obj.m13",
99
+ "poses.obj.m20",
100
+ "poses.obj.m21",
101
+ "poses.obj.m22",
102
+ "poses.obj.m23",
103
+ "poses.obj.m30",
104
+ "poses.obj.m31",
105
+ "poses.obj.m32",
106
+ "poses.obj.m33",
107
+ "poses.rel.m00",
108
+ "poses.rel.m01",
109
+ "poses.rel.m02",
110
+ "poses.rel.m03",
111
+ "poses.rel.m10",
112
+ "poses.rel.m11",
113
+ "poses.rel.m12",
114
+ "poses.rel.m13",
115
+ "poses.rel.m20",
116
+ "poses.rel.m21",
117
+ "poses.rel.m22",
118
+ "poses.rel.m23",
119
+ "poses.rel.m30",
120
+ "poses.rel.m31",
121
+ "poses.rel.m32",
122
+ "poses.rel.m33"
123
+ ]
124
+ },
125
+ "observation.images.top": {
126
+ "dtype": "video",
127
+ "shape": [
128
+ 480,
129
+ 640,
130
+ 3
131
+ ],
132
+ "names": [
133
+ "height",
134
+ "width",
135
+ "channels"
136
+ ],
137
+ "info": {
138
+ "video.height": 480,
139
+ "video.width": 640,
140
+ "video.codec": "av1",
141
+ "video.pix_fmt": "yuv420p",
142
+ "video.is_depth_map": false,
143
+ "video.fps": 30,
144
+ "video.channels": 3,
145
+ "has_audio": false
146
+ }
147
+ },
148
+ "timestamp": {
149
+ "dtype": "float32",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "frame_index": {
156
+ "dtype": "int64",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "episode_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ },
169
+ "index": {
170
+ "dtype": "int64",
171
+ "shape": [
172
+ 1
173
+ ],
174
+ "names": null
175
+ },
176
+ "task_index": {
177
+ "dtype": "int64",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null
182
+ }
183
+ }
184
+ }
meta/stats.json ADDED
@@ -0,0 +1,516 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.top": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 0.796078431372549
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 0.8156862745098039
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 0.8431372549019608
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.48177073928917197
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.4848945393148335
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.4697255375826713
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.19577384047399968
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.19751166014000582
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.20960251055171453
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 3362
73
+ ]
74
+ },
75
+ "observation.images.gripper": {
76
+ "min": [
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ],
87
+ [
88
+ [
89
+ 0.0
90
+ ]
91
+ ]
92
+ ],
93
+ "max": [
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ],
104
+ [
105
+ [
106
+ 1.0
107
+ ]
108
+ ]
109
+ ],
110
+ "mean": [
111
+ [
112
+ [
113
+ 0.5475925828925166
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.5427086906768458
119
+ ]
120
+ ],
121
+ [
122
+ [
123
+ 0.5319907403559778
124
+ ]
125
+ ]
126
+ ],
127
+ "std": [
128
+ [
129
+ [
130
+ 0.19750305240969002
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.20582343688189625
136
+ ]
137
+ ],
138
+ [
139
+ [
140
+ 0.22688215422670457
141
+ ]
142
+ ]
143
+ ],
144
+ "count": [
145
+ 3362
146
+ ]
147
+ },
148
+ "action": {
149
+ "min": [
150
+ -75.56053924560547,
151
+ -92.65006256103516,
152
+ -100.0,
153
+ -22.71796989440918,
154
+ -13.94383430480957,
155
+ 1.470588207244873
156
+ ],
157
+ "max": [
158
+ 18.721973419189453,
159
+ 70.2735824584961,
160
+ 100.0,
161
+ 77.15923309326172,
162
+ 25.958486557006836,
163
+ 85.29412078857422
164
+ ],
165
+ "mean": [
166
+ -9.455932400088882,
167
+ -25.8256376575915,
168
+ 36.26645507520512,
169
+ 31.221624268259017,
170
+ 2.848724999949744,
171
+ 24.45157817214975
172
+ ],
173
+ "std": [
174
+ 20.633127946524038,
175
+ 46.366253235162475,
176
+ 44.00621460031966,
177
+ 22.526987450454875,
178
+ 5.245807631787677,
179
+ 26.04425048528165
180
+ ],
181
+ "count": [
182
+ 18421
183
+ ]
184
+ },
185
+ "episode_index": {
186
+ "min": [
187
+ 0
188
+ ],
189
+ "max": [
190
+ 20
191
+ ],
192
+ "mean": [
193
+ 9.982357092448835
194
+ ],
195
+ "std": [
196
+ 6.17058972204287
197
+ ],
198
+ "count": [
199
+ 18421
200
+ ]
201
+ },
202
+ "observation.poses": {
203
+ "min": [
204
+ -0.9768013954162598,
205
+ -0.9525327682495117,
206
+ 0.03637177124619484,
207
+ 0.09676650911569595,
208
+ -0.8033175468444824,
209
+ 0.30029481649398804,
210
+ -0.20065832138061523,
211
+ -0.08532865345478058,
212
+ -0.9479601383209229,
213
+ -0.21286386251449585,
214
+ -0.9982484579086304,
215
+ -0.023653244599699974,
216
+ 0.0,
217
+ 0.0,
218
+ 0.0,
219
+ 1.0,
220
+ -0.9983921647071838,
221
+ -0.9996355175971985,
222
+ -0.9989868998527527,
223
+ 0.07358327507972717,
224
+ -0.9928612112998962,
225
+ -0.9990401864051819,
226
+ -0.9988648295402527,
227
+ -0.018682673573493958,
228
+ -0.9999059438705444,
229
+ -0.9984667301177979,
230
+ -0.9996598362922668,
231
+ 0.014956657774746418,
232
+ 0.0,
233
+ 0.0,
234
+ 0.0,
235
+ 1.0,
236
+ -0.9443449378013611,
237
+ -0.9437880516052246,
238
+ -0.991891622543335,
239
+ -0.24536950886249542,
240
+ -0.9837363958358765,
241
+ -0.9999651312828064,
242
+ -0.9971294403076172,
243
+ -0.04571470245718956,
244
+ -0.9890187382698059,
245
+ -0.9776869416236877,
246
+ -0.9328526258468628,
247
+ -0.13415150344371796,
248
+ 0.0,
249
+ 0.0,
250
+ 0.0,
251
+ 1.0
252
+ ],
253
+ "max": [
254
+ -0.20230942964553833,
255
+ 0.24061566591262817,
256
+ 0.9478480219841003,
257
+ 0.44237077236175537,
258
+ 0.1984318196773529,
259
+ 0.9999985098838806,
260
+ 0.818121612071991,
261
+ 0.2770262658596039,
262
+ -0.05816343054175377,
263
+ 0.16237546503543854,
264
+ -0.31510668992996216,
265
+ 0.16452066600322723,
266
+ 0.0,
267
+ 0.0,
268
+ 0.0,
269
+ 1.0,
270
+ 0.9957662224769592,
271
+ 0.9969841837882996,
272
+ 0.9973567724227905,
273
+ 0.4159284234046936,
274
+ 0.999132513999939,
275
+ 0.9999505281448364,
276
+ 0.9980210661888123,
277
+ 0.2806638181209564,
278
+ 0.9992079734802246,
279
+ 0.9991547465324402,
280
+ 0.9999862909317017,
281
+ 0.2074863165616989,
282
+ 0.0,
283
+ 0.0,
284
+ 0.0,
285
+ 1.0,
286
+ 0.9893369674682617,
287
+ 0.8749421834945679,
288
+ 0.994327962398529,
289
+ 0.08295105397701263,
290
+ 0.9994404315948486,
291
+ 0.9998191595077515,
292
+ 0.9983646869659424,
293
+ 0.2871973216533661,
294
+ 0.8779142498970032,
295
+ 0.838239848613739,
296
+ 0.9857987761497498,
297
+ 0.15916447341442108,
298
+ 0.0,
299
+ 0.0,
300
+ 0.0,
301
+ 1.0
302
+ ],
303
+ "mean": [
304
+ -0.669102144936359,
305
+ -0.14556575027080043,
306
+ 0.6099564787179392,
307
+ 0.26423298181313454,
308
+ -0.1049483608139795,
309
+ 0.9281348798958501,
310
+ 0.09921735714980279,
311
+ 0.03499742615978354,
312
+ -0.6589252387465849,
313
+ -0.006334909347201611,
314
+ -0.7159074533161062,
315
+ 0.04699238821573725,
316
+ 0.0,
317
+ 0.0,
318
+ 0.0,
319
+ 1.0,
320
+ -0.10709190186907683,
321
+ -0.06652064380146933,
322
+ 0.15934872384177087,
323
+ 0.287226344832936,
324
+ 0.07451962610663913,
325
+ 0.01729970004565876,
326
+ 0.11768105726966258,
327
+ 0.09293943711693227,
328
+ 0.23073547182614884,
329
+ -0.017772161398218668,
330
+ -0.033545053874183266,
331
+ 0.061046235658708495,
332
+ 0.0,
333
+ 0.0,
334
+ 0.0,
335
+ 1.0,
336
+ -0.07576901150680176,
337
+ 0.0553220996159851,
338
+ -0.14205375285770133,
339
+ -0.03211149296795958,
340
+ 0.08129558334275,
341
+ 0.04410629612404547,
342
+ 0.1256114950527033,
343
+ 0.060191208922081914,
344
+ -0.23201286532019186,
345
+ -0.07827075129230979,
346
+ 0.14485432159008585,
347
+ 0.003288732756973443,
348
+ 0.0,
349
+ 0.0,
350
+ 0.0,
351
+ 1.0
352
+ ],
353
+ "std": [
354
+ 0.180880396144525,
355
+ 0.30837844122562613,
356
+ 0.17677962147736928,
357
+ 0.09284045086651335,
358
+ 0.21271060693922025,
359
+ 0.13945883128835448,
360
+ 0.23024588564327814,
361
+ 0.08529805038275277,
362
+ 0.17071163928057212,
363
+ 0.0528251596170324,
364
+ 0.14601724846781064,
365
+ 0.0440516161592863,
366
+ 0.0,
367
+ 0.0,
368
+ 0.0,
369
+ 0.0,
370
+ 0.5150709086166153,
371
+ 0.6168583428126019,
372
+ 0.5593699388620177,
373
+ 0.08945562976746628,
374
+ 0.48585143455239777,
375
+ 0.7201757699106518,
376
+ 0.4749592954297248,
377
+ 0.09021518781197177,
378
+ 0.6544938043455457,
379
+ 0.30950533633165694,
380
+ 0.6489618524262769,
381
+ 0.0360417851055774,
382
+ 0.0,
383
+ 0.0,
384
+ 0.0,
385
+ 0.0,
386
+ 0.5291123200335422,
387
+ 0.5078280149432394,
388
+ 0.65815128371694,
389
+ 0.07005775611149755,
390
+ 0.571881246916766,
391
+ 0.6628398946153164,
392
+ 0.4574408400613744,
393
+ 0.048948418197947346,
394
+ 0.5716510954661772,
395
+ 0.5400207612533846,
396
+ 0.5483096728697061,
397
+ 0.05726426342910067,
398
+ 0.0,
399
+ 0.0,
400
+ 0.0,
401
+ 0.0
402
+ ],
403
+ "count": [
404
+ 18421
405
+ ]
406
+ },
407
+ "task_index": {
408
+ "min": [
409
+ 0
410
+ ],
411
+ "max": [
412
+ 0
413
+ ],
414
+ "mean": [
415
+ 0.0
416
+ ],
417
+ "std": [
418
+ 0.0
419
+ ],
420
+ "count": [
421
+ 18421
422
+ ]
423
+ },
424
+ "frame_index": {
425
+ "min": [
426
+ 0
427
+ ],
428
+ "max": [
429
+ 1365
430
+ ],
431
+ "mean": [
432
+ 454.89663970468484
433
+ ],
434
+ "std": [
435
+ 283.67166236664735
436
+ ],
437
+ "count": [
438
+ 18421
439
+ ]
440
+ },
441
+ "observation.state": {
442
+ "min": [
443
+ -74.86095428466797,
444
+ -92.04107666015625,
445
+ -95.20144653320312,
446
+ -21.515789031982422,
447
+ -13.504273414611816,
448
+ 2.355316400527954,
449
+ 0.005457206629216671
450
+ ],
451
+ "max": [
452
+ 17.575082778930664,
453
+ 70.90287017822266,
454
+ 100.0,
455
+ 76.75789642333984,
456
+ 25.66544532775879,
457
+ 84.32032012939453,
458
+ 0.2737191617488861
459
+ ],
460
+ "mean": [
461
+ -9.61426038199699,
462
+ -23.654723648333565,
463
+ 38.97163098412767,
464
+ 31.996490895945517,
465
+ 2.8760868227876264,
466
+ 30.84720214063871,
467
+ 0.09004864286657434
468
+ ],
469
+ "std": [
470
+ 20.591676299073118,
471
+ 47.570150925306216,
472
+ 43.46325165189609,
473
+ 22.059202701596426,
474
+ 5.232429438943405,
475
+ 23.43235409919133,
476
+ 0.06879351769161446
477
+ ],
478
+ "count": [
479
+ 18421
480
+ ]
481
+ },
482
+ "index": {
483
+ "min": [
484
+ 0
485
+ ],
486
+ "max": [
487
+ 18420
488
+ ],
489
+ "mean": [
490
+ 9210.0
491
+ ],
492
+ "std": [
493
+ 5317.684646535558
494
+ ],
495
+ "count": [
496
+ 18421
497
+ ]
498
+ },
499
+ "timestamp": {
500
+ "min": [
501
+ 0.0
502
+ ],
503
+ "max": [
504
+ 45.5
505
+ ],
506
+ "mean": [
507
+ 15.163221323489493
508
+ ],
509
+ "std": [
510
+ 9.455722078888241
511
+ ],
512
+ "count": [
513
+ 18421
514
+ ]
515
+ }
516
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:842c62b95531804fc3ae33bb65ee2b5571340a3251663697c21ed31bef8098f0
3
+ size 2111
videos/observation.images.gripper/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c4ea2ac3aa2fca2cc72fa4427621cc9f479528a11dee1e970fb6088561dd43
3
+ size 52908944
videos/observation.images.top/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d1bdfdce4d07c8b95d5cb7629b759a381de87278d3d7a62a5f3cc32d3ed81f0
3
+ size 102363250