AdleBens commited on
Commit
e4a11be
·
verified ·
1 Parent(s): 6ae47e8

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
+ # fixed_stats2
12
+
13
+ **This dataset was generated using a [phospho dev kit](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:098bd7312f4d17f280dac90f85ad2db07237704215a3bc961a26822336d2edca
3
+ size 5467
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the orange brick and put it in the black box."],"length":40}
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": 40,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
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
+ "timestamp": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "episode_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "frame_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "task_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 6
70
+ ],
71
+ "names": [
72
+ "motor_1",
73
+ "motor_2",
74
+ "motor_3",
75
+ "motor_4",
76
+ "motor_5",
77
+ "motor_6"
78
+ ]
79
+ },
80
+ "observation.images.main.left": {
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": 10,
94
+ "video_codec": "mp4v",
95
+ "video_pix_fmt": "yuv420p",
96
+ "video_is_depth_map": false,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "observation.images.main.right": {
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": 10,
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_0": {
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": 10,
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,533 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "max": [
4
+ 0.0,
5
+ 0.0,
6
+ 0.0,
7
+ 0.0,
8
+ 0.0,
9
+ 0.0
10
+ ],
11
+ "min": [
12
+ 0.0,
13
+ 0.0,
14
+ 0.0,
15
+ 0.0,
16
+ 0.0,
17
+ 0.0
18
+ ],
19
+ "mean": [
20
+ 0.0,
21
+ 0.0,
22
+ 0.0,
23
+ 0.0,
24
+ 0.0,
25
+ 0.0
26
+ ],
27
+ "std": [
28
+ 0.0,
29
+ 0.0,
30
+ 0.0,
31
+ 0.0,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ "sum": [
36
+ 0.0,
37
+ 0.0,
38
+ 0.0,
39
+ 0.0,
40
+ 0.0,
41
+ 0.0
42
+ ],
43
+ "square_sum": [
44
+ 0.0,
45
+ 0.0,
46
+ 0.0,
47
+ 0.0,
48
+ 0.0,
49
+ 0.0
50
+ ],
51
+ "count": 40
52
+ },
53
+ "timestamp": {
54
+ "max": [
55
+ 4.692199250042904
56
+ ],
57
+ "min": [
58
+ 0.010898833046667278
59
+ ],
60
+ "mean": [
61
+ 2.3719027601211566
62
+ ],
63
+ "std": [
64
+ 1.3994582874669392
65
+ ],
66
+ "sum": [
67
+ 94.87611040484626
68
+ ],
69
+ "square_sum": [
70
+ 303.3762480732104
71
+ ],
72
+ "count": 40
73
+ },
74
+ "frame_index": {
75
+ "max": [
76
+ 39
77
+ ],
78
+ "min": [
79
+ 0
80
+ ],
81
+ "mean": [
82
+ 19.5
83
+ ],
84
+ "std": [
85
+ 11.543396380615196
86
+ ],
87
+ "sum": [
88
+ 780
89
+ ],
90
+ "square_sum": [
91
+ 20540
92
+ ],
93
+ "count": 40
94
+ },
95
+ "episode_index": {
96
+ "max": [
97
+ 0
98
+ ],
99
+ "min": [
100
+ 0
101
+ ],
102
+ "mean": [
103
+ 0.0
104
+ ],
105
+ "std": [
106
+ 0.0
107
+ ],
108
+ "sum": [
109
+ 0
110
+ ],
111
+ "square_sum": [
112
+ 0
113
+ ],
114
+ "count": 40
115
+ },
116
+ "index": {
117
+ "max": [
118
+ 39
119
+ ],
120
+ "min": [
121
+ 0
122
+ ],
123
+ "mean": [
124
+ 19.5
125
+ ],
126
+ "std": [
127
+ 11.543396380615196
128
+ ],
129
+ "sum": [
130
+ 780
131
+ ],
132
+ "square_sum": [
133
+ 20540
134
+ ],
135
+ "count": 40
136
+ },
137
+ "task_index": {
138
+ "max": [
139
+ 0
140
+ ],
141
+ "min": [
142
+ 0
143
+ ],
144
+ "mean": [
145
+ 0.0
146
+ ],
147
+ "std": [
148
+ 0.0
149
+ ],
150
+ "sum": [
151
+ 0
152
+ ],
153
+ "square_sum": [
154
+ 0
155
+ ],
156
+ "count": 40
157
+ },
158
+ "observation.state": {
159
+ "max": [
160
+ 0.0,
161
+ 0.0,
162
+ 0.0,
163
+ 0.0,
164
+ 0.0,
165
+ 0.0
166
+ ],
167
+ "min": [
168
+ 0.0,
169
+ 0.0,
170
+ 0.0,
171
+ 0.0,
172
+ 0.0,
173
+ 0.0
174
+ ],
175
+ "mean": [
176
+ 0.0,
177
+ 0.0,
178
+ 0.0,
179
+ 0.0,
180
+ 0.0,
181
+ 0.0
182
+ ],
183
+ "std": [
184
+ 0.0,
185
+ 0.0,
186
+ 0.0,
187
+ 0.0,
188
+ 0.0,
189
+ 0.0
190
+ ],
191
+ "sum": [
192
+ 0.0,
193
+ 0.0,
194
+ 0.0,
195
+ 0.0,
196
+ 0.0,
197
+ 0.0
198
+ ],
199
+ "square_sum": [
200
+ 0.0,
201
+ 0.0,
202
+ 0.0,
203
+ 0.0,
204
+ 0.0,
205
+ 0.0
206
+ ],
207
+ "count": 40
208
+ },
209
+ "observation.images.main.left": {
210
+ "max": [
211
+ [
212
+ [
213
+ 0.7529411911964417
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.7921568751335144
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.7921568751335144
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.1764705926179886
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.1921568661928177
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.16862745583057404
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.45166341145833333
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.4590798746744792
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.43354789225260415
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.11598813327110719
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.12286408433568255
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.1151194728400464
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 693755.0,
280
+ 705146.6875,
281
+ 665929.5625
282
+ ],
283
+ "square_sum": [
284
+ 334007.9375,
285
+ 346905.46875,
286
+ 309068.1875
287
+ ],
288
+ "count": 1536000
289
+ },
290
+ "observation.images.main.right": {
291
+ "max": [
292
+ [
293
+ [
294
+ 0.8274509906768799
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 0.8196078538894653
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 0.7568627595901489
305
+ ]
306
+ ]
307
+ ],
308
+ "min": [
309
+ [
310
+ [
311
+ 0.1921568661928177
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 0.20000000298023224
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.16862745583057404
322
+ ]
323
+ ]
324
+ ],
325
+ "mean": [
326
+ [
327
+ [
328
+ 0.4391933186848958
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.44544966634114586
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.434591552734375
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.11431477302458386
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.11462550846760795
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.10528037962313601
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 674600.9375,
361
+ 684210.6875,
362
+ 667532.625
363
+ ],
364
+ "square_sum": [
365
+ 316352.46875,
366
+ 324962.9375,
367
+ 307129.0
368
+ ],
369
+ "count": 1536000
370
+ },
371
+ "observation.images.secondary_0": {
372
+ "max": [
373
+ [
374
+ [
375
+ 0.9254902005195618
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 0.9137254953384399
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 0.843137264251709
386
+ ]
387
+ ]
388
+ ],
389
+ "min": [
390
+ [
391
+ [
392
+ 0.2666666805744171
393
+ ]
394
+ ],
395
+ [
396
+ [
397
+ 0.27450981736183167
398
+ ]
399
+ ],
400
+ [
401
+ [
402
+ 0.22745098173618317
403
+ ]
404
+ ]
405
+ ],
406
+ "mean": [
407
+ [
408
+ [
409
+ 0.5344336751302083
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 0.5407900797526042
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.5368958333333333
420
+ ]
421
+ ]
422
+ ],
423
+ "std": [
424
+ [
425
+ [
426
+ 0.1066868847868229
427
+ ]
428
+ ],
429
+ [
430
+ [
431
+ 0.09482976262468042
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.08517539189802774
437
+ ]
438
+ ]
439
+ ],
440
+ "sum": [
441
+ 1641780.25,
442
+ 1661307.125,
443
+ 1649344.0
444
+ ],
445
+ "square_sum": [
446
+ 912388.4375,
447
+ 926043.9375,
448
+ 907812.8125
449
+ ],
450
+ "count": 3072000
451
+ },
452
+ "observation.images.secondary_1": {
453
+ "max": [
454
+ [
455
+ [
456
+ 1.0
457
+ ]
458
+ ],
459
+ [
460
+ [
461
+ 1.0
462
+ ]
463
+ ],
464
+ [
465
+ [
466
+ 1.0
467
+ ]
468
+ ]
469
+ ],
470
+ "min": [
471
+ [
472
+ [
473
+ 0.003921568859368563
474
+ ]
475
+ ],
476
+ [
477
+ [
478
+ 0.0
479
+ ]
480
+ ],
481
+ [
482
+ [
483
+ 0.0
484
+ ]
485
+ ]
486
+ ],
487
+ "mean": [
488
+ [
489
+ [
490
+ 0.6091105550130208
491
+ ]
492
+ ],
493
+ [
494
+ [
495
+ 0.5805796712239584
496
+ ]
497
+ ],
498
+ [
499
+ [
500
+ 0.5336929524739583
501
+ ]
502
+ ]
503
+ ],
504
+ "std": [
505
+ [
506
+ [
507
+ 0.16717775692283512
508
+ ]
509
+ ],
510
+ [
511
+ [
512
+ 0.18646993337153459
513
+ ]
514
+ ],
515
+ [
516
+ [
517
+ 0.1877602853768218
518
+ ]
519
+ ]
520
+ ],
521
+ "sum": [
522
+ 1871187.625,
523
+ 1783540.75,
524
+ 1639504.75
525
+ ],
526
+ "square_sum": [
527
+ 1225617.625,
528
+ 1142304.125,
529
+ 983292.1875
530
+ ],
531
+ "count": 3072000
532
+ }
533
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up the orange brick and put it in the black box."}
videos/chunk-000/observation.images.main.left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8806c1f195ea11fa139e80cb57ec6c044d4322bad6885ca34cfd3aab7ed8a234
3
+ size 42199
videos/chunk-000/observation.images.main.right/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc2ff4f5353767ade3b75dc7b837578b60d298c3390ecbb8dfceb6864e33b8f
3
+ size 23975
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:33f4f72432265bf1d9f2421d1cf3c7d708885f28a0995e43b812af8e39ed782f
3
+ size 104506