nkim7 commited on
Commit
8abfd2c
·
verified ·
1 Parent(s): b97a321

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_rgb_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:08be3eb84f2498d53b7b3c522516fc604486922f79043a16029809bfa4619418
3
+ size 102119
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140d6eb1f0ae7d61d23117bdface8b68496cfb4ed7f54cbebeae7fedbcd7f1c9
3
+ size 80526
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
+ "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
+ "task_index": {
67
+ "min": [
68
+ 0
69
+ ],
70
+ "max": [
71
+ 0
72
+ ],
73
+ "mean": [
74
+ 0.0
75
+ ],
76
+ "std": [
77
+ 0.0
78
+ ],
79
+ "count": [
80
+ 3000
81
+ ],
82
+ "q01": [
83
+ 3.9999999999994176e-16
84
+ ],
85
+ "q10": [
86
+ 3.999999999999417e-15
87
+ ],
88
+ "q50": [
89
+ 1.9999999999997088e-14
90
+ ],
91
+ "q90": [
92
+ 3.599999999999476e-14
93
+ ],
94
+ "q99": [
95
+ 3.9599999999994235e-14
96
+ ]
97
+ },
98
+ "timestamp": {
99
+ "min": [
100
+ 0.0
101
+ ],
102
+ "max": [
103
+ 19.966666666666665
104
+ ],
105
+ "mean": [
106
+ 9.983333333333333
107
+ ],
108
+ "std": [
109
+ 5.7734946731369545
110
+ ],
111
+ "count": [
112
+ 3000
113
+ ],
114
+ "q01": [
115
+ 0.16771999990167996
116
+ ],
117
+ "q10": [
118
+ 1.9687133332530526
119
+ ],
120
+ "q50": [
121
+ 9.967359999999838
122
+ ],
123
+ "q90": [
124
+ 17.97000000008
125
+ ],
126
+ "q99": [
127
+ 19.767000000097998
128
+ ]
129
+ },
130
+ "observation.state": {
131
+ "min": [
132
+ -4.9670329093933105,
133
+ -0.1318681389093399,
134
+ -164.1758270263672,
135
+ 28.52747344970703,
136
+ -138.94505310058594,
137
+ 0.6752194166183472
138
+ ],
139
+ "max": [
140
+ 43.47252655029297,
141
+ 150.72528076171875,
142
+ -3.472527503967285,
143
+ 97.71428680419922,
144
+ -7.868131637573242,
145
+ 42.20121383666992
146
+ ],
147
+ "mean": [
148
+ 11.374716663360596,
149
+ 80.3976318359375,
150
+ -82.70001983642578,
151
+ 68.86431579589843,
152
+ -84.15999450683594,
153
+ 7.291307163238526
154
+ ],
155
+ "std": [
156
+ 6.483803267221979,
157
+ 46.59495374305899,
158
+ 39.90786944540218,
159
+ 17.300357327920366,
160
+ 35.72051920327467,
161
+ 11.155057679461954
162
+ ],
163
+ "count": [
164
+ 3000
165
+ ],
166
+ "q01": [
167
+ 3.1381102533051455,
168
+ 0.25560527537460925,
169
+ -121.4857162475586,
170
+ 41.942880630493164,
171
+ -119.83296661376953,
172
+ 0.6752194166183472
173
+ ],
174
+ "q10": [
175
+ 3.8781718313397455,
176
+ 0.48753697778265953,
177
+ -120.5225405312841,
178
+ 44.65148135461043,
179
+ -114.82429878480973,
180
+ 0.6752194166183472
181
+ ],
182
+ "q50": [
183
+ 10.454025270523054,
184
+ 87.96733727088342,
185
+ -87.41207814423935,
186
+ 73.0310722802906,
187
+ -94.87486190795899,
188
+ 4.1429178889603815
189
+ ],
190
+ "q90": [
191
+ 19.41940583351024,
192
+ 135.9950355440179,
193
+ -10.228277361369917,
194
+ 89.43494022828166,
195
+ -20.250022658237608,
196
+ 30.008541134654223
197
+ ],
198
+ "q99": [
199
+ 24.05993105333243,
200
+ 136.0288221238592,
201
+ -8.837754609419026,
202
+ 95.30461805401426,
203
+ -13.968047997562195,
204
+ 36.353807047881986
205
+ ]
206
+ },
207
+ "action": {
208
+ "min": [
209
+ -5.494505405426025,
210
+ -0.21978022158145905,
211
+ -166.10989379882812,
212
+ 27.604394912719727,
213
+ -140.5274658203125,
214
+ 0.0
215
+ ],
216
+ "max": [
217
+ 32.83516311645508,
218
+ 149.3186798095703,
219
+ -3.7362637519836426,
220
+ 101.71428680419922,
221
+ -5.406593322753906,
222
+ 42.230770111083984
223
+ ],
224
+ "mean": [
225
+ 11.175371456146241,
226
+ 79.33807373046875,
227
+ -84.19439086914062,
228
+ 68.61534118652344,
229
+ -83.99853973388672,
230
+ 5.232154750823975
231
+ ],
232
+ "std": [
233
+ 6.383373673546079,
234
+ 46.24582203960482,
235
+ 40.62953167128162,
236
+ 17.6381460083141,
237
+ 35.8798815978798,
238
+ 12.117652908363578
239
+ ],
240
+ "count": [
241
+ 3000
242
+ ],
243
+ "q01": [
244
+ 2.8035746786329474,
245
+ -0.16703297197818756,
246
+ -124.17428436279297,
247
+ 41.003679384504046,
248
+ -120.2179808440032,
249
+ -1.000000013351432e-10
250
+ ],
251
+ "q10": [
252
+ 3.771675401076538,
253
+ -0.16703297197818756,
254
+ -123.04654540440323,
255
+ 44.18813425126485,
256
+ -114.94366749820544,
257
+ -1.000000013351432e-10
258
+ ],
259
+ "q50": [
260
+ 10.436833069541237,
261
+ 87.0554988861084,
262
+ -88.9041610277616,
263
+ 72.47643226243693,
264
+ -94.87689056396485,
265
+ -1.000000013351432e-10
266
+ ],
267
+ "q90": [
268
+ 19.104116208212716,
269
+ 134.11625726842396,
270
+ -10.1295961807555,
271
+ 89.4278978308232,
272
+ -20.354882424975198,
273
+ 31.2936100876569
274
+ ],
275
+ "q99": [
276
+ 24.116051263075608,
277
+ 135.22382921136267,
278
+ -8.94339148780678,
279
+ 96.8221923828125,
280
+ -13.091357027966044,
281
+ 36.616149374069245
282
+ ]
283
+ },
284
+ "episode_index": {
285
+ "min": [
286
+ 0
287
+ ],
288
+ "max": [
289
+ 4
290
+ ],
291
+ "mean": [
292
+ 2.0
293
+ ],
294
+ "std": [
295
+ 1.4142135623730951
296
+ ],
297
+ "count": [
298
+ 3000
299
+ ],
300
+ "q01": [
301
+ 2.0000000000000004
302
+ ],
303
+ "q10": [
304
+ 2.0000000000000044
305
+ ],
306
+ "q50": [
307
+ 2.00000000000002
308
+ ],
309
+ "q90": [
310
+ 2.000000000000036
311
+ ],
312
+ "q99": [
313
+ 2.0000000000000395
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.5098388652568465
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.5304852785880192
360
+ ]
361
+ ],
362
+ [
363
+ [
364
+ 0.5040708039620807
365
+ ]
366
+ ]
367
+ ],
368
+ "std": [
369
+ [
370
+ [
371
+ 0.007139608051561972
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.007434331847125485
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.006170033007330988
382
+ ]
383
+ ]
384
+ ],
385
+ "count": [
386
+ 605
387
+ ],
388
+ "q01": [
389
+ [
390
+ [
391
+ 0.00545465811542138
392
+ ]
393
+ ],
394
+ [
395
+ [
396
+ 0.005515219746306056
397
+ ]
398
+ ],
399
+ [
400
+ [
401
+ -3.9215686274509807e-13
402
+ ]
403
+ ]
404
+ ],
405
+ "q10": [
406
+ [
407
+ [
408
+ 0.11141066496112444
409
+ ]
410
+ ],
411
+ [
412
+ [
413
+ 0.21569932087279842
414
+ ]
415
+ ],
416
+ [
417
+ [
418
+ 0.09958801995793966
419
+ ]
420
+ ]
421
+ ],
422
+ "q50": [
423
+ [
424
+ [
425
+ 0.5749014977919688
426
+ ]
427
+ ],
428
+ [
429
+ [
430
+ 0.5749075255751958
431
+ ]
432
+ ],
433
+ [
434
+ [
435
+ 0.5749044632207037
436
+ ]
437
+ ]
438
+ ],
439
+ "q90": [
440
+ [
441
+ [
442
+ 0.7489966633587275
443
+ ]
444
+ ],
445
+ [
446
+ [
447
+ 0.7341919179789631
448
+ ]
449
+ ],
450
+ [
451
+ [
452
+ 0.770213039874734
453
+ ]
454
+ ]
455
+ ],
456
+ "q99": [
457
+ [
458
+ [
459
+ 0.8579244753112323
460
+ ]
461
+ ],
462
+ [
463
+ [
464
+ 0.8211616399099944
465
+ ]
466
+ ],
467
+ [
468
+ [
469
+ 0.8619414127971317
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: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:392308c241a577b33fde43c48ae9d3da964dacda12a3205ac7ceefa5189cf33a
3
+ size 11531293