nkim7 commited on
Commit
46871e1
·
verified ·
1 Parent(s): 677cef5

Relabel eval2_brg_b as Eval1 blue prompt

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=robot-learning-group47/eval2_brg_b">
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
+ "robot_type": "so_follower",
36
+ "total_episodes": 5,
37
+ "total_frames": 3000,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:5"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "shoulder_pan.pos",
53
+ "shoulder_lift.pos",
54
+ "elbow_flex.pos",
55
+ "wrist_flex.pos",
56
+ "wrist_roll.pos",
57
+ "gripper.pos"
58
+ ],
59
+ "shape": [
60
+ 6
61
+ ]
62
+ },
63
+ "observation.state": {
64
+ "dtype": "float32",
65
+ "names": [
66
+ "shoulder_pan.pos",
67
+ "shoulder_lift.pos",
68
+ "elbow_flex.pos",
69
+ "wrist_flex.pos",
70
+ "wrist_roll.pos",
71
+ "gripper.pos"
72
+ ],
73
+ "shape": [
74
+ 6
75
+ ]
76
+ },
77
+ "observation.images.front": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 480,
81
+ 640,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ],
89
+ "info": {
90
+ "video.height": 480,
91
+ "video.width": 640,
92
+ "video.codec": "av1",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.is_depth_map": false,
95
+ "video.fps": 30,
96
+ "video.channels": 3,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "timestamp": {
101
+ "dtype": "float32",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "frame_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "episode_index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "task_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ }
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:3f53102d80905f5ffe4acdcb68393b922676aa865e142d1a19bf385979209a32
3
+ size 93692
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd9a10a60ce38072f1cf8b2ce1e26d0769f75fd21c8dce0161a471b16fd401c
3
+ size 80390
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 5,
5
+ "total_frames": 3000,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:5"
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
+ "task_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 0
8
+ ],
9
+ "mean": [
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 3000
17
+ ],
18
+ "q01": [
19
+ 3.9999999999994176e-16
20
+ ],
21
+ "q10": [
22
+ 3.999999999999417e-15
23
+ ],
24
+ "q50": [
25
+ 1.9999999999997088e-14
26
+ ],
27
+ "q90": [
28
+ 3.599999999999476e-14
29
+ ],
30
+ "q99": [
31
+ 3.9599999999994235e-14
32
+ ]
33
+ },
34
+ "index": {
35
+ "min": [
36
+ 0
37
+ ],
38
+ "max": [
39
+ 2999
40
+ ],
41
+ "mean": [
42
+ 1499.5
43
+ ],
44
+ "std": [
45
+ 866.025355671915
46
+ ],
47
+ "count": [
48
+ 3000
49
+ ],
50
+ "q01": [
51
+ 1205.0315999999018
52
+ ],
53
+ "q10": [
54
+ 1259.0613999999196
55
+ ],
56
+ "q50": [
57
+ 1499.0207999999998
58
+ ],
59
+ "q90": [
60
+ 1739.1000000000802
61
+ ],
62
+ "q99": [
63
+ 1793.010000000098
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "min": [
68
+ -42.5054931640625,
69
+ 0.3956044018268585,
70
+ -125.75823974609375,
71
+ 49.18681335449219,
72
+ -135.95603942871094,
73
+ 0.6076974868774414
74
+ ],
75
+ "max": [
76
+ 43.736263275146484,
77
+ 142.37362670898438,
78
+ -1.7142857313156128,
79
+ 97.89010620117188,
80
+ -5.406593322753906,
81
+ 40.44564437866211
82
+ ],
83
+ "mean": [
84
+ -9.837291049957276,
85
+ 75.52697677612305,
86
+ -80.60784759521485,
87
+ 81.15717163085938,
88
+ -91.69619293212891,
89
+ 6.715580558776855
90
+ ],
91
+ "std": [
92
+ 19.283246701524575,
93
+ 41.97120566459395,
94
+ 34.75196371018146,
95
+ 11.788324636334256,
96
+ 34.525909146023004,
97
+ 10.62772502160084
98
+ ],
99
+ "count": [
100
+ 3000
101
+ ],
102
+ "q01": [
103
+ -32.516832562648894,
104
+ 0.5186813354492188,
105
+ -115.41977996826172,
106
+ 58.22487869262695,
107
+ -119.03173604427054,
108
+ 0.661715030670166
109
+ ],
110
+ "q10": [
111
+ -30.934274148528395,
112
+ 4.588916379739256,
113
+ -110.19502250752674,
114
+ 68.01794703418754,
115
+ -118.7270369251332,
116
+ 0.661715030670166
117
+ ],
118
+ "q50": [
119
+ -9.253589218738034,
120
+ 85.19047927856445,
121
+ -89.92706202915738,
122
+ 81.25813778617164,
123
+ -106.85170764242694,
124
+ 2.430458935319686
125
+ ],
126
+ "q90": [
127
+ 12.528082096505074,
128
+ 117.99157557774386,
129
+ -21.58920689174107,
130
+ 96.28869397246201,
131
+ -23.428206654830582,
132
+ 29.334214846293133
133
+ ],
134
+ "q99": [
135
+ 16.467631035420432,
136
+ 120.57149094432754,
137
+ -4.460750032152448,
138
+ 96.62315980499244,
139
+ -15.895462527117886,
140
+ 35.338119962975696
141
+ ]
142
+ },
143
+ "observation.images.front": {
144
+ "min": [
145
+ [
146
+ [
147
+ 0.0
148
+ ]
149
+ ],
150
+ [
151
+ [
152
+ 0.0
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.0
158
+ ]
159
+ ]
160
+ ],
161
+ "max": [
162
+ [
163
+ [
164
+ 1.0
165
+ ]
166
+ ],
167
+ [
168
+ [
169
+ 1.0
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 1.0
175
+ ]
176
+ ]
177
+ ],
178
+ "mean": [
179
+ [
180
+ [
181
+ 0.494664574218117
182
+ ]
183
+ ],
184
+ [
185
+ [
186
+ 0.5249629240263598
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 0.534112761640469
192
+ ]
193
+ ]
194
+ ],
195
+ "std": [
196
+ [
197
+ [
198
+ 0.016307233493396866
199
+ ]
200
+ ],
201
+ [
202
+ [
203
+ 0.009373812282225584
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.009455621412488924
209
+ ]
210
+ ]
211
+ ],
212
+ "count": [
213
+ 605
214
+ ],
215
+ "q01": [
216
+ [
217
+ [
218
+ -3.9215686274509807e-13
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.003929720940085912
224
+ ]
225
+ ],
226
+ [
227
+ [
228
+ -3.9215686274509807e-13
229
+ ]
230
+ ]
231
+ ],
232
+ "q10": [
233
+ [
234
+ [
235
+ 0.03925588584978446
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.1968837872101605
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.13567535799459662
246
+ ]
247
+ ]
248
+ ],
249
+ "q50": [
250
+ [
251
+ [
252
+ 0.5811416095196512
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.5796160191018126
258
+ ]
259
+ ],
260
+ [
261
+ [
262
+ 0.5921139880857957
263
+ ]
264
+ ]
265
+ ],
266
+ "q90": [
267
+ [
268
+ [
269
+ 0.7669922712353597
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.7443854097554814
275
+ ]
276
+ ],
277
+ [
278
+ [
279
+ 0.7584165428818032
280
+ ]
281
+ ]
282
+ ],
283
+ "q99": [
284
+ [
285
+ [
286
+ 0.8964547517682788
287
+ ]
288
+ ],
289
+ [
290
+ [
291
+ 0.8353190638142136
292
+ ]
293
+ ],
294
+ [
295
+ [
296
+ 0.865103651526228
297
+ ]
298
+ ]
299
+ ]
300
+ },
301
+ "episode_index": {
302
+ "min": [
303
+ 0
304
+ ],
305
+ "max": [
306
+ 4
307
+ ],
308
+ "mean": [
309
+ 2.0
310
+ ],
311
+ "std": [
312
+ 1.4142135623730951
313
+ ],
314
+ "count": [
315
+ 3000
316
+ ],
317
+ "q01": [
318
+ 2.0000000000000004
319
+ ],
320
+ "q10": [
321
+ 2.0000000000000044
322
+ ],
323
+ "q50": [
324
+ 2.00000000000002
325
+ ],
326
+ "q90": [
327
+ 2.000000000000036
328
+ ],
329
+ "q99": [
330
+ 2.0000000000000395
331
+ ]
332
+ },
333
+ "timestamp": {
334
+ "min": [
335
+ 0.0
336
+ ],
337
+ "max": [
338
+ 19.966666666666665
339
+ ],
340
+ "mean": [
341
+ 9.983333333333333
342
+ ],
343
+ "std": [
344
+ 5.7734946731369545
345
+ ],
346
+ "count": [
347
+ 3000
348
+ ],
349
+ "q01": [
350
+ 0.16771999990167996
351
+ ],
352
+ "q10": [
353
+ 1.9687133332530526
354
+ ],
355
+ "q50": [
356
+ 9.967359999999838
357
+ ],
358
+ "q90": [
359
+ 17.97000000008
360
+ ],
361
+ "q99": [
362
+ 19.767000000097998
363
+ ]
364
+ },
365
+ "frame_index": {
366
+ "min": [
367
+ 0
368
+ ],
369
+ "max": [
370
+ 599
371
+ ],
372
+ "mean": [
373
+ 299.5
374
+ ],
375
+ "std": [
376
+ 173.20484019410853
377
+ ],
378
+ "count": [
379
+ 3000
380
+ ],
381
+ "q01": [
382
+ 5.031599999901681
383
+ ],
384
+ "q10": [
385
+ 59.061399999919715
386
+ ],
387
+ "q50": [
388
+ 299.0207999999999
389
+ ],
390
+ "q90": [
391
+ 539.1000000000801
392
+ ],
393
+ "q99": [
394
+ 593.010000000098
395
+ ]
396
+ },
397
+ "action": {
398
+ "min": [
399
+ -42.85714340209961,
400
+ -2.4175825119018555,
401
+ -128.39559936523438,
402
+ 48.70329666137695,
403
+ -137.09890747070312,
404
+ 0.0
405
+ ],
406
+ "max": [
407
+ 20.439559936523438,
408
+ 142.02197265625,
409
+ -3.6483516693115234,
410
+ 102.06593322753906,
411
+ -4.9670329093933105,
412
+ 40.846153259277344
413
+ ],
414
+ "mean": [
415
+ -9.801682949066162,
416
+ 74.56913375854492,
417
+ -81.64681243896484,
418
+ 81.29517211914063,
419
+ -91.54251251220703,
420
+ 4.728537368774414
421
+ ],
422
+ "std": [
423
+ 19.209155106600864,
424
+ 41.89810725996284,
425
+ 35.410948249347975,
426
+ 12.45371608208358,
427
+ 34.606610168584425,
428
+ 11.473724998955268
429
+ ],
430
+ "count": [
431
+ 3000
432
+ ],
433
+ "q01": [
434
+ -32.81462334769113,
435
+ -0.16914464086294173,
436
+ -118.00654843648275,
437
+ 57.600830078125,
438
+ -119.30947769828465,
439
+ -1.000000013351432e-10
440
+ ],
441
+ "q10": [
442
+ -30.848486932575334,
443
+ 0.22439633336550782,
444
+ -112.61926998562282,
445
+ 67.63701632170296,
446
+ -118.84642325756596,
447
+ -1.000000013351432e-10
448
+ ],
449
+ "q50": [
450
+ -9.641861198521866,
451
+ 83.73052520751953,
452
+ -90.50548786138398,
453
+ 80.77481929234096,
454
+ -107.85924423476398,
455
+ -1.000000013351432e-10
456
+ ],
457
+ "q90": [
458
+ 13.63388011114938,
459
+ 117.30740548777025,
460
+ -16.370183285995267,
461
+ 98.14523659446023,
462
+ -23.584005976316305,
463
+ 30.77112040365896
464
+ ],
465
+ "q99": [
466
+ 15.551327678109095,
467
+ 120.56290548052105,
468
+ -4.86219077611377,
469
+ 99.09226561436509,
470
+ -14.969348507596735,
471
+ 35.634150078824256
472
+ ]
473
+ }
474
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d26f37573a90641bf35b8ea7ffbadc0998026d8a8921df41d132bf7b162f63dc
3
+ size 2187
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:e5dd1745b2af552f222323912b9c4e0beb300e73a146d65b1dca2183ad2ffb64
3
+ size 10975382