Alessio03 commited on
Commit
dc25e60
·
verified ·
1 Parent(s): d55992b

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-merged-original-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": 91,
125
+ "total_frames": 11623,
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:91"
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:8f6cd53d012d6548c15c90943a5bbf2307184c37cfbc097f85473058c0f66513
3
+ size 262406
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c46800477d83b3aa809c5eb2ea7ebf2eb7e6140f0259198f16029c128f55327
3
+ size 175288
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": 91,
93
+ "total_frames": 8968,
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:91"
103
+ }
104
+ }
meta/stats.json ADDED
@@ -0,0 +1,474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "frame_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 174
8
+ ],
9
+ "mean": [
10
+ 64.41039318592446
11
+ ],
12
+ "std": [
13
+ 38.80708992418329
14
+ ],
15
+ "count": [
16
+ 11623
17
+ ],
18
+ "q01": [
19
+ 0.9957156313220304
20
+ ],
21
+ "q10": [
22
+ 12.476778924465517
23
+ ],
24
+ "q50": [
25
+ 64.16116579196381
26
+ ],
27
+ "q90": [
28
+ 116.28514106176858
29
+ ],
30
+ "q99": [
31
+ 127.82507074052688
32
+ ]
33
+ },
34
+ "timestamp": {
35
+ "min": [
36
+ 0.0
37
+ ],
38
+ "max": [
39
+ 17.4
40
+ ],
41
+ "mean": [
42
+ 6.441039318592446
43
+ ],
44
+ "std": [
45
+ 3.8807089924183282
46
+ ],
47
+ "count": [
48
+ 11623
49
+ ],
50
+ "q01": [
51
+ 0.09957156304361708
52
+ ],
53
+ "q10": [
54
+ 1.2476778923739757
55
+ ],
56
+ "q50": [
57
+ 6.416060562677051
58
+ ],
59
+ "q90": [
60
+ 11.628514106249341
61
+ ],
62
+ "q99": [
63
+ 12.782507074141275
64
+ ]
65
+ },
66
+ "index": {
67
+ "min": [
68
+ 0
69
+ ],
70
+ "max": [
71
+ 2358
72
+ ],
73
+ "mean": [
74
+ 979.6487997935128
75
+ ],
76
+ "std": [
77
+ 580.242159186125
78
+ ],
79
+ "count": [
80
+ 11623
81
+ ],
82
+ "q01": [
83
+ 916.2341222389105
84
+ ],
85
+ "q10": [
86
+ 927.7151855320539
87
+ ],
88
+ "q50": [
89
+ 979.3998140239178
90
+ ],
91
+ "q90": [
92
+ 1031.5235476693572
93
+ ],
94
+ "q99": [
95
+ 1043.0634773481152
96
+ ]
97
+ },
98
+ "action": {
99
+ "min": [
100
+ -61.89011001586914,
101
+ -104.61538696289062,
102
+ -47.42856979370117,
103
+ -80.35164642333984,
104
+ -22.63736343383789,
105
+ 1.0015407800674438
106
+ ],
107
+ "max": [
108
+ 12.04395580291748,
109
+ 66.02198028564453,
110
+ 97.18681335449219,
111
+ 72.61538696289062,
112
+ 13.230769157409668,
113
+ 71.80277252197266
114
+ ],
115
+ "mean": [
116
+ -36.60084076981264,
117
+ -51.086011482415344,
118
+ 72.38250608788006,
119
+ 12.597802455316751,
120
+ -2.566230627324727,
121
+ 18.846230270673246
122
+ ],
123
+ "std": [
124
+ 13.659604827628483,
125
+ 51.71799244010912,
126
+ 31.15326426833316,
127
+ 49.45642353200485,
128
+ 4.30102975905008,
129
+ 18.75582732020898
130
+ ],
131
+ "count": [
132
+ 11623
133
+ ],
134
+ "q01": [
135
+ -48.66520797363263,
136
+ -102.55493390766571,
137
+ 6.350078457369998,
138
+ -57.75425035342626,
139
+ -8.087852560175303,
140
+ 1.903525368237257
141
+ ],
142
+ "q10": [
143
+ -46.46582403133988,
144
+ -102.27917836885068,
145
+ 16.31279848677752,
146
+ -53.69605545705635,
147
+ -7.026988519121522,
148
+ 1.983938857158282
149
+ ],
150
+ "q50": [
151
+ -40.10557928372722,
152
+ -61.7536110348354,
153
+ 85.23928039105778,
154
+ 16.350209868645873,
155
+ -2.712144396457203,
156
+ 6.474888109988761
157
+ ],
158
+ "q90": [
159
+ -19.904539678988197,
160
+ 26.69076011311133,
161
+ 92.30128316352457,
162
+ 65.18271499549353,
163
+ 1.845537278104266,
164
+ 44.978642148852764
165
+ ],
166
+ "q99": [
167
+ -18.661505760840864,
168
+ 39.56016171809748,
169
+ 93.54875605868754,
170
+ 67.20567172125106,
171
+ 2.824271538150031,
172
+ 47.53665804459917
173
+ ]
174
+ },
175
+ "observation.state": {
176
+ "min": [
177
+ -61.58241653442383,
178
+ -102.68132019042969,
179
+ -44.70329666137695,
180
+ -79.47252655029297,
181
+ -22.285715103149414,
182
+ 1.7555705308914185
183
+ ],
184
+ "max": [
185
+ 11.560439109802246,
186
+ 66.81318664550781,
187
+ 96.74725341796875,
188
+ 71.82417297363281,
189
+ 12.79120922088623,
190
+ 71.1006088256836
191
+ ],
192
+ "mean": [
193
+ -36.6348760774375,
194
+ -50.451765192526295,
195
+ 73.50305395972285,
196
+ 12.927265790964602,
197
+ -2.611044622628222,
198
+ 19.631717804058134
199
+ ],
200
+ "std": [
201
+ 13.593192726999364,
202
+ 52.187422856638264,
203
+ 30.69266460023216,
204
+ 49.36106979771018,
205
+ 4.16991763189203,
206
+ 17.782184650643188
207
+ ],
208
+ "count": [
209
+ 11623
210
+ ],
211
+ "q01": [
212
+ -48.21094519185723,
213
+ -102.16072192483752,
214
+ 8.595657995690193,
215
+ -56.85173860207185,
216
+ -7.708143444835469,
217
+ 2.1749854635462786
218
+ ],
219
+ "q10": [
220
+ -46.32844381295555,
221
+ -102.0779963897744,
222
+ 18.183237221545276,
223
+ -52.90061280382579,
224
+ -6.845455421644067,
225
+ 2.272767764381652
226
+ ],
227
+ "q50": [
228
+ -40.15122428591887,
229
+ -61.32585033192586,
230
+ 86.68974028546029,
231
+ 16.64542289446082,
232
+ -2.7637814446637283,
233
+ 8.882175927472732
234
+ ],
235
+ "q90": [
236
+ -20.015010585378267,
237
+ 28.474754856023047,
238
+ 92.77481401739587,
239
+ 65.62158361086856,
240
+ 1.609402378027773,
241
+ 44.56117306457473
242
+ ],
243
+ "q99": [
244
+ -19.136491349171944,
245
+ 40.11929675344818,
246
+ 93.77277967404297,
247
+ 67.11378346064211,
248
+ 2.3560885067626187,
249
+ 47.08309472507441
250
+ ]
251
+ },
252
+ "observation.images.front": {
253
+ "min": [
254
+ [
255
+ [
256
+ 0.0
257
+ ]
258
+ ],
259
+ [
260
+ [
261
+ 0.0
262
+ ]
263
+ ],
264
+ [
265
+ [
266
+ 0.0
267
+ ]
268
+ ]
269
+ ],
270
+ "max": [
271
+ [
272
+ [
273
+ 1.0
274
+ ]
275
+ ],
276
+ [
277
+ [
278
+ 1.0
279
+ ]
280
+ ],
281
+ [
282
+ [
283
+ 1.0
284
+ ]
285
+ ]
286
+ ],
287
+ "mean": [
288
+ [
289
+ [
290
+ 0.5792369375411554
291
+ ]
292
+ ],
293
+ [
294
+ [
295
+ 0.5668657931837595
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.5590574527123648
301
+ ]
302
+ ]
303
+ ],
304
+ "std": [
305
+ [
306
+ [
307
+ 0.007600988119537458
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 0.005270859486340709
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.007458716334443199
318
+ ]
319
+ ]
320
+ ],
321
+ "count": [
322
+ 223161600
323
+ ],
324
+ "q01": [
325
+ [
326
+ [
327
+ 0.013427037410862507
328
+ ]
329
+ ],
330
+ [
331
+ [
332
+ -5.696919394101958e-12
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ -5.696919394101958e-12
338
+ ]
339
+ ]
340
+ ],
341
+ "q10": [
342
+ [
343
+ [
344
+ 0.06329618943396671
345
+ ]
346
+ ],
347
+ [
348
+ [
349
+ 0.043033820170695486
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.0039467700500977155
355
+ ]
356
+ ]
357
+ ],
358
+ "q50": [
359
+ [
360
+ [
361
+ 0.7267971978155507
362
+ ]
363
+ ],
364
+ [
365
+ [
366
+ 0.7255560571764627
367
+ ]
368
+ ],
369
+ [
370
+ [
371
+ 0.7204733850493938
372
+ ]
373
+ ]
374
+ ],
375
+ "q90": [
376
+ [
377
+ [
378
+ 0.8369673661851903
379
+ ]
380
+ ],
381
+ [
382
+ [
383
+ 0.8408387928353024
384
+ ]
385
+ ],
386
+ [
387
+ [
388
+ 0.8466718139399737
389
+ ]
390
+ ]
391
+ ],
392
+ "q99": [
393
+ [
394
+ [
395
+ 0.8956610297807981
396
+ ]
397
+ ],
398
+ [
399
+ [
400
+ 0.8903779759920895
401
+ ]
402
+ ],
403
+ [
404
+ [
405
+ 0.9005893106637146
406
+ ]
407
+ ]
408
+ ]
409
+ },
410
+ "task_index": {
411
+ "min": [
412
+ 0
413
+ ],
414
+ "max": [
415
+ 2
416
+ ],
417
+ "mean": [
418
+ 0.9895896068140756
419
+ ],
420
+ "std": [
421
+ 0.8104189226041157
422
+ ],
423
+ "count": [
424
+ 11623
425
+ ],
426
+ "q01": [
427
+ 0.9895896068140758
428
+ ],
429
+ "q10": [
430
+ 0.9895896068140796
431
+ ],
432
+ "q50": [
433
+ 0.9895896068140955
434
+ ],
435
+ "q90": [
436
+ 0.9895896068141113
437
+ ],
438
+ "q99": [
439
+ 0.9895896068141151
440
+ ]
441
+ },
442
+ "episode_index": {
443
+ "min": [
444
+ 0
445
+ ],
446
+ "max": [
447
+ 15
448
+ ],
449
+ "mean": [
450
+ 7.006366686741805
451
+ ],
452
+ "std": [
453
+ 4.3635992923150475
454
+ ],
455
+ "count": [
456
+ 11623
457
+ ],
458
+ "q01": [
459
+ 7.006366686741805
460
+ ],
461
+ "q10": [
462
+ 7.006366686741807
463
+ ],
464
+ "q50": [
465
+ 7.006366686741825
466
+ ],
467
+ "q90": [
468
+ 7.006366686741843
469
+ ],
470
+ "q99": [
471
+ 7.0063666867418455
472
+ ]
473
+ }
474
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81d07edad35cf79ec10d155ebb4698d941dbdcb35dad291d9bbd7f2f9f290b56
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:520e5d84a49e4d2724bdaa6372ae67d4d20afd2bebe6b8beb2e0d167cb7804c7
3
+ size 18131168