nkim7 commited on
Commit
ed75fda
·
verified ·
1 Parent(s): 4233708

Relabel eval2_gbr_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_gbr_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:e304194ab0dde004f1ba2910c6a2cd01015f5174eb0e1f05662adbccac6587d6
3
+ size 90955
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e64e5b7dc98c14d5dd48dab3b0b5c12ff685abcaaa48fde75defee243b91f6c0
3
+ size 80405
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
+ "observation.state": {
3
+ "min": [
4
+ -6.549450397491455,
5
+ -0.3076923191547394,
6
+ -175.86813354492188,
7
+ 41.80219650268555,
8
+ -121.0988998413086,
9
+ 0.6752194166183472
10
+ ],
11
+ "max": [
12
+ 24.83516502380371,
13
+ 165.75823974609375,
14
+ 1.890109896659851,
15
+ 97.71428680419922,
16
+ -0.3076923191547394,
17
+ 51.38420104980469
18
+ ],
19
+ "mean": [
20
+ 10.417152976989746,
21
+ 85.21848907470704,
22
+ -87.58639068603516,
23
+ 73.6344383239746,
24
+ -77.96289672851563,
25
+ 7.150781059265137
26
+ ],
27
+ "std": [
28
+ 7.102093287542487,
29
+ 47.93583528704176,
30
+ 44.21001227702602,
31
+ 15.358223351994804,
32
+ 40.80722050010892,
33
+ 12.372266433292069
34
+ ],
35
+ "count": [
36
+ 3000
37
+ ],
38
+ "q01": [
39
+ 2.0301576972007753,
40
+ 0.6194965211476418,
41
+ -148.33119506835936,
42
+ 50.877340698242186,
43
+ -114.89260619192413,
44
+ 0.6752194166183472
45
+ ],
46
+ "q10": [
47
+ 3.8232116853974083,
48
+ 4.13326775431633,
49
+ -143.36002933705973,
50
+ 56.239587234521146,
51
+ -113.32561762260669,
52
+ 0.6752194166183472
53
+ ],
54
+ "q50": [
55
+ 8.326750265130407,
56
+ 91.51517314306375,
57
+ -90.23987923829115,
58
+ 74.10240196046375,
59
+ -101.07040206990776,
60
+ 1.5656209108103876
61
+ ],
62
+ "q90": [
63
+ 18.40182922999956,
64
+ 151.50249301258586,
65
+ -16.61516949051103,
66
+ 91.2416344471321,
67
+ -12.005964309614782,
68
+ 31.468319988250734
69
+ ],
70
+ "q99": [
71
+ 19.87583551027117,
72
+ 152.30359150016952,
73
+ -2.243392849461179,
74
+ 93.07306875442634,
75
+ -7.170095912773834,
76
+ 43.118056703451835
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
+ "action": {
112
+ "min": [
113
+ -6.901098728179932,
114
+ -2.153846263885498,
115
+ -179.2967071533203,
116
+ 40.96703338623047,
117
+ -121.45054626464844,
118
+ 0.0
119
+ ],
120
+ "max": [
121
+ 25.098901748657227,
122
+ 164.5274658203125,
123
+ 180.0,
124
+ 101.89010620117188,
125
+ 0.3076923191547394,
126
+ 51.69230651855469
127
+ ],
128
+ "mean": [
129
+ 10.343830013275147,
130
+ 83.57120666503906,
131
+ -87.43657684326172,
132
+ 73.70772705078124,
133
+ -77.61165084838868,
134
+ 5.2755378723144535
135
+ ],
136
+ "std": [
137
+ 7.162630069560722,
138
+ 47.95551075664384,
139
+ 48.15301083500176,
140
+ 16.054267082158518,
141
+ 41.088489403859,
142
+ 13.162474817868908
143
+ ],
144
+ "count": [
145
+ 3000
146
+ ],
147
+ "q01": [
148
+ 1.679416816884821,
149
+ 0.37835387587547303,
150
+ -151.16131337483725,
151
+ 51.28755493164063,
152
+ -115.1612171678658,
153
+ -1.000000013351432e-10
154
+ ],
155
+ "q10": [
156
+ 3.70054152155998,
157
+ 1.0846380650997163,
158
+ -146.16812759746205,
159
+ 55.666550845191594,
160
+ -113.47647086734658,
161
+ -1.000000013351432e-10
162
+ ],
163
+ "q50": [
164
+ 8.360883712871352,
165
+ 90.46569437662761,
166
+ -91.06641305428964,
167
+ 74.23118030820574,
168
+ -100.57412604781904,
169
+ -1.000000013351432e-10
170
+ ],
171
+ "q90": [
172
+ 18.64608943202809,
173
+ 149.2861840585562,
174
+ -9.72387133508046,
175
+ 92.29247008550733,
176
+ -11.92757051157397,
177
+ 33.15722579956055
178
+ ],
179
+ "q99": [
180
+ 20.122031958324662,
181
+ 151.12444530105273,
182
+ 34.28416907031485,
183
+ 94.7870990580329,
184
+ -6.662687967229906,
185
+ 43.61403950714393
186
+ ]
187
+ },
188
+ "index": {
189
+ "min": [
190
+ 0
191
+ ],
192
+ "max": [
193
+ 2999
194
+ ],
195
+ "mean": [
196
+ 1499.5
197
+ ],
198
+ "std": [
199
+ 866.025355671915
200
+ ],
201
+ "count": [
202
+ 3000
203
+ ],
204
+ "q01": [
205
+ 1205.0315999999018
206
+ ],
207
+ "q10": [
208
+ 1259.0613999999196
209
+ ],
210
+ "q50": [
211
+ 1499.0207999999998
212
+ ],
213
+ "q90": [
214
+ 1739.1000000000802
215
+ ],
216
+ "q99": [
217
+ 1793.010000000098
218
+ ]
219
+ },
220
+ "episode_index": {
221
+ "min": [
222
+ 0
223
+ ],
224
+ "max": [
225
+ 4
226
+ ],
227
+ "mean": [
228
+ 2.0
229
+ ],
230
+ "std": [
231
+ 1.4142135623730951
232
+ ],
233
+ "count": [
234
+ 3000
235
+ ],
236
+ "q01": [
237
+ 2.0000000000000004
238
+ ],
239
+ "q10": [
240
+ 2.0000000000000044
241
+ ],
242
+ "q50": [
243
+ 2.00000000000002
244
+ ],
245
+ "q90": [
246
+ 2.000000000000036
247
+ ],
248
+ "q99": [
249
+ 2.0000000000000395
250
+ ]
251
+ },
252
+ "task_index": {
253
+ "min": [
254
+ 0
255
+ ],
256
+ "max": [
257
+ 0
258
+ ],
259
+ "mean": [
260
+ 0.0
261
+ ],
262
+ "std": [
263
+ 0.0
264
+ ],
265
+ "count": [
266
+ 3000
267
+ ],
268
+ "q01": [
269
+ 3.9999999999994176e-16
270
+ ],
271
+ "q10": [
272
+ 3.999999999999417e-15
273
+ ],
274
+ "q50": [
275
+ 1.9999999999997088e-14
276
+ ],
277
+ "q90": [
278
+ 3.599999999999476e-14
279
+ ],
280
+ "q99": [
281
+ 3.9599999999994235e-14
282
+ ]
283
+ },
284
+ "observation.images.front": {
285
+ "min": [
286
+ [
287
+ [
288
+ 0.0
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.0
294
+ ]
295
+ ],
296
+ [
297
+ [
298
+ 0.0
299
+ ]
300
+ ]
301
+ ],
302
+ "max": [
303
+ [
304
+ [
305
+ 1.0
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 1.0
311
+ ]
312
+ ],
313
+ [
314
+ [
315
+ 1.0
316
+ ]
317
+ ]
318
+ ],
319
+ "mean": [
320
+ [
321
+ [
322
+ 0.5018639972586831
323
+ ]
324
+ ],
325
+ [
326
+ [
327
+ 0.5207904658213147
328
+ ]
329
+ ],
330
+ [
331
+ [
332
+ 0.5311029182196294
333
+ ]
334
+ ]
335
+ ],
336
+ "std": [
337
+ [
338
+ [
339
+ 0.009033043778332603
340
+ ]
341
+ ],
342
+ [
343
+ [
344
+ 0.0075679768070967355
345
+ ]
346
+ ],
347
+ [
348
+ [
349
+ 0.01105532349276255
350
+ ]
351
+ ]
352
+ ],
353
+ "count": [
354
+ 605
355
+ ],
356
+ "q01": [
357
+ [
358
+ [
359
+ -3.9215686274509807e-13
360
+ ]
361
+ ],
362
+ [
363
+ [
364
+ 0.0038447229378826453
365
+ ]
366
+ ],
367
+ [
368
+ [
369
+ -3.9215686274509807e-13
370
+ ]
371
+ ]
372
+ ],
373
+ "q10": [
374
+ [
375
+ [
376
+ 0.031324032095671146
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.19300112619126122
382
+ ]
383
+ ],
384
+ [
385
+ [
386
+ 0.11143671496303165
387
+ ]
388
+ ]
389
+ ],
390
+ "q50": [
391
+ [
392
+ [
393
+ 0.5834471210957545
394
+ ]
395
+ ],
396
+ [
397
+ [
398
+ 0.5740440830129181
399
+ ]
400
+ ],
401
+ [
402
+ [
403
+ 0.5898010859763663
404
+ ]
405
+ ]
406
+ ],
407
+ "q90": [
408
+ [
409
+ [
410
+ 0.7583554164255247
411
+ ]
412
+ ],
413
+ [
414
+ [
415
+ 0.7404058240767404
416
+ ]
417
+ ],
418
+ [
419
+ [
420
+ 0.7639906350296539
421
+ ]
422
+ ]
423
+ ],
424
+ "q99": [
425
+ [
426
+ [
427
+ 0.8785040555800004
428
+ ]
429
+ ],
430
+ [
431
+ [
432
+ 0.8344880247672406
433
+ ]
434
+ ],
435
+ [
436
+ [
437
+ 0.8846127315230523
438
+ ]
439
+ ]
440
+ ]
441
+ },
442
+ "timestamp": {
443
+ "min": [
444
+ 0.0
445
+ ],
446
+ "max": [
447
+ 19.966666666666665
448
+ ],
449
+ "mean": [
450
+ 9.983333333333333
451
+ ],
452
+ "std": [
453
+ 5.7734946731369545
454
+ ],
455
+ "count": [
456
+ 3000
457
+ ],
458
+ "q01": [
459
+ 0.16771999990167996
460
+ ],
461
+ "q10": [
462
+ 1.9687133332530526
463
+ ],
464
+ "q50": [
465
+ 9.967359999999838
466
+ ],
467
+ "q90": [
468
+ 17.97000000008
469
+ ],
470
+ "q99": [
471
+ 19.767000000097998
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:424527a03340f7730643f646dfc6eec694e437a2c135c84bca35cf978d5c9e12
3
+ size 10948311