nkim7 commited on
Commit
0624f14
·
verified ·
1 Parent(s): 20aff68

Upload folder using huggingface_hub

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_bgr_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": 4,
37
+ "total_frames": 2400,
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:4"
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:0390e012c95629b87219bd5695852df03cbd1e4cc07262a474f833efc0c771a0
3
+ size 75749
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f77dab2bdba2ae8167cf37b470cc9ccd216ef85e2215f762898d6ce7a1f5659d
3
+ size 79522
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 4,
5
+ "total_frames": 2400,
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:4"
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
+ -12.175824165344238,
5
+ -0.3076923191547394,
6
+ -169.45054626464844,
7
+ 39.82417678833008,
8
+ -134.8131866455078,
9
+ 0.0
10
+ ],
11
+ "max": [
12
+ 30.373626708984375,
13
+ 161.97802734375,
14
+ -3.5604395866394043,
15
+ 101.62637329101562,
16
+ -12.175824165344238,
17
+ 47.46154022216797
18
+ ],
19
+ "mean": [
20
+ 3.7419756650924683,
21
+ 80.58601379394531,
22
+ -89.21398735046387,
23
+ 76.6420841217041,
24
+ -86.83669662475586,
25
+ 5.026921927928925
26
+ ],
27
+ "std": [
28
+ 7.384360571986458,
29
+ 52.058400358731234,
30
+ 50.86537253076782,
31
+ 14.920479955023412,
32
+ 33.46735946573611,
33
+ 12.539070556994647
34
+ ],
35
+ "count": [
36
+ 2400
37
+ ],
38
+ "q01": [
39
+ -5.273997750133276,
40
+ -0.19780220463871956,
41
+ -162.728928565979,
42
+ 53.84747314453125,
43
+ -123.6001091003418,
44
+ -1.000000013351432e-10
45
+ ],
46
+ "q10": [
47
+ -3.8674477474256,
48
+ -0.19780220463871956,
49
+ -160.3299469321665,
50
+ 55.102915229468515,
51
+ -120.99027313425778,
52
+ -1.000000013351432e-10
53
+ ],
54
+ "q50": [
55
+ 2.3733867086183666,
56
+ 84.01801872253418,
57
+ -95.77528948928371,
58
+ 76.43798033495126,
59
+ -96.84069066623697,
60
+ -1.000000013351432e-10
61
+ ],
62
+ "q90": [
63
+ 15.405168646421188,
64
+ 156.24571800231934,
65
+ -3.7376650958981705,
66
+ 95.56287271326238,
67
+ -28.78847583164833,
68
+ 32.02407693862915
69
+ ],
70
+ "q99": [
71
+ 15.756605446338654,
72
+ 160.09808200387394,
73
+ -3.7166236677738684,
74
+ 98.1948284033107,
75
+ -22.077836990356445,
76
+ 40.13611496450195
77
+ ]
78
+ },
79
+ "observation.state": {
80
+ "min": [
81
+ -11.824175834655762,
82
+ 0.3076923191547394,
83
+ -167.07691955566406,
84
+ 40.74725341796875,
85
+ -134.37362670898438,
86
+ 0.6076974868774414
87
+ ],
88
+ "max": [
89
+ 30.0219783782959,
90
+ 163.12088012695312,
91
+ -0.3076923191547394,
92
+ 97.71428680419922,
93
+ -13.05494499206543,
94
+ 47.06279373168945
95
+ ],
96
+ "mean": [
97
+ 3.875777006149292,
98
+ 82.20467948913574,
99
+ -88.05207633972168,
100
+ 76.61377143859863,
101
+ -87.06508255004883,
102
+ 7.021333694458008
103
+ ],
104
+ "std": [
105
+ 7.152801665581928,
106
+ 52.00440159937913,
107
+ 49.73878134954525,
108
+ 14.369038522241787,
109
+ 33.46022296690624,
110
+ 11.663984078683367
111
+ ],
112
+ "count": [
113
+ 2400
114
+ ],
115
+ "q01": [
116
+ -4.9024135034817915,
117
+ 0.4395604506134987,
118
+ -159.76167406354634,
119
+ 54.680404756127345,
120
+ -123.20986529758999,
121
+ 0.6583389341831207
122
+ ],
123
+ "q10": [
124
+ -3.559413625466956,
125
+ 0.4395604506134987,
126
+ -157.91919774220403,
127
+ 55.890992388791034,
128
+ -121.27242660522461,
129
+ 0.6583389341831207
130
+ ],
131
+ "q50": [
132
+ 2.482234101017639,
133
+ 85.55100952310765,
134
+ -94.28540932929933,
135
+ 76.68007893573927,
136
+ -97.6926782635648,
137
+ 2.8014169271020153
138
+ ],
139
+ "q90": [
140
+ 14.376299080641374,
141
+ 158.47116228429283,
142
+ -3.153170207310376,
143
+ 95.07589272818169,
144
+ -28.60090348340354,
145
+ 30.639397382736206
146
+ ],
147
+ "q99": [
148
+ 15.493996778694203,
149
+ 161.2250646795094,
150
+ -3.094194085152594,
151
+ 95.9987462379617,
152
+ -22.82299316063356,
153
+ 39.80254398239224
154
+ ]
155
+ },
156
+ "task_index": {
157
+ "min": [
158
+ 0
159
+ ],
160
+ "max": [
161
+ 0
162
+ ],
163
+ "mean": [
164
+ 0.0
165
+ ],
166
+ "std": [
167
+ 0.0
168
+ ],
169
+ "count": [
170
+ 2400
171
+ ],
172
+ "q01": [
173
+ 3.9999999999994176e-16
174
+ ],
175
+ "q10": [
176
+ 3.999999999999417e-15
177
+ ],
178
+ "q50": [
179
+ 1.9999999999997088e-14
180
+ ],
181
+ "q90": [
182
+ 3.599999999999476e-14
183
+ ],
184
+ "q99": [
185
+ 3.9599999999994235e-14
186
+ ]
187
+ },
188
+ "frame_index": {
189
+ "min": [
190
+ 0
191
+ ],
192
+ "max": [
193
+ 599
194
+ ],
195
+ "mean": [
196
+ 299.5
197
+ ],
198
+ "std": [
199
+ 173.20484019410853
200
+ ],
201
+ "count": [
202
+ 2400
203
+ ],
204
+ "q01": [
205
+ 5.0315999999016805
206
+ ],
207
+ "q10": [
208
+ 59.061399999919715
209
+ ],
210
+ "q50": [
211
+ 299.0207999999999
212
+ ],
213
+ "q90": [
214
+ 539.1000000000801
215
+ ],
216
+ "q99": [
217
+ 593.010000000098
218
+ ]
219
+ },
220
+ "observation.images.front": {
221
+ "min": [
222
+ [
223
+ [
224
+ 0.0
225
+ ]
226
+ ],
227
+ [
228
+ [
229
+ 0.0
230
+ ]
231
+ ],
232
+ [
233
+ [
234
+ 0.0
235
+ ]
236
+ ]
237
+ ],
238
+ "max": [
239
+ [
240
+ [
241
+ 1.0
242
+ ]
243
+ ],
244
+ [
245
+ [
246
+ 1.0
247
+ ]
248
+ ],
249
+ [
250
+ [
251
+ 1.0
252
+ ]
253
+ ]
254
+ ],
255
+ "mean": [
256
+ [
257
+ [
258
+ 0.5146594192256793
259
+ ]
260
+ ],
261
+ [
262
+ [
263
+ 0.5277189981364446
264
+ ]
265
+ ],
266
+ [
267
+ [
268
+ 0.5081741200440232
269
+ ]
270
+ ]
271
+ ],
272
+ "std": [
273
+ [
274
+ [
275
+ 0.006094495908732322
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 0.004053092124528054
281
+ ]
282
+ ],
283
+ [
284
+ [
285
+ 0.006779671459094412
286
+ ]
287
+ ]
288
+ ],
289
+ "count": [
290
+ 484
291
+ ],
292
+ "q01": [
293
+ [
294
+ [
295
+ 0.004870254708419224
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.006923347929658029
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ -3.9215686274509807e-13
306
+ ]
307
+ ]
308
+ ],
309
+ "q10": [
310
+ [
311
+ [
312
+ 0.11376538920550837
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.22349989170224557
318
+ ]
319
+ ],
320
+ [
321
+ [
322
+ 0.09706278009267141
323
+ ]
324
+ ]
325
+ ],
326
+ "q50": [
327
+ [
328
+ [
329
+ 0.5784002532732093
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.5695511125020621
335
+ ]
336
+ ],
337
+ [
338
+ [
339
+ 0.5793831251085226
340
+ ]
341
+ ]
342
+ ],
343
+ "q90": [
344
+ [
345
+ [
346
+ 0.738212304969262
347
+ ]
348
+ ],
349
+ [
350
+ [
351
+ 0.7215832080884268
352
+ ]
353
+ ],
354
+ [
355
+ [
356
+ 0.7559141602200932
357
+ ]
358
+ ]
359
+ ],
360
+ "q99": [
361
+ [
362
+ [
363
+ 0.8518988944334385
364
+ ]
365
+ ],
366
+ [
367
+ [
368
+ 0.8049019364326755
369
+ ]
370
+ ],
371
+ [
372
+ [
373
+ 0.8440448344001633
374
+ ]
375
+ ]
376
+ ]
377
+ },
378
+ "index": {
379
+ "min": [
380
+ 0
381
+ ],
382
+ "max": [
383
+ 2399
384
+ ],
385
+ "mean": [
386
+ 1199.5
387
+ ],
388
+ "std": [
389
+ 692.8202628868953
390
+ ],
391
+ "count": [
392
+ 2400
393
+ ],
394
+ "q01": [
395
+ 905.0315999999018
396
+ ],
397
+ "q10": [
398
+ 959.0613999999198
399
+ ],
400
+ "q50": [
401
+ 1199.0207999999998
402
+ ],
403
+ "q90": [
404
+ 1439.10000000008
405
+ ],
406
+ "q99": [
407
+ 1493.0100000000982
408
+ ]
409
+ },
410
+ "episode_index": {
411
+ "min": [
412
+ 0
413
+ ],
414
+ "max": [
415
+ 3
416
+ ],
417
+ "mean": [
418
+ 1.5
419
+ ],
420
+ "std": [
421
+ 1.118033988749895
422
+ ],
423
+ "count": [
424
+ 2400
425
+ ],
426
+ "q01": [
427
+ 1.5000000000000004
428
+ ],
429
+ "q10": [
430
+ 1.5000000000000042
431
+ ],
432
+ "q50": [
433
+ 1.50000000000002
434
+ ],
435
+ "q90": [
436
+ 1.500000000000036
437
+ ],
438
+ "q99": [
439
+ 1.5000000000000393
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
+ 2400
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:bb74561ef581336f81d7a697d82ab3198eddc5e4c57c35b2606f92bc1ca3f14b
3
+ size 1236
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:af3d0a7ec27f91b6ad16f37e46691bceb535a8243c5d7d0e3fe1c73c9f17144d
3
+ size 5727122