karthikpythireddi93 commited on
Commit
01b6246
·
verified ·
1 Parent(s): f5fc94b

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - task:bread_place
8
+ - sandwich
9
+ - so101
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v3.0",
31
+ "robot_type": "so101_follower",
32
+ "total_episodes": 20,
33
+ "total_frames": 13269,
34
+ "total_tasks": 1,
35
+ "chunks_size": 1000,
36
+ "data_files_size_in_mb": 100,
37
+ "video_files_size_in_mb": 500,
38
+ "fps": 30,
39
+ "splits": {
40
+ "train": "0:20"
41
+ },
42
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
43
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
44
+ "features": {
45
+ "action": {
46
+ "dtype": "float32",
47
+ "names": [
48
+ "shoulder_pan.pos",
49
+ "shoulder_lift.pos",
50
+ "elbow_flex.pos",
51
+ "wrist_flex.pos",
52
+ "wrist_roll.pos",
53
+ "gripper.pos"
54
+ ],
55
+ "shape": [
56
+ 6
57
+ ]
58
+ },
59
+ "observation.state": {
60
+ "dtype": "float32",
61
+ "names": [
62
+ "shoulder_pan.pos",
63
+ "shoulder_lift.pos",
64
+ "elbow_flex.pos",
65
+ "wrist_flex.pos",
66
+ "wrist_roll.pos",
67
+ "gripper.pos"
68
+ ],
69
+ "shape": [
70
+ 6
71
+ ]
72
+ },
73
+ "observation.images.top": {
74
+ "dtype": "video",
75
+ "shape": [
76
+ 480,
77
+ 640,
78
+ 3
79
+ ],
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channels"
84
+ ],
85
+ "info": {
86
+ "video.height": 480,
87
+ "video.width": 640,
88
+ "video.codec": "av1",
89
+ "video.pix_fmt": "yuv420p",
90
+ "video.is_depth_map": false,
91
+ "video.fps": 30,
92
+ "video.channels": 3,
93
+ "has_audio": false
94
+ }
95
+ },
96
+ "observation.images.front": {
97
+ "dtype": "video",
98
+ "shape": [
99
+ 480,
100
+ 640,
101
+ 3
102
+ ],
103
+ "names": [
104
+ "height",
105
+ "width",
106
+ "channels"
107
+ ],
108
+ "info": {
109
+ "video.height": 480,
110
+ "video.width": 640,
111
+ "video.codec": "av1",
112
+ "video.pix_fmt": "yuv420p",
113
+ "video.is_depth_map": false,
114
+ "video.fps": 30,
115
+ "video.channels": 3,
116
+ "has_audio": false
117
+ }
118
+ },
119
+ "timestamp": {
120
+ "dtype": "float32",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "frame_index": {
127
+ "dtype": "int64",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "episode_index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ },
140
+ "index": {
141
+ "dtype": "int64",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "task_index": {
148
+ "dtype": "int64",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ }
154
+ }
155
+ }
156
+ ```
157
+
158
+
159
+ ## Citation
160
+
161
+ **BibTeX:**
162
+
163
+ ```bibtex
164
+ [More Information Needed]
165
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23892eed9074001db9b7c31efde73372be4c801150045c990e92c55b174db985
3
+ size 1186800
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:171231af4e526a3cf66d85a4d75547f7230a8b4668d9cbe1cd133ec767d28e8d
3
+ size 77497
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 42,
5
+ "total_frames": 41970,
6
+ "total_tasks": 3,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 500,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:42"
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.top": {
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
+ "observation.images.front": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/stats.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "min": [
4
+ -40.2787971496582,
5
+ -99.31507110595703,
6
+ -18.06704330444336,
7
+ -35.43940353393555,
8
+ -6.374085903167725,
9
+ 0.0
10
+ ],
11
+ "max": [
12
+ 36.75715255737305,
13
+ 53.082191467285156,
14
+ 100.0,
15
+ 100.0,
16
+ 89.7596664428711,
17
+ 53.7337646484375
18
+ ],
19
+ "mean": [
20
+ -4.019206023738826,
21
+ -17.690864922328878,
22
+ 46.44711499817462,
23
+ 36.54248534269153,
24
+ 32.887061063175906,
25
+ 19.655104213536912
26
+ ],
27
+ "std": [
28
+ 17.77105631075897,
29
+ 51.52395239751507,
30
+ 37.56146522950104,
31
+ 39.55046389564622,
32
+ 29.138858850335133,
33
+ 15.050237938571357
34
+ ],
35
+ "count": [
36
+ 41970
37
+ ]
38
+ },
39
+ "frame_index": {
40
+ "min": [
41
+ 0
42
+ ],
43
+ "max": [
44
+ 2012
45
+ ],
46
+ "mean": [
47
+ 592.3600905408626
48
+ ],
49
+ "std": [
50
+ 421.49163022764446
51
+ ],
52
+ "count": [
53
+ 41970
54
+ ]
55
+ },
56
+ "episode_index": {
57
+ "min": [
58
+ 0
59
+ ],
60
+ "max": [
61
+ 41
62
+ ],
63
+ "mean": [
64
+ 23.60285918513224
65
+ ],
66
+ "std": [
67
+ 11.66086018094656
68
+ ],
69
+ "count": [
70
+ 41970
71
+ ]
72
+ },
73
+ "task_index": {
74
+ "min": [
75
+ 0
76
+ ],
77
+ "max": [
78
+ 2
79
+ ],
80
+ "mean": [
81
+ 0.685608768167739
82
+ ],
83
+ "std": [
84
+ 0.46805524621460426
85
+ ],
86
+ "count": [
87
+ 41970
88
+ ]
89
+ },
90
+ "observation.images.front": {
91
+ "min": [
92
+ [
93
+ [
94
+ 0.0
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.0
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.0
105
+ ]
106
+ ]
107
+ ],
108
+ "max": [
109
+ [
110
+ [
111
+ 1.0
112
+ ]
113
+ ],
114
+ [
115
+ [
116
+ 1.0
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 1.0
122
+ ]
123
+ ]
124
+ ],
125
+ "mean": [
126
+ [
127
+ [
128
+ 0.5731337065899326
129
+ ]
130
+ ],
131
+ [
132
+ [
133
+ 0.5766506437641905
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.5628997140245177
139
+ ]
140
+ ]
141
+ ],
142
+ "std": [
143
+ [
144
+ [
145
+ 0.14186736595493932
146
+ ]
147
+ ],
148
+ [
149
+ [
150
+ 0.1419501569540734
151
+ ]
152
+ ],
153
+ [
154
+ [
155
+ 0.1511235708974216
156
+ ]
157
+ ]
158
+ ],
159
+ "count": [
160
+ 7355
161
+ ]
162
+ },
163
+ "timestamp": {
164
+ "min": [
165
+ 0.0
166
+ ],
167
+ "max": [
168
+ 67.06666666666666
169
+ ],
170
+ "mean": [
171
+ 19.745336351362084
172
+ ],
173
+ "std": [
174
+ 14.049721007588152
175
+ ],
176
+ "count": [
177
+ 41970
178
+ ]
179
+ },
180
+ "observation.images.top": {
181
+ "min": [
182
+ [
183
+ [
184
+ 0.0
185
+ ]
186
+ ],
187
+ [
188
+ [
189
+ 0.0
190
+ ]
191
+ ],
192
+ [
193
+ [
194
+ 0.0
195
+ ]
196
+ ]
197
+ ],
198
+ "max": [
199
+ [
200
+ [
201
+ 1.0
202
+ ]
203
+ ],
204
+ [
205
+ [
206
+ 1.0
207
+ ]
208
+ ],
209
+ [
210
+ [
211
+ 1.0
212
+ ]
213
+ ]
214
+ ],
215
+ "mean": [
216
+ [
217
+ [
218
+ 0.5771003329067861
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.5856852822876263
224
+ ]
225
+ ],
226
+ [
227
+ [
228
+ 0.5743821007617868
229
+ ]
230
+ ]
231
+ ],
232
+ "std": [
233
+ [
234
+ [
235
+ 0.16539934526390251
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.16842716561786844
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.17615388410445887
246
+ ]
247
+ ]
248
+ ],
249
+ "count": [
250
+ 7355
251
+ ]
252
+ },
253
+ "index": {
254
+ "min": [
255
+ 0
256
+ ],
257
+ "max": [
258
+ 41969
259
+ ],
260
+ "mean": [
261
+ 20984.5
262
+ ],
263
+ "std": [
264
+ 12115.695395505232
265
+ ],
266
+ "count": [
267
+ 41970
268
+ ]
269
+ },
270
+ "observation.state": {
271
+ "min": [
272
+ -40.088104248046875,
273
+ -98.09207916259766,
274
+ -14.571039199829102,
275
+ -34.473819732666016,
276
+ -5.9873948097229,
277
+ 1.4179608821868896
278
+ ],
279
+ "max": [
280
+ 36.41703414916992,
281
+ 53.87805938720703,
282
+ 99.63685607910156,
283
+ 99.68895721435547,
284
+ 89.5483169555664,
285
+ 53.27481460571289
286
+ ],
287
+ "mean": [
288
+ -4.069569630477439,
289
+ -16.25974404225612,
290
+ 47.797812066431526,
291
+ 36.73367551706336,
292
+ 32.82118661820619,
293
+ 20.010227359667653
294
+ ],
295
+ "std": [
296
+ 17.761881310487716,
297
+ 51.88291679142536,
298
+ 36.59790674144438,
299
+ 39.26255744301917,
300
+ 29.138356815524933,
301
+ 14.639718154229552
302
+ ],
303
+ "count": [
304
+ 41970
305
+ ]
306
+ }
307
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e284333be5a17be975d43543c065d5c084804dd71d67e7f4ab2c24964c2417d6
3
+ size 2152
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:dfe5ad515fb10b50a1fd4ef4c3feedd2eda184dbbbc653d3daf11b06a3ae6844
3
+ size 507118067
videos/observation.images.top/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff4bf00f790c67a98313087593154de3941757a0bb9a099d78873c0e30ad9b8
3
+ size 519393255
videos/observation.images.top/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe8e2392a690f818e5fe653ea1ca10dae3337e2cfb0486a24c8aebaf646fe74
3
+ size 59888458