EarlyRiser21 commited on
Commit
72d1c5d
·
verified ·
1 Parent(s): 125ed1a

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # pickplace
12
+
13
+ **This dataset was generated using [phosphobot](https://docs.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.
16
+
17
+ To get started in robotics, [get your own phospho starter pack.](https://robots.phospho.ai).
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d9ee97cd4589012b74d34a546139dff6f31857ec0b96f8318ea161d775139d9
3
+ size 61584
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up blue boat and put it in the blue cylinder."],"length":1802}
meta/info.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 1802,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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
+ "observation.images.secondary_1": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 240,
124
+ 320,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channel"
131
+ ],
132
+ "info": {
133
+ "video.fps": 30,
134
+ "video.codec": "mp4v",
135
+ "video.pix_fmt": "yuv420p",
136
+ "video.is_depth_map": false,
137
+ "has_audio": false
138
+ }
139
+ }
140
+ }
141
+ }
meta/stats.json ADDED
@@ -0,0 +1,452 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.6444292622748293,
5
+ 0.7027347669568378,
6
+ 1.5880578248915438,
7
+ 0.9513003395485576,
8
+ 0.7242157423659987,
9
+ 1.7921270912785732
10
+ ],
11
+ "min": [
12
+ -0.6152765099338252,
13
+ -1.6586381726645012,
14
+ -0.2869244572509359,
15
+ -1.026483753480621,
16
+ -0.058305504682008374,
17
+ 0.009206132318211848
18
+ ],
19
+ "mean": [
20
+ -0.2991729046609875,
21
+ 0.12193271922240143,
22
+ 0.20387853630570746,
23
+ 0.23120998666477627,
24
+ 0.04247661087923766,
25
+ 1.2495706822175745
26
+ ],
27
+ "std": [
28
+ 0.3898288445778068,
29
+ 0.5523424495212474,
30
+ 0.42248743112970877,
31
+ 0.43230450276464577,
32
+ 0.20025272011876755,
33
+ 0.7182254291665718
34
+ ],
35
+ "sum": [
36
+ -539.1095741990995,
37
+ 219.72276003876738,
38
+ 367.38912242288484,
39
+ 416.64039596992683,
40
+ 76.54285280438626,
41
+ 2251.7263693560694
42
+ ],
43
+ "square_sum": [
44
+ 435.1306608165846,
45
+ 576.5494847473017,
46
+ 396.55188082578604,
47
+ 433.1021243614927,
48
+ 75.51355672492642,
49
+ 3743.24893184048
50
+ ],
51
+ "count": 1802
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.6444292622748293,
56
+ 0.7027347669568378,
57
+ 1.5880578248915438,
58
+ 0.9513003395485576,
59
+ 0.7242157423659987,
60
+ 1.7921270912785732
61
+ ],
62
+ "min": [
63
+ -0.6152765099338252,
64
+ -1.6586381726645012,
65
+ -0.2869244572509359,
66
+ -1.026483753480621,
67
+ -0.058305504682008374,
68
+ 0.009206132318211848
69
+ ],
70
+ "mean": [
71
+ -0.2991729046609875,
72
+ 0.12193271922240143,
73
+ 0.20387853630570746,
74
+ 0.23120998666477627,
75
+ 0.04247661087923766,
76
+ 1.2495706822175745
77
+ ],
78
+ "std": [
79
+ 0.3898288445778068,
80
+ 0.5523424495212474,
81
+ 0.42248743112970877,
82
+ 0.43230450276464577,
83
+ 0.20025272011876755,
84
+ 0.7182254291665718
85
+ ],
86
+ "sum": [
87
+ -539.1095741990995,
88
+ 219.72276003876738,
89
+ 367.38912242288484,
90
+ 416.64039596992683,
91
+ 76.54285280438626,
92
+ 2251.7263693560694
93
+ ],
94
+ "square_sum": [
95
+ 435.1306608165846,
96
+ 576.5494847473017,
97
+ 396.55188082578604,
98
+ 433.1021243614927,
99
+ 75.51355672492642,
100
+ 3743.24893184048
101
+ ],
102
+ "count": 1802
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 67.49214462499367
107
+ ],
108
+ "min": [
109
+ 0.0005833749892190099
110
+ ],
111
+ "mean": [
112
+ 33.621895320028564
113
+ ],
114
+ "std": [
115
+ 19.464886853230798
116
+ ],
117
+ "sum": [
118
+ 60586.65536669147
119
+ ],
120
+ "square_sum": [
121
+ 2719783.224546305
122
+ ],
123
+ "count": 1802
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 1801
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 900.5
134
+ ],
135
+ "std": [
136
+ 520.1925124413076
137
+ ],
138
+ "sum": [
139
+ 1622701
140
+ ],
141
+ "square_sum": [
142
+ 1948863901
143
+ ],
144
+ "count": 1802
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": 1802
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 1801
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 900.5
176
+ ],
177
+ "std": [
178
+ 520.1925124413076
179
+ ],
180
+ "sum": [
181
+ 1622701
182
+ ],
183
+ "square_sum": [
184
+ 1948863901
185
+ ],
186
+ "count": 1802
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": 1802
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.03529411926865578
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.03921568766236305
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.5282691717147827
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.5362349152565002
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.5328512787818909
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.22082138061523438
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.20231540501117706
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.20633652806282043
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 73109072.0,
280
+ 74211480.0,
281
+ 73743208.0
282
+ ],
283
+ "square_sum": [
284
+ 45369628.0,
285
+ 45459448.0,
286
+ 45186236.0
287
+ ],
288
+ "count": 138393600
289
+ },
290
+ "observation.images.secondary_0": {
291
+ "max": [
292
+ [
293
+ [
294
+ 1.0
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 1.0
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.4648733139038086
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.45825570821762085
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.4341362714767456
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.2863868176937103
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.27455854415893555
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.31128838658332825
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 64335492.0,
361
+ 63419656.0,
362
+ 60081680.0
363
+ ],
364
+ "square_sum": [
365
+ 41258540.0,
366
+ 39494860.0,
367
+ 39494040.0
368
+ ],
369
+ "count": 138393600
370
+ },
371
+ "observation.images.secondary_1": {
372
+ "max": [
373
+ [
374
+ [
375
+ 1.0
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 0.9882352948188782
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 0.9647058844566345
386
+ ]
387
+ ]
388
+ ],
389
+ "min": [
390
+ [
391
+ [
392
+ 0.0
393
+ ]
394
+ ],
395
+ [
396
+ [
397
+ 0.0
398
+ ]
399
+ ],
400
+ [
401
+ [
402
+ 0.0
403
+ ]
404
+ ]
405
+ ],
406
+ "mean": [
407
+ [
408
+ [
409
+ 0.6200029253959656
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 0.6063331961631775
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.5828889012336731
420
+ ]
421
+ ]
422
+ ],
423
+ "std": [
424
+ [
425
+ [
426
+ 0.2577957808971405
427
+ ]
428
+ ],
429
+ [
430
+ [
431
+ 0.25975075364112854
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.2529434859752655
437
+ ]
438
+ ]
439
+ ],
440
+ "sum": [
441
+ 85804440.0,
442
+ 83912632.0,
443
+ 80668096.0
444
+ ],
445
+ "square_sum": [
446
+ 62396456.0,
447
+ 60216496.0,
448
+ 55875012.0
449
+ ],
450
+ "count": 138393600
451
+ }
452
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up blue boat and put it in the blue cylinder."}
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:98240d41ccf311ca0bce2b11f4f72fca43b23de3a3ba4996b6a2d8f174e5ddf7
3
+ size 5296512
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:21f8b118d18052a083108ae7c2a5dc9cb040e4886d4f2cb62c36762dc7ff0523
3
+ size 8446054
videos/chunk-000/observation.images.secondary_1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:954d1567c9e09e4743ff8316655eb687a2b6a2f131b0ef9b830fb9b375b4831d
3
+ size 4413406