nkim7 commited on
Commit
4236f3e
·
verified ·
1 Parent(s): 31e4aed

Relabel eval2_rbg_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_rbg_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:6d5907ef7890001b76345401b952fe248dacf20d5ec1e5ea75dc905e66de0e77
3
+ size 87307
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:064f4441938c33ac60af48059027170dcfd52c327c58570d00ce0d11d85cf30d
3
+ size 80434
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
+ "action": {
3
+ "min": [
4
+ -14.637362480163574,
5
+ -0.3076923191547394,
6
+ -122.5934066772461,
7
+ 42.989009857177734,
8
+ -111.6043930053711,
9
+ 0.0
10
+ ],
11
+ "max": [
12
+ 60.0,
13
+ 134.8131866455078,
14
+ -3.472527503967285,
15
+ 101.62637329101562,
16
+ -9.01098918914795,
17
+ 53.153846740722656
18
+ ],
19
+ "mean": [
20
+ 22.040989112854003,
21
+ 63.10545196533203,
22
+ -65.52157211303711,
23
+ 72.26401977539062,
24
+ -84.25709991455078,
25
+ 5.88507833480835
26
+ ],
27
+ "std": [
28
+ 20.017819349036923,
29
+ 38.46961836542242,
30
+ 30.031180735104904,
31
+ 16.445463336579042,
32
+ 31.075655537787902,
33
+ 13.918466750309255
34
+ ],
35
+ "count": [
36
+ 3000
37
+ ],
38
+ "q01": [
39
+ -5.596694445610046,
40
+ -0.16703297272324563,
41
+ -109.29702911376953,
42
+ 46.17022788915742,
43
+ -107.12200328153723,
44
+ -1.000000013351432e-10
45
+ ],
46
+ "q10": [
47
+ -1.9960436287604777,
48
+ -0.07817144095897674,
49
+ -97.45124860491072,
50
+ 47.173308337355834,
51
+ -106.50271852809603,
52
+ -1.000000013351432e-10
53
+ ],
54
+ "q50": [
55
+ 15.114375495910645,
56
+ 66.51184786628274,
57
+ -72.35480666477378,
58
+ 73.45906543713882,
59
+ -101.45388344845595,
60
+ -1.000000013351432e-10
61
+ ],
62
+ "q90": [
63
+ 43.613693445379084,
64
+ 108.18779035949707,
65
+ -5.5945228156000555,
66
+ 94.66648716315612,
67
+ -25.02540576491917,
68
+ 36.523969448648074
69
+ ],
70
+ "q99": [
71
+ 46.512473329816544,
72
+ 118.62811118696294,
73
+ -3.6677239416835583,
74
+ 97.51597391451735,
75
+ -17.27401537633204,
76
+ 43.39893390204199
77
+ ]
78
+ },
79
+ "frame_index": {
80
+ "min": [
81
+ 0
82
+ ],
83
+ "max": [
84
+ 599
85
+ ],
86
+ "mean": [
87
+ 299.5
88
+ ],
89
+ "std": [
90
+ 173.20484019410853
91
+ ],
92
+ "count": [
93
+ 3000
94
+ ],
95
+ "q01": [
96
+ 5.031599999901681
97
+ ],
98
+ "q10": [
99
+ 59.061399999919715
100
+ ],
101
+ "q50": [
102
+ 299.0207999999999
103
+ ],
104
+ "q90": [
105
+ 539.1000000000801
106
+ ],
107
+ "q99": [
108
+ 593.010000000098
109
+ ]
110
+ },
111
+ "task_index": {
112
+ "min": [
113
+ 0
114
+ ],
115
+ "max": [
116
+ 0
117
+ ],
118
+ "mean": [
119
+ 0.0
120
+ ],
121
+ "std": [
122
+ 0.0
123
+ ],
124
+ "count": [
125
+ 3000
126
+ ],
127
+ "q01": [
128
+ 3.9999999999994176e-16
129
+ ],
130
+ "q10": [
131
+ 3.999999999999417e-15
132
+ ],
133
+ "q50": [
134
+ 1.9999999999997088e-14
135
+ ],
136
+ "q90": [
137
+ 3.599999999999476e-14
138
+ ],
139
+ "q99": [
140
+ 3.9599999999994235e-14
141
+ ]
142
+ },
143
+ "timestamp": {
144
+ "min": [
145
+ 0.0
146
+ ],
147
+ "max": [
148
+ 19.966666666666665
149
+ ],
150
+ "mean": [
151
+ 9.983333333333333
152
+ ],
153
+ "std": [
154
+ 5.7734946731369545
155
+ ],
156
+ "count": [
157
+ 3000
158
+ ],
159
+ "q01": [
160
+ 0.16771999990167996
161
+ ],
162
+ "q10": [
163
+ 1.9687133332530526
164
+ ],
165
+ "q50": [
166
+ 9.967359999999838
167
+ ],
168
+ "q90": [
169
+ 17.97000000008
170
+ ],
171
+ "q99": [
172
+ 19.767000000097998
173
+ ]
174
+ },
175
+ "observation.state": {
176
+ "min": [
177
+ -14.197802543640137,
178
+ 0.04395604506134987,
179
+ -119.25274658203125,
180
+ 43.736263275146484,
181
+ -111.42857360839844,
182
+ 0.6076974868774414
183
+ ],
184
+ "max": [
185
+ 59.20878982543945,
186
+ 133.6703338623047,
187
+ -3.296703338623047,
188
+ 97.71428680419922,
189
+ -11.032966613769531,
190
+ 52.86968231201172
191
+ ],
192
+ "mean": [
193
+ 22.291774177551268,
194
+ 63.8766975402832,
195
+ -64.91009368896485,
196
+ 72.29617004394531,
197
+ -84.40454406738282,
198
+ 7.91202564239502
199
+ ],
200
+ "std": [
201
+ 19.884381902124108,
202
+ 38.548400957118545,
203
+ 29.321139076495037,
204
+ 15.945666519991411,
205
+ 30.909863571972927,
206
+ 12.956822672695262
207
+ ],
208
+ "count": [
209
+ 3000
210
+ ],
211
+ "q01": [
212
+ -5.281650075912475,
213
+ 0.21978022828698157,
214
+ -106.92690887451172,
215
+ 46.88351593017578,
216
+ -106.98022003173828,
217
+ 0.661715030670166
218
+ ],
219
+ "q10": [
220
+ -1.5374063991589082,
221
+ 0.4333116538822651,
222
+ -96.16125018310547,
223
+ 47.74719921864794,
224
+ -106.6992325592041,
225
+ 0.661715030670166
226
+ ],
227
+ "q50": [
228
+ 15.396851068870074,
229
+ 67.21841100056966,
230
+ -71.53461987735649,
231
+ 73.50508503220433,
232
+ -100.50912889001583,
233
+ 3.5767715495277903
234
+ ],
235
+ "q90": [
236
+ 43.61191898250691,
237
+ 109.00694684469572,
238
+ -7.336604792983444,
239
+ 93.5269419885328,
240
+ -25.287757173187188,
241
+ 35.34384333292643
242
+ ],
243
+ "q99": [
244
+ 46.131035042441994,
245
+ 118.01269164147497,
246
+ -3.563078909086917,
247
+ 95.95339559096604,
248
+ -18.623890486354004,
249
+ 43.06432132374157
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.5050421153378706
291
+ ]
292
+ ],
293
+ [
294
+ [
295
+ 0.5337571743504563
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.49815059586506777
301
+ ]
302
+ ]
303
+ ],
304
+ "std": [
305
+ [
306
+ [
307
+ 0.0039570898860686165
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 0.003996715304151627
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.005901017622926264
318
+ ]
319
+ ]
320
+ ],
321
+ "count": [
322
+ 605
323
+ ],
324
+ "q01": [
325
+ [
326
+ [
327
+ 0.005441627066503534
328
+ ]
329
+ ],
330
+ [
331
+ [
332
+ 0.0038977872887185567
333
+ ]
334
+ ],
335
+ [
336
+ [
337
+ -3.9215686274509807e-13
338
+ ]
339
+ ]
340
+ ],
341
+ "q10": [
342
+ [
343
+ [
344
+ 0.09879132869236955
345
+ ]
346
+ ],
347
+ [
348
+ [
349
+ 0.23293498611343366
350
+ ]
351
+ ],
352
+ [
353
+ [
354
+ 0.09020428315563654
355
+ ]
356
+ ]
357
+ ],
358
+ "q50": [
359
+ [
360
+ [
361
+ 0.5686039662267082
362
+ ]
363
+ ],
364
+ [
365
+ [
366
+ 0.5717586204530403
367
+ ]
368
+ ],
369
+ [
370
+ [
371
+ 0.5607838278586389
372
+ ]
373
+ ]
374
+ ],
375
+ "q90": [
376
+ [
377
+ [
378
+ 0.772522271004185
379
+ ]
380
+ ],
381
+ [
382
+ [
383
+ 0.7364233885145803
384
+ ]
385
+ ],
386
+ [
387
+ [
388
+ 0.7788151048241655
389
+ ]
390
+ ]
391
+ ],
392
+ "q99": [
393
+ [
394
+ [
395
+ 0.9176740464718823
396
+ ]
397
+ ],
398
+ [
399
+ [
400
+ 0.8321472385869517
401
+ ]
402
+ ],
403
+ [
404
+ [
405
+ 0.9113294722966112
406
+ ]
407
+ ]
408
+ ]
409
+ },
410
+ "episode_index": {
411
+ "min": [
412
+ 0
413
+ ],
414
+ "max": [
415
+ 4
416
+ ],
417
+ "mean": [
418
+ 2.0
419
+ ],
420
+ "std": [
421
+ 1.4142135623730951
422
+ ],
423
+ "count": [
424
+ 3000
425
+ ],
426
+ "q01": [
427
+ 2.0000000000000004
428
+ ],
429
+ "q10": [
430
+ 2.0000000000000044
431
+ ],
432
+ "q50": [
433
+ 2.00000000000002
434
+ ],
435
+ "q90": [
436
+ 2.000000000000036
437
+ ],
438
+ "q99": [
439
+ 2.0000000000000395
440
+ ]
441
+ },
442
+ "index": {
443
+ "min": [
444
+ 0
445
+ ],
446
+ "max": [
447
+ 2999
448
+ ],
449
+ "mean": [
450
+ 1499.5
451
+ ],
452
+ "std": [
453
+ 866.025355671915
454
+ ],
455
+ "count": [
456
+ 3000
457
+ ],
458
+ "q01": [
459
+ 1205.0315999999018
460
+ ],
461
+ "q10": [
462
+ 1259.0613999999196
463
+ ],
464
+ "q50": [
465
+ 1499.0207999999998
466
+ ],
467
+ "q90": [
468
+ 1739.1000000000802
469
+ ],
470
+ "q99": [
471
+ 1793.010000000098
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:4af8eb2ff17be979bf8a889c9f9fffc1e9b4b582068ef8a9ca7e6290bc5843db
3
+ size 11632926