nkim7 commited on
Commit
61bbcbb
·
verified ·
1 Parent(s): 531ee6a

Relabel eval2_gbr_g as Eval1 green 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_gbr_g">
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:c547c5e86a2a38ac616ee59adb5a8a467325ec36c57725dd818de70d640a7fbe
3
+ size 86516
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12d7410f3f053c9e1ef1f488cc5a03b89130a7e59333db88e60a820c2e9ed1bc
3
+ size 80324
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
+ "frame_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 599
8
+ ],
9
+ "mean": [
10
+ 299.5
11
+ ],
12
+ "std": [
13
+ 173.20484019410853
14
+ ],
15
+ "count": [
16
+ 3000
17
+ ],
18
+ "q01": [
19
+ 5.031599999901681
20
+ ],
21
+ "q10": [
22
+ 59.061399999919715
23
+ ],
24
+ "q50": [
25
+ 299.0207999999999
26
+ ],
27
+ "q90": [
28
+ 539.1000000000801
29
+ ],
30
+ "q99": [
31
+ 593.010000000098
32
+ ]
33
+ },
34
+ "action": {
35
+ "min": [
36
+ -52.087913513183594,
37
+ -0.1318681389093399,
38
+ -111.95604705810547,
39
+ 44.74725341796875,
40
+ -119.34066009521484,
41
+ 0.0
42
+ ],
43
+ "max": [
44
+ 20.791208267211914,
45
+ 121.62637329101562,
46
+ -3.5604395866394043,
47
+ 101.53845977783203,
48
+ -7.692307472229004,
49
+ 44.30769348144531
50
+ ],
51
+ "mean": [
52
+ -5.8872377395629885,
53
+ 66.81873092651367,
54
+ -70.27939529418946,
55
+ 78.5744384765625,
56
+ -82.9403289794922,
57
+ 6.066486072540283
58
+ ],
59
+ "std": [
60
+ 21.298794362985383,
61
+ 38.09603919830313,
62
+ 32.50715092433911,
63
+ 11.997297332171229,
64
+ 36.81211435876925,
65
+ 13.475248255182391
66
+ ],
67
+ "count": [
68
+ 3000
69
+ ],
70
+ "q01": [
71
+ -41.18733814073646,
72
+ 0.3956043928861618,
73
+ -105.62445983886718,
74
+ 60.18520736694336,
75
+ -115.98379139117341,
76
+ -1.000000013351432e-10
77
+ ],
78
+ "q10": [
79
+ -39.88345746127042,
80
+ 0.3956043928861618,
81
+ -99.96640564611056,
82
+ 64.14272974105108,
83
+ -114.44364307384585,
84
+ -1.000000013351432e-10
85
+ ],
86
+ "q50": [
87
+ 3.5123492826431515,
88
+ 75.72988237021626,
89
+ -79.21140730116103,
90
+ 78.36525514374851,
91
+ -99.46961624103756,
92
+ -1.000000013351432e-10
93
+ ],
94
+ "q90": [
95
+ 13.051018047408574,
96
+ 108.6805404663086,
97
+ -3.7810823169629875,
98
+ 91.67682475146125,
99
+ -23.408214569091797,
100
+ 36.318671748239616
101
+ ],
102
+ "q99": [
103
+ 15.096267358462017,
104
+ 115.72148071289062,
105
+ -3.754324438542282,
106
+ 97.6340383554434,
107
+ -16.466621535480883,
108
+ 39.663322336500165
109
+ ]
110
+ },
111
+ "observation.state": {
112
+ "min": [
113
+ -51.912086486816406,
114
+ 0.3076923191547394,
115
+ -109.4065933227539,
116
+ 45.67033004760742,
117
+ -118.989013671875,
118
+ 0.6752194166183472
119
+ ],
120
+ "max": [
121
+ 39.9560432434082,
122
+ 121.0988998413086,
123
+ -3.384615421295166,
124
+ 97.71428680419922,
125
+ -8.395604133605957,
126
+ 44.09183120727539
127
+ ],
128
+ "mean": [
129
+ -5.934452199935913,
130
+ 67.46510162353516,
131
+ -69.35996932983399,
132
+ 78.60058288574218,
133
+ -83.14413452148438,
134
+ 7.912678241729736
135
+ ],
136
+ "std": [
137
+ 21.298872772980165,
138
+ 38.33176080609372,
139
+ 31.653166433611755,
140
+ 11.61284308822063,
141
+ 36.691908810157656,
142
+ 12.541603425976927
143
+ ],
144
+ "count": [
145
+ 3000
146
+ ],
147
+ "q01": [
148
+ -40.98891204833984,
149
+ 0.8315486309243671,
150
+ -103.4109893798828,
151
+ 60.65064163208008,
152
+ -115.72035284793738,
153
+ 0.6752194166183472
154
+ ],
155
+ "q10": [
156
+ -39.86909450836048,
157
+ 0.9601167270496711,
158
+ -98.39945710926541,
159
+ 64.55427766357965,
160
+ -114.33373173369579,
161
+ 0.6752194166183472
162
+ ],
163
+ "q50": [
164
+ 3.616334435692665,
165
+ 76.8025032043457,
166
+ -77.10756956429316,
167
+ 78.35932268360781,
168
+ -99.75871025690044,
169
+ 2.374926476829713
170
+ ],
171
+ "q90": [
172
+ 12.913890684555076,
173
+ 110.04010367044589,
174
+ -4.32196248974762,
175
+ 91.01497431948029,
176
+ -23.56912383399719,
177
+ 35.552168710936314
178
+ ],
179
+ "q99": [
180
+ 15.60185167429549,
181
+ 115.57988399745268,
182
+ -3.702897372196949,
183
+ 96.23492816125186,
184
+ -17.16921744825837,
185
+ 39.27039237944606
186
+ ]
187
+ },
188
+ "timestamp": {
189
+ "min": [
190
+ 0.0
191
+ ],
192
+ "max": [
193
+ 19.966666666666665
194
+ ],
195
+ "mean": [
196
+ 9.983333333333333
197
+ ],
198
+ "std": [
199
+ 5.7734946731369545
200
+ ],
201
+ "count": [
202
+ 3000
203
+ ],
204
+ "q01": [
205
+ 0.16771999990167996
206
+ ],
207
+ "q10": [
208
+ 1.9687133332530526
209
+ ],
210
+ "q50": [
211
+ 9.967359999999838
212
+ ],
213
+ "q90": [
214
+ 17.97000000008
215
+ ],
216
+ "q99": [
217
+ 19.767000000097998
218
+ ]
219
+ },
220
+ "task_index": {
221
+ "min": [
222
+ 0
223
+ ],
224
+ "max": [
225
+ 0
226
+ ],
227
+ "mean": [
228
+ 0.0
229
+ ],
230
+ "std": [
231
+ 0.0
232
+ ],
233
+ "count": [
234
+ 3000
235
+ ],
236
+ "q01": [
237
+ 3.9999999999994176e-16
238
+ ],
239
+ "q10": [
240
+ 3.999999999999417e-15
241
+ ],
242
+ "q50": [
243
+ 1.9999999999997088e-14
244
+ ],
245
+ "q90": [
246
+ 3.599999999999476e-14
247
+ ],
248
+ "q99": [
249
+ 3.9599999999994235e-14
250
+ ]
251
+ },
252
+ "episode_index": {
253
+ "min": [
254
+ 0
255
+ ],
256
+ "max": [
257
+ 4
258
+ ],
259
+ "mean": [
260
+ 2.0
261
+ ],
262
+ "std": [
263
+ 1.4142135623730951
264
+ ],
265
+ "count": [
266
+ 3000
267
+ ],
268
+ "q01": [
269
+ 2.0000000000000004
270
+ ],
271
+ "q10": [
272
+ 2.0000000000000044
273
+ ],
274
+ "q50": [
275
+ 2.00000000000002
276
+ ],
277
+ "q90": [
278
+ 2.000000000000036
279
+ ],
280
+ "q99": [
281
+ 2.0000000000000395
282
+ ]
283
+ },
284
+ "index": {
285
+ "min": [
286
+ 0
287
+ ],
288
+ "max": [
289
+ 2999
290
+ ],
291
+ "mean": [
292
+ 1499.5
293
+ ],
294
+ "std": [
295
+ 866.025355671915
296
+ ],
297
+ "count": [
298
+ 3000
299
+ ],
300
+ "q01": [
301
+ 1205.0315999999018
302
+ ],
303
+ "q10": [
304
+ 1259.0613999999196
305
+ ],
306
+ "q50": [
307
+ 1499.0207999999998
308
+ ],
309
+ "q90": [
310
+ 1739.1000000000802
311
+ ],
312
+ "q99": [
313
+ 1793.010000000098
314
+ ]
315
+ },
316
+ "observation.images.front": {
317
+ "min": [
318
+ [
319
+ [
320
+ 0.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 0.0
326
+ ]
327
+ ],
328
+ [
329
+ [
330
+ 0.0
331
+ ]
332
+ ]
333
+ ],
334
+ "max": [
335
+ [
336
+ [
337
+ 1.0
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 1.0
343
+ ]
344
+ ],
345
+ [
346
+ [
347
+ 1.0
348
+ ]
349
+ ]
350
+ ],
351
+ "mean": [
352
+ [
353
+ [
354
+ 0.5212399381515692
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.5330200990520174
360
+ ]
361
+ ],
362
+ [
363
+ [
364
+ 0.5134641437773456
365
+ ]
366
+ ]
367
+ ],
368
+ "std": [
369
+ [
370
+ [
371
+ 0.004733799901420073
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.008321012450553965
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.004468395061179162
382
+ ]
383
+ ]
384
+ ],
385
+ "count": [
386
+ 605
387
+ ],
388
+ "q01": [
389
+ [
390
+ [
391
+ 0.003065995556205209
392
+ ]
393
+ ],
394
+ [
395
+ [
396
+ 0.0030576757358061865
397
+ ]
398
+ ],
399
+ [
400
+ [
401
+ -3.9215686274509807e-13
402
+ ]
403
+ ]
404
+ ],
405
+ "q10": [
406
+ [
407
+ [
408
+ 0.11299481731202357
409
+ ]
410
+ ],
411
+ [
412
+ [
413
+ 0.21568524124605135
414
+ ]
415
+ ],
416
+ [
417
+ [
418
+ 0.07922870246459704
419
+ ]
420
+ ]
421
+ ],
422
+ "q50": [
423
+ [
424
+ [
425
+ 0.5867131712005585
426
+ ]
427
+ ],
428
+ [
429
+ [
430
+ 0.5819430141090396
431
+ ]
432
+ ],
433
+ [
434
+ [
435
+ 0.5873632480356592
436
+ ]
437
+ ]
438
+ ],
439
+ "q90": [
440
+ [
441
+ [
442
+ 0.7615441207312471
443
+ ]
444
+ ],
445
+ [
446
+ [
447
+ 0.7349225619906066
448
+ ]
449
+ ],
450
+ [
451
+ [
452
+ 0.7764861274568926
453
+ ]
454
+ ]
455
+ ],
456
+ "q99": [
457
+ [
458
+ [
459
+ 0.8698514066410752
460
+ ]
461
+ ],
462
+ [
463
+ [
464
+ 0.8251524755862931
465
+ ]
466
+ ],
467
+ [
468
+ [
469
+ 0.8752972877147284
470
+ ]
471
+ ]
472
+ ]
473
+ }
474
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d71eba08ed071145b1c94d404a8fbb8ee8207c79b39893cd1500146d3100a024
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:fabab917ffe06d5bf745121ada197006c293db38876871c7eb1e4ff8e8d88ba7
3
+ size 10144165