OpenLabBA commited on
Commit
e3cf5db
·
verified ·
1 Parent(s): 64a9cd9

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # Lego_in_box
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:5da19a42e89dc5c93a250d8bc1934176c49e04a242a907e87e4b974e9a6c02bf
3
+ size 19408
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up a lego 8x2 and put it in a box."],"length":243}
meta/info.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 243,
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
+ 6
21
+ ],
22
+ "names": [
23
+ "motor_1",
24
+ "motor_2",
25
+ "motor_3",
26
+ "motor_4",
27
+ "motor_5",
28
+ "motor_6"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "motor_1",
38
+ "motor_2",
39
+ "motor_3",
40
+ "motor_4",
41
+ "motor_5",
42
+ "motor_6"
43
+ ]
44
+ },
45
+ "timestamp": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "episode_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "frame_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "task_index": {
67
+ "dtype": "int64",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ },
73
+ "index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ },
80
+ "observation.images.main": {
81
+ "dtype": "video",
82
+ "shape": [
83
+ 240,
84
+ 320,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channel"
91
+ ],
92
+ "info": {
93
+ "video.fps": 30,
94
+ "video.codec": "mp4v",
95
+ "video.pix_fmt": "yuv420p",
96
+ "video.is_depth_map": false,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "observation.images.secondary_0": {
101
+ "dtype": "video",
102
+ "shape": [
103
+ 240,
104
+ 320,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channel"
111
+ ],
112
+ "info": {
113
+ "video.fps": 30,
114
+ "video.codec": "mp4v",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "has_audio": false
118
+ }
119
+ }
120
+ }
121
+ }
meta/stats.json ADDED
@@ -0,0 +1,371 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.5339556744562877,
5
+ 0.5769176252746095,
6
+ 1.4000000000000008,
7
+ 1.6700000000000008,
8
+ 0.20867233254613518,
9
+ 0.4280851527968511
10
+ ],
11
+ "min": [
12
+ -0.5723145591155029,
13
+ -1.570800000000001,
14
+ -0.4449630620469062,
15
+ 0.978918736503193,
16
+ -0.37438271427394865,
17
+ 0.003068710772737077
18
+ ],
19
+ "mean": [
20
+ 0.10139373989427042,
21
+ -0.296027463069074,
22
+ 0.22659423986723048,
23
+ 1.1908985198572826,
24
+ -0.14830207802321071,
25
+ 0.16139776967476918
26
+ ],
27
+ "std": [
28
+ 0.3173842228579384,
29
+ 0.9318555632715987,
30
+ 0.8445053940344311,
31
+ 0.11675825474786654,
32
+ 0.18513217875356525,
33
+ 0.17157153965547844
34
+ ],
35
+ "sum": [
36
+ 24.63867879430771,
37
+ -71.93467352578499,
38
+ 55.062400287737006,
39
+ 289.3883403253197,
40
+ -36.037404959640206,
41
+ 39.21965803096891
42
+ ],
43
+ "square_sum": [
44
+ 26.976264804358923,
45
+ 232.30485307499575,
46
+ 185.78183735290463,
47
+ 347.9448412399583,
48
+ 13.672985479318816,
49
+ 13.483106086005124
50
+ ],
51
+ "count": 243
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.5339556744562877,
56
+ 0.5769176252746095,
57
+ 1.4000000000000008,
58
+ 1.6700000000000008,
59
+ 0.20867233254613518,
60
+ 0.4280851527968511
61
+ ],
62
+ "min": [
63
+ -0.5723145591155029,
64
+ -1.570800000000001,
65
+ -0.4449630620469062,
66
+ 0.978918736503193,
67
+ -0.37438271427394865,
68
+ 0.003068710772737077
69
+ ],
70
+ "mean": [
71
+ 0.10139373989427042,
72
+ -0.296027463069074,
73
+ 0.22659423986723048,
74
+ 1.1908985198572826,
75
+ -0.14830207802321071,
76
+ 0.16139776967476918
77
+ ],
78
+ "std": [
79
+ 0.3173842228579384,
80
+ 0.9318555632715987,
81
+ 0.8445053940344311,
82
+ 0.11675825474786654,
83
+ 0.18513217875356525,
84
+ 0.17157153965547844
85
+ ],
86
+ "sum": [
87
+ 24.63867879430771,
88
+ -71.93467352578499,
89
+ 55.062400287737006,
90
+ 289.3883403253197,
91
+ -36.037404959640206,
92
+ 39.21965803096891
93
+ ],
94
+ "square_sum": [
95
+ 26.976264804358923,
96
+ 232.30485307499575,
97
+ 185.78183735290463,
98
+ 347.9448412399583,
99
+ 13.672985479318816,
100
+ 13.483106086005124
101
+ ],
102
+ "count": 243
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 27.760011200000008
107
+ ],
108
+ "min": [
109
+ 0.10649029999967752
110
+ ],
111
+ "mean": [
112
+ 13.710984057613251
113
+ ],
114
+ "std": [
115
+ 8.008959332353323
116
+ ],
117
+ "sum": [
118
+ 3331.76912600002
119
+ ],
120
+ "square_sum": [
121
+ 61268.68675994562
122
+ ],
123
+ "count": 243
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 242
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 121.0
134
+ ],
135
+ "std": [
136
+ 70.14746372226631
137
+ ],
138
+ "sum": [
139
+ 29403
140
+ ],
141
+ "square_sum": [
142
+ 4753485
143
+ ],
144
+ "count": 243
145
+ },
146
+ "episode_index": {
147
+ "max": [
148
+ 0
149
+ ],
150
+ "min": [
151
+ 0
152
+ ],
153
+ "mean": [
154
+ 0.0
155
+ ],
156
+ "std": [
157
+ 0.0
158
+ ],
159
+ "sum": [
160
+ 0
161
+ ],
162
+ "square_sum": [
163
+ 0
164
+ ],
165
+ "count": 243
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 242
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 121.0
176
+ ],
177
+ "std": [
178
+ 70.14746372226631
179
+ ],
180
+ "sum": [
181
+ 29403
182
+ ],
183
+ "square_sum": [
184
+ 4753485
185
+ ],
186
+ "count": 243
187
+ },
188
+ "task_index": {
189
+ "max": [
190
+ 0
191
+ ],
192
+ "min": [
193
+ 0
194
+ ],
195
+ "mean": [
196
+ 0.0
197
+ ],
198
+ "std": [
199
+ 0.0
200
+ ],
201
+ "sum": [
202
+ 0
203
+ ],
204
+ "square_sum": [
205
+ 0
206
+ ],
207
+ "count": 243
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 1.0
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 1.0
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 1.0
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.0
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.5008538022976681
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.4563144611625514
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.48674945344650206
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.21839856341423872
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.22964318500831155
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.21163552071062847
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 9347134.0,
280
+ 8515923.0,
281
+ 9083913.0
282
+ ],
283
+ "square_sum": [
284
+ 5571705.5,
285
+ 4870119.0,
286
+ 5257471.0
287
+ ],
288
+ "count": 18662400
289
+ },
290
+ "observation.images.secondary_0": {
291
+ "max": [
292
+ [
293
+ [
294
+ 1.0
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 0.9960784316062927
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 1.0
305
+ ]
306
+ ]
307
+ ],
308
+ "min": [
309
+ [
310
+ [
311
+ 0.0
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 0.0
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.0
322
+ ]
323
+ ]
324
+ ],
325
+ "mean": [
326
+ [
327
+ [
328
+ 0.46846461334019207
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.46801354595336075
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.46329453875171467
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.12302823828138981
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.14561829718107053
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.12881977067680844
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 8742674.0,
361
+ 8734256.0,
362
+ 8646188.0
363
+ ],
364
+ "square_sum": [
365
+ 4378106.5,
366
+ 4483480.5,
367
+ 4315425.5
368
+ ],
369
+ "count": 18662400
370
+ }
371
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up a lego 8x2 and put it in a 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:4dd42b610a19522736e2a0fb410a7d90306fc605d4fe2e36270abc7c8bfaeb1a
3
+ size 652616
videos/chunk-000/observation.images.secondary_0/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd3f51c80aa7c93d04a421a1effc06d25f7435237126390e8896818b6987237
3
+ size 591623