anthonyav commited on
Commit
daa3cd1
·
verified ·
1 Parent(s): 353f695

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk1
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # so100-lego
12
+
13
+ **This dataset was generated using a [phospho starter pack](https://robots.phospho.ai).**
14
+
15
+ This dataset contains a series of episodes recorded with a robot and multiple cameras. It can be directly used to train a policy using imitation learning. It's compatible with LeRobot and RLDS.
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc11c58cadd49ff97e93a312a97af78c7d8b75cb7d95e57eb922e3d43c514f2f
3
+ size 25092
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the logo and put it in the box"],"length":204}
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100, so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 204,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 12
21
+ ],
22
+ "names": [
23
+ "motor_1",
24
+ "motor_2",
25
+ "motor_3",
26
+ "motor_4",
27
+ "motor_5",
28
+ "motor_6",
29
+ "motor_1_secondary",
30
+ "motor_2_secondary",
31
+ "motor_3_secondary",
32
+ "motor_4_secondary",
33
+ "motor_5_secondary",
34
+ "motor_6_secondary"
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "motor_1",
44
+ "motor_2",
45
+ "motor_3",
46
+ "motor_4",
47
+ "motor_5",
48
+ "motor_6",
49
+ "motor_1_secondary",
50
+ "motor_2_secondary",
51
+ "motor_3_secondary",
52
+ "motor_4_secondary",
53
+ "motor_5_secondary",
54
+ "motor_6_secondary"
55
+ ]
56
+ },
57
+ "timestamp": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "episode_index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "frame_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "task_index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ },
92
+ "observation.images.main": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 480,
96
+ 640,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channel"
103
+ ],
104
+ "info": {
105
+ "video.fps": 30,
106
+ "video.codec": "mp4v",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "has_audio": false
110
+ }
111
+ },
112
+ "observation.images.secondary_0": {
113
+ "dtype": "video",
114
+ "shape": [
115
+ 480,
116
+ 640,
117
+ 3
118
+ ],
119
+ "names": [
120
+ "height",
121
+ "width",
122
+ "channel"
123
+ ],
124
+ "info": {
125
+ "video.fps": 30,
126
+ "video.codec": "mp4v",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "has_audio": false
130
+ }
131
+ }
132
+ }
133
+ }
meta/stats.json ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 1.3180112768906629,
5
+ 1.3118738553451883,
6
+ 1.5005995678685313,
7
+ 1.8611730836651619,
8
+ -1.2811867476178156,
9
+ 0.5186121205926008,
10
+ 1.313408210731557,
11
+ 1.3103394999588196,
12
+ 1.5220805432776923,
13
+ 1.8166767774604713,
14
+ -1.3072707891860824,
15
+ 0.4894593682515966
16
+ ],
17
+ "min": [
18
+ -0.16417602634144463,
19
+ -1.6847222142327682,
20
+ -1.5727142710278574,
21
+ 1.0065371334578288,
22
+ -1.9363564975972254,
23
+ -0.009206132318211848,
24
+ -0.15343553863686413,
25
+ -1.6923939911646113,
26
+ -1.5681112048687516,
27
+ 1.0587052165943625,
28
+ -1.8749822821424798,
29
+ 0.01074048770458049
30
+ ],
31
+ "mean": [
32
+ 0.2980109270524428,
33
+ -0.6536880440425732,
34
+ 0.20886788764439804,
35
+ 1.5209523407877137,
36
+ -1.5500148369295201,
37
+ 0.04962586685911892,
38
+ 0.2981914394508393,
39
+ -0.6428121720391954,
40
+ 0.22569314744492067,
41
+ 1.4996142710272793,
42
+ -1.550330733626711,
43
+ 0.09423499331280749
44
+ ],
45
+ "std": null,
46
+ "sum": [
47
+ 60.79422911869833,
48
+ -133.35236098468494,
49
+ 42.6090490794572,
50
+ 310.2742775206936,
51
+ -316.2030267336221,
52
+ 10.12367683926026,
53
+ 60.831053647971224,
54
+ -131.13368309599585,
55
+ 46.04140207876382,
56
+ 305.921311289565,
57
+ -316.26746965984904,
58
+ 19.22393863581273
59
+ ],
60
+ "square_sum": [
61
+ 73.53612154331762,
62
+ 321.88629777604666,
63
+ 250.20711872669392,
64
+ 485.8176740283362,
65
+ 493.4104813889528,
66
+ 4.275570523357778,
67
+ 73.03114980491117,
68
+ 324.2241257129701,
69
+ 247.80190519358348,
70
+ 472.31165170737177,
71
+ 493.4916463896212,
72
+ 4.901303333502946
73
+ ],
74
+ "count": 204
75
+ },
76
+ "action": {
77
+ "max": [
78
+ 1.3180112768906629,
79
+ 1.3118738553451883,
80
+ 1.5005995678685313,
81
+ 1.8611730836651619,
82
+ -1.2811867476178156,
83
+ 0.5186121205926008,
84
+ 1.313408210731557,
85
+ 1.3103394999588196,
86
+ 1.5220805432776923,
87
+ 1.8166767774604713,
88
+ -1.3072707891860824,
89
+ 0.4894593682515966
90
+ ],
91
+ "min": [
92
+ -0.16417602634144463,
93
+ -1.6847222142327682,
94
+ -1.5727142710278574,
95
+ 1.0065371334578288,
96
+ -1.9363564975972254,
97
+ -0.009206132318211848,
98
+ -0.15343553863686413,
99
+ -1.6923939911646113,
100
+ -1.5681112048687516,
101
+ 1.0587052165943625,
102
+ -1.8749822821424798,
103
+ 0.01074048770458049
104
+ ],
105
+ "mean": [
106
+ 0.2980109270524428,
107
+ -0.6536880440425732,
108
+ 0.20886788764439804,
109
+ 1.5209523407877137,
110
+ -1.5500148369295201,
111
+ 0.04962586685911892,
112
+ 0.2981914394508393,
113
+ -0.6428121720391954,
114
+ 0.22569314744492067,
115
+ 1.4996142710272793,
116
+ -1.550330733626711,
117
+ 0.09423499331280749
118
+ ],
119
+ "std": null,
120
+ "sum": [
121
+ 60.79422911869833,
122
+ -133.35236098468494,
123
+ 42.6090490794572,
124
+ 310.2742775206936,
125
+ -316.2030267336221,
126
+ 10.12367683926026,
127
+ 60.831053647971224,
128
+ -131.13368309599585,
129
+ 46.04140207876382,
130
+ 305.921311289565,
131
+ -316.26746965984904,
132
+ 19.22393863581273
133
+ ],
134
+ "square_sum": [
135
+ 73.53612154331762,
136
+ 321.88629777604666,
137
+ 250.20711872669392,
138
+ 485.8176740283362,
139
+ 493.4104813889528,
140
+ 4.275570523357778,
141
+ 73.03114980491117,
142
+ 324.2241257129701,
143
+ 247.80190519358348,
144
+ 472.31165170737177,
145
+ 493.4916463896212,
146
+ 4.901303333502946
147
+ ],
148
+ "count": 204
149
+ },
150
+ "timestamp": {
151
+ "max": [
152
+ 15.241885041003115
153
+ ],
154
+ "min": [
155
+ 0.05257862503640354
156
+ ],
157
+ "mean": [
158
+ 7.645617890466169
159
+ ],
160
+ "std": null,
161
+ "sum": [
162
+ 1559.7060496550985
163
+ ],
164
+ "square_sum": [
165
+ 15916.297917988511
166
+ ],
167
+ "count": 204
168
+ },
169
+ "frame_index": {
170
+ "max": [
171
+ 203
172
+ ],
173
+ "min": [
174
+ 0
175
+ ],
176
+ "mean": [
177
+ 101.5
178
+ ],
179
+ "std": null,
180
+ "sum": [
181
+ 20706
182
+ ],
183
+ "square_sum": [
184
+ 2809114
185
+ ],
186
+ "count": 204
187
+ },
188
+ "episode_index": {
189
+ "max": [
190
+ 0
191
+ ],
192
+ "min": [
193
+ 0
194
+ ],
195
+ "mean": [
196
+ 0.0
197
+ ],
198
+ "std": null,
199
+ "sum": [
200
+ 0
201
+ ],
202
+ "square_sum": [
203
+ 0
204
+ ],
205
+ "count": 204
206
+ },
207
+ "index": {
208
+ "max": [
209
+ 203
210
+ ],
211
+ "min": [
212
+ 0
213
+ ],
214
+ "mean": [
215
+ 101.5
216
+ ],
217
+ "std": null,
218
+ "sum": [
219
+ 20706
220
+ ],
221
+ "square_sum": [
222
+ 2809114
223
+ ],
224
+ "count": 204
225
+ },
226
+ "task_index": {
227
+ "max": [
228
+ 0
229
+ ],
230
+ "min": [
231
+ 0
232
+ ],
233
+ "mean": [
234
+ 0.0
235
+ ],
236
+ "std": null,
237
+ "sum": [
238
+ 0
239
+ ],
240
+ "square_sum": [
241
+ 0
242
+ ],
243
+ "count": 204
244
+ },
245
+ "observation.images.main": {
246
+ "max": [
247
+ [
248
+ [
249
+ 0.929411768913269
250
+ ]
251
+ ],
252
+ [
253
+ [
254
+ 0.9529411792755127
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 1.0
260
+ ]
261
+ ]
262
+ ],
263
+ "min": [
264
+ [
265
+ [
266
+ 0.0
267
+ ]
268
+ ],
269
+ [
270
+ [
271
+ 0.0
272
+ ]
273
+ ],
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ]
279
+ ],
280
+ "mean": [
281
+ [
282
+ [
283
+ 0.5085545598447713
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 0.4351669730392157
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.3688901016135621
294
+ ]
295
+ ]
296
+ ],
297
+ "std": [
298
+ [
299
+ [
300
+ 0.15176560505192613
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.1580717377484806
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.1813180195462466
311
+ ]
312
+ ]
313
+ ],
314
+ "sum": [
315
+ 31870504.0,
316
+ 27271392.0,
317
+ 23117900.0
318
+ ],
319
+ "square_sum": [
320
+ 17651328.0,
321
+ 13433494.0,
322
+ 10588278.0
323
+ ],
324
+ "count": 62668800
325
+ }
326
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up the logo and put it in the box"}
videos/chunk-000/observation.images.main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5261b3c67778d06b9e71dd5ddc365814e87ff7de09680379dac7ceb9eea5a406
3
+ size 1009538