aliberts commited on
Commit
dbed6b9
·
verified ·
1 Parent(s): 6c610e0

Delete folder meta with huggingface_hub

Browse files
Files changed (4) hide show
  1. meta/episodes.jsonl +0 -25
  2. meta/info.json +0 -145
  3. meta/stats.json +0 -550
  4. meta/tasks.jsonl +0 -1
meta/episodes.jsonl DELETED
@@ -1,25 +0,0 @@
1
- {"episode_index": 0, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
2
- {"episode_index": 1, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
3
- {"episode_index": 2, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
4
- {"episode_index": 3, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
5
- {"episode_index": 4, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
6
- {"episode_index": 5, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
7
- {"episode_index": 6, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
8
- {"episode_index": 7, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
9
- {"episode_index": 8, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
10
- {"episode_index": 9, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
11
- {"episode_index": 10, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
12
- {"episode_index": 11, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
13
- {"episode_index": 12, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
14
- {"episode_index": 13, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
15
- {"episode_index": 14, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
16
- {"episode_index": 15, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
17
- {"episode_index": 16, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
18
- {"episode_index": 17, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
19
- {"episode_index": 18, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
20
- {"episode_index": 19, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
21
- {"episode_index": 20, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
22
- {"episode_index": 21, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
23
- {"episode_index": 22, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
24
- {"episode_index": 23, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
25
- {"episode_index": 24, "tasks": ["Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."], "length": 350}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/info.json DELETED
@@ -1,145 +0,0 @@
1
- {
2
- "codebase_version": "v2.0",
3
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
4
- "robot_type": "aloha",
5
- "total_episodes": 25,
6
- "total_frames": 8750,
7
- "total_tasks": 1,
8
- "total_videos": 100,
9
- "total_chunks": 1,
10
- "chunks_size": 1000,
11
- "fps": 50,
12
- "splits": {
13
- "train": "0:25"
14
- },
15
- "keys": [
16
- "observation.state",
17
- "observation.effort",
18
- "action"
19
- ],
20
- "video_keys": [
21
- "observation.images.cam_high",
22
- "observation.images.cam_left_wrist",
23
- "observation.images.cam_low",
24
- "observation.images.cam_right_wrist"
25
- ],
26
- "image_keys": [],
27
- "shapes": {
28
- "observation.state": 14,
29
- "observation.effort": 14,
30
- "action": 14,
31
- "observation.images.cam_high": {
32
- "width": 640,
33
- "height": 480,
34
- "channels": 3
35
- },
36
- "observation.images.cam_left_wrist": {
37
- "width": 640,
38
- "height": 480,
39
- "channels": 3
40
- },
41
- "observation.images.cam_low": {
42
- "width": 640,
43
- "height": 480,
44
- "channels": 3
45
- },
46
- "observation.images.cam_right_wrist": {
47
- "width": 640,
48
- "height": 480,
49
- "channels": 3
50
- }
51
- },
52
- "names": {
53
- "observation.state": [
54
- "left_waist",
55
- "left_shoulder",
56
- "left_elbow",
57
- "left_forearm_roll",
58
- "left_wrist_angle",
59
- "left_wrist_rotate",
60
- "left_gripper",
61
- "right_waist",
62
- "right_shoulder",
63
- "right_elbow",
64
- "right_forearm_roll",
65
- "right_wrist_angle",
66
- "right_wrist_rotate",
67
- "right_gripper"
68
- ],
69
- "action": [
70
- "left_waist",
71
- "left_shoulder",
72
- "left_elbow",
73
- "left_forearm_roll",
74
- "left_wrist_angle",
75
- "left_wrist_rotate",
76
- "left_gripper",
77
- "right_waist",
78
- "right_shoulder",
79
- "right_elbow",
80
- "right_forearm_roll",
81
- "right_wrist_angle",
82
- "right_wrist_rotate",
83
- "right_gripper"
84
- ],
85
- "observation.effort": [
86
- "left_waist",
87
- "left_shoulder",
88
- "left_elbow",
89
- "left_forearm_roll",
90
- "left_wrist_angle",
91
- "left_wrist_rotate",
92
- "left_gripper",
93
- "right_waist",
94
- "right_shoulder",
95
- "right_elbow",
96
- "right_forearm_roll",
97
- "right_wrist_angle",
98
- "right_wrist_rotate",
99
- "right_gripper"
100
- ]
101
- },
102
- "videos": {
103
- "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
104
- "observation.images.cam_high": {
105
- "video.fps": 50.0,
106
- "video.width": 640,
107
- "video.height": 480,
108
- "video.channels": 3,
109
- "video.codec": "av1",
110
- "video.pix_fmt": "yuv420p",
111
- "video.is_depth_map": false,
112
- "has_audio": false
113
- },
114
- "observation.images.cam_left_wrist": {
115
- "video.fps": 50.0,
116
- "video.width": 640,
117
- "video.height": 480,
118
- "video.channels": 3,
119
- "video.codec": "av1",
120
- "video.pix_fmt": "yuv420p",
121
- "video.is_depth_map": false,
122
- "has_audio": false
123
- },
124
- "observation.images.cam_low": {
125
- "video.fps": 50.0,
126
- "video.width": 640,
127
- "video.height": 480,
128
- "video.channels": 3,
129
- "video.codec": "av1",
130
- "video.pix_fmt": "yuv420p",
131
- "video.is_depth_map": false,
132
- "has_audio": false
133
- },
134
- "observation.images.cam_right_wrist": {
135
- "video.fps": 50.0,
136
- "video.width": 640,
137
- "video.height": 480,
138
- "video.channels": 3,
139
- "video.codec": "av1",
140
- "video.pix_fmt": "yuv420p",
141
- "video.is_depth_map": false,
142
- "has_audio": false
143
- }
144
- }
145
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/stats.json DELETED
@@ -1,550 +0,0 @@
1
- {
2
- "action": {
3
- "max": [
4
- 0.06749515980482101,
5
- -0.14419420063495636,
6
- 1.2057089805603027,
7
- 0.09357283264398575,
8
- 0.6979612708091736,
9
- 0.030679617077112198,
10
- 1.0532722473144531,
11
- 0.07976700365543365,
12
- 0.46786415576934814,
13
- 1.1734952926635742,
14
- 0.19174760580062866,
15
- 0.3267379105091095,
16
- 0.1871456652879715,
17
- 1.038834810256958
18
- ],
19
- "mean": [
20
- -0.006822092458605766,
21
- -0.6686888337135315,
22
- 1.0881553888320923,
23
- 0.012335136532783508,
24
- -0.268628865480423,
25
- -0.005175389349460602,
26
- 0.477171927690506,
27
- 0.003699786728248,
28
- -0.05436321720480919,
29
- 0.7626938819885254,
30
- 0.054594285786151886,
31
- -0.47598975896835327,
32
- 0.030651386827230453,
33
- 0.6058222055435181
34
- ],
35
- "min": [
36
- -0.05982525274157524,
37
- -0.9664078950881958,
38
- 0.8452234268188477,
39
- -0.06289321184158325,
40
- -0.9111846089363098,
41
- -0.10431069880723953,
42
- -0.04397515580058098,
43
- -0.0951068103313446,
44
- -0.9495341181755066,
45
- 0.19941750168800354,
46
- -0.06902913749217987,
47
- -1.1090681552886963,
48
- -0.030679617077112198,
49
- -0.058412663638591766
50
- ],
51
- "std": [
52
- 0.022528089582920074,
53
- 0.2562352120876312,
54
- 0.08850987255573273,
55
- 0.022572027519345284,
56
- 0.4264445900917053,
57
- 0.011593463830649853,
58
- 0.3991451561450958,
59
- 0.03715521842241287,
60
- 0.26341238617897034,
61
- 0.19279508292675018,
62
- 0.053058721125125885,
63
- 0.4573909044265747,
64
- 0.03079468570649624,
65
- 0.3521472215652466
66
- ]
67
- },
68
- "episode_index": {
69
- "max": [
70
- 24.0
71
- ],
72
- "mean": [
73
- 12.0
74
- ],
75
- "min": [
76
- 0.0
77
- ],
78
- "std": [
79
- 7.211103916168213
80
- ]
81
- },
82
- "frame_index": {
83
- "max": [
84
- 349.0
85
- ],
86
- "mean": [
87
- 174.49998474121094
88
- ],
89
- "min": [
90
- 0.0
91
- ],
92
- "std": [
93
- 101.035888671875
94
- ]
95
- },
96
- "index": {
97
- "max": [
98
- 8749.0
99
- ],
100
- "mean": [
101
- 4374.49853515625
102
- ],
103
- "min": [
104
- 0.0
105
- ],
106
- "std": [
107
- 2525.907470703125
108
- ]
109
- },
110
- "next.done": {
111
- "max": [
112
- 1.0
113
- ],
114
- "mean": [
115
- 0.0028571425937116146
116
- ],
117
- "min": [
118
- 0.0
119
- ],
120
- "std": [
121
- 0.05337583273649216
122
- ]
123
- },
124
- "observation.effort": {
125
- "max": [
126
- 156.02000427246094,
127
- 390.0500183105469,
128
- -72.6300048828125,
129
- 196.37001037597656,
130
- 863.489990234375,
131
- 78.01000213623047,
132
- 653.6700439453125,
133
- 629.4600219726562,
134
- 632.1500244140625,
135
- 43.040000915527344,
136
- 312.0400085449219,
137
- 252.86000061035156,
138
- 91.45999908447266,
139
- 664.4299926757812
140
- ],
141
- "mean": [
142
- -12.11299991607666,
143
- 31.056743621826172,
144
- -401.8785400390625,
145
- 11.402833938598633,
146
- -142.49807739257812,
147
- 3.744480848312378,
148
- -291.4318542480469,
149
- 7.823747634887695,
150
- -462.9990234375,
151
- -394.42791748046875,
152
- 12.723546981811523,
153
- -92.31529235839844,
154
- 1.9300366640090942,
155
- -208.07379150390625
156
- ],
157
- "min": [
158
- -594.489990234375,
159
- -688.6400146484375,
160
- -804.3099975585938,
161
- -61.87000274658203,
162
- -788.1700439453125,
163
- -67.25,
164
- -774.7200317382812,
165
- -282.45001220703125,
166
- -1484.8800048828125,
167
- -879.6300048828125,
168
- -123.74000549316406,
169
- -911.9100341796875,
170
- -51.11000061035156,
171
- -745.1300048828125
172
- ],
173
- "std": [
174
- 35.164737701416016,
175
- 189.7101593017578,
176
- 155.7901611328125,
177
- 25.54706573486328,
178
- 118.00457000732422,
179
- 14.303618431091309,
180
- 296.8179626464844,
181
- 65.92423248291016,
182
- 289.3677062988281,
183
- 164.0850067138672,
184
- 37.03668212890625,
185
- 96.71582794189453,
186
- 7.529343605041504,
187
- 286.04400634765625
188
- ]
189
- },
190
- "observation.images.cam_high": {
191
- "max": [
192
- [
193
- [
194
- 1.0
195
- ]
196
- ],
197
- [
198
- [
199
- 1.0
200
- ]
201
- ],
202
- [
203
- [
204
- 1.0
205
- ]
206
- ]
207
- ],
208
- "mean": [
209
- [
210
- [
211
- 0.4378489851951599
212
- ]
213
- ],
214
- [
215
- [
216
- 0.47323501110076904
217
- ]
218
- ],
219
- [
220
- [
221
- 0.4899740219116211
222
- ]
223
- ]
224
- ],
225
- "min": [
226
- [
227
- [
228
- 0.0
229
- ]
230
- ],
231
- [
232
- [
233
- 0.0
234
- ]
235
- ],
236
- [
237
- [
238
- 0.0
239
- ]
240
- ]
241
- ],
242
- "std": [
243
- [
244
- [
245
- 0.20974712073802948
246
- ]
247
- ],
248
- [
249
- [
250
- 0.2067691832780838
251
- ]
252
- ],
253
- [
254
- [
255
- 0.24658074975013733
256
- ]
257
- ]
258
- ]
259
- },
260
- "observation.images.cam_left_wrist": {
261
- "max": [
262
- [
263
- [
264
- 1.0
265
- ]
266
- ],
267
- [
268
- [
269
- 1.0
270
- ]
271
- ],
272
- [
273
- [
274
- 1.0
275
- ]
276
- ]
277
- ],
278
- "mean": [
279
- [
280
- [
281
- 0.39831671118736267
282
- ]
283
- ],
284
- [
285
- [
286
- 0.4176681339740753
287
- ]
288
- ],
289
- [
290
- [
291
- 0.40882182121276855
292
- ]
293
- ]
294
- ],
295
- "min": [
296
- [
297
- [
298
- 0.0
299
- ]
300
- ],
301
- [
302
- [
303
- 0.0
304
- ]
305
- ],
306
- [
307
- [
308
- 0.0
309
- ]
310
- ]
311
- ],
312
- "std": [
313
- [
314
- [
315
- 0.28878799080848694
316
- ]
317
- ],
318
- [
319
- [
320
- 0.2827455699443817
321
- ]
322
- ],
323
- [
324
- [
325
- 0.29415062069892883
326
- ]
327
- ]
328
- ]
329
- },
330
- "observation.images.cam_low": {
331
- "max": [
332
- [
333
- [
334
- 1.0
335
- ]
336
- ],
337
- [
338
- [
339
- 1.0
340
- ]
341
- ],
342
- [
343
- [
344
- 1.0
345
- ]
346
- ]
347
- ],
348
- "mean": [
349
- [
350
- [
351
- 0.375105082988739
352
- ]
353
- ],
354
- [
355
- [
356
- 0.39347004890441895
357
- ]
358
- ],
359
- [
360
- [
361
- 0.39872586727142334
362
- ]
363
- ]
364
- ],
365
- "min": [
366
- [
367
- [
368
- 0.0
369
- ]
370
- ],
371
- [
372
- [
373
- 0.0
374
- ]
375
- ],
376
- [
377
- [
378
- 0.0
379
- ]
380
- ]
381
- ],
382
- "std": [
383
- [
384
- [
385
- 0.2822231948375702
386
- ]
387
- ],
388
- [
389
- [
390
- 0.27352088689804077
391
- ]
392
- ],
393
- [
394
- [
395
- 0.280580997467041
396
- ]
397
- ]
398
- ]
399
- },
400
- "observation.images.cam_right_wrist": {
401
- "max": [
402
- [
403
- [
404
- 1.0
405
- ]
406
- ],
407
- [
408
- [
409
- 1.0
410
- ]
411
- ],
412
- [
413
- [
414
- 1.0
415
- ]
416
- ]
417
- ],
418
- "mean": [
419
- [
420
- [
421
- 0.40227919816970825
422
- ]
423
- ],
424
- [
425
- [
426
- 0.4301016628742218
427
- ]
428
- ],
429
- [
430
- [
431
- 0.42548292875289917
432
- ]
433
- ]
434
- ],
435
- "min": [
436
- [
437
- [
438
- 0.0
439
- ]
440
- ],
441
- [
442
- [
443
- 0.0
444
- ]
445
- ],
446
- [
447
- [
448
- 0.0
449
- ]
450
- ]
451
- ],
452
- "std": [
453
- [
454
- [
455
- 0.2792726755142212
456
- ]
457
- ],
458
- [
459
- [
460
- 0.2746647894382477
461
- ]
462
- ],
463
- [
464
- [
465
- 0.2914749085903168
466
- ]
467
- ]
468
- ]
469
- },
470
- "observation.state": {
471
- "max": [
472
- 0.06596117466688156,
473
- -0.1395922601222992,
474
- 1.2164467573165894,
475
- 0.08897088468074799,
476
- 0.699495255947113,
477
- 0.029145635664463043,
478
- 0.9999999403953552,
479
- 0.07669904083013535,
480
- 0.4801360070705414,
481
- 1.1842331886291504,
482
- 0.18867963552474976,
483
- 0.323669970035553,
484
- 0.18561168015003204,
485
- 0.9999905228614807
486
- ],
487
- "mean": [
488
- -0.006527392193675041,
489
- -0.6764683723449707,
490
- 1.1053528785705566,
491
- 0.011335856281220913,
492
- -0.2608266770839691,
493
- -0.005143829621374607,
494
- 0.540105402469635,
495
- 0.0033986002672463655,
496
- -0.04598752409219742,
497
- 0.7819345593452454,
498
- 0.0526520311832428,
499
- -0.46574103832244873,
500
- 0.029887903481721878,
501
- 0.625262439250946
502
- ],
503
- "min": [
504
- -0.058291271328926086,
505
- -0.9710098505020142,
506
- 0.8666991591453552,
507
- -0.05982525274157524,
508
- -0.9004467725753784,
509
- -0.0951068103313446,
510
- 0.15168704092502594,
511
- -0.09357283264398575,
512
- -0.9679418802261353,
513
- 0.21015536785125732,
514
- -0.06596117466688156,
515
- -1.0983302593231201,
516
- -0.02454369328916073,
517
- 0.12692944705486298
518
- ],
519
- "std": [
520
- 0.021432705223560333,
521
- 0.26343944668769836,
522
- 0.08576209098100662,
523
- 0.021688910201191902,
524
- 0.42035922408103943,
525
- 0.01068017166107893,
526
- 0.3580540120601654,
527
- 0.03753064572811127,
528
- 0.28839558362960815,
529
- 0.19656533002853394,
530
- 0.052588995546102524,
531
- 0.45456528663635254,
532
- 0.030884845182299614,
533
- 0.35141581296920776
534
- ]
535
- },
536
- "timestamp": {
537
- "max": [
538
- 6.980000019073486
539
- ],
540
- "mean": [
541
- 3.490000009536743
542
- ],
543
- "min": [
544
- 0.0
545
- ],
546
- "std": [
547
- 2.0207176208496094
548
- ]
549
- }
550
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta/tasks.jsonl DELETED
@@ -1 +0,0 @@
1
- {"task_index": 0, "task": "Pick up the pencil with the right arm, hand it over to the left arm then place it back onto the table."}