PLB commited on
Commit
34869d7
·
verified ·
1 Parent(s): 2c63245

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
+ # orangebrick_wristcam
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:ac191b73f2770d56ab31ccd329097ee0c7492060a2312d4fa73cd4eb94bee367
3
+ size 15288
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36ae3a7f451a0e95161e22154d6331ea037caae5e2f469572409bea0a8d4dffa
3
+ size 4937
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["put the orange brick in the black box "],"length":137}
meta/info.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100, so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 2,
5
+ "total_frames": 138,
6
+ "total_tasks": 1,
7
+ "total_videos": 6,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:2"
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
+ "timestamp": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 1
41
+ ],
42
+ "names": null
43
+ },
44
+ "episode_index": {
45
+ "dtype": "int64",
46
+ "shape": [
47
+ 1
48
+ ],
49
+ "names": null
50
+ },
51
+ "frame_index": {
52
+ "dtype": "int64",
53
+ "shape": [
54
+ 1
55
+ ],
56
+ "names": null
57
+ },
58
+ "task_index": {
59
+ "dtype": "int64",
60
+ "shape": [
61
+ 1
62
+ ],
63
+ "names": null
64
+ },
65
+ "index": {
66
+ "dtype": "int64",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "observation.state": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 12
76
+ ],
77
+ "names": [
78
+ "motor_1",
79
+ "motor_2",
80
+ "motor_3",
81
+ "motor_4",
82
+ "motor_5",
83
+ "motor_6",
84
+ "motor_1_secondary",
85
+ "motor_2_secondary",
86
+ "motor_3_secondary",
87
+ "motor_4_secondary",
88
+ "motor_5_secondary",
89
+ "motor_6_secondary"
90
+ ]
91
+ },
92
+ "observation.images.main.left": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 240,
96
+ 320,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channel"
103
+ ],
104
+ "info": {
105
+ "video_fps": 10,
106
+ "video_codec": "mp4v",
107
+ "video_pix_fmt": "yuv420p",
108
+ "video_is_depth_map": false,
109
+ "has_audio": false
110
+ }
111
+ },
112
+ "observation.images.main.right": {
113
+ "dtype": "video",
114
+ "shape": [
115
+ 240,
116
+ 320,
117
+ 3
118
+ ],
119
+ "names": [
120
+ "height",
121
+ "width",
122
+ "channel"
123
+ ],
124
+ "info": {
125
+ "video_fps": 10,
126
+ "video_codec": "mp4v",
127
+ "video_pix_fmt": "yuv420p",
128
+ "video_is_depth_map": false,
129
+ "has_audio": false
130
+ }
131
+ },
132
+ "observation.images.secondary_0": {
133
+ "dtype": "video",
134
+ "shape": [
135
+ 240,
136
+ 320,
137
+ 3
138
+ ],
139
+ "names": [
140
+ "height",
141
+ "width",
142
+ "channel"
143
+ ],
144
+ "info": {
145
+ "video_fps": 10,
146
+ "video_codec": "mp4v",
147
+ "video_pix_fmt": "yuv420p",
148
+ "video_is_depth_map": false,
149
+ "has_audio": false
150
+ }
151
+ }
152
+ }
153
+ }
meta/stats.json ADDED
@@ -0,0 +1,524 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "max": [
4
+ 0.059839860068377014,
5
+ 0.17031344788691918,
6
+ 1.0157432657760406,
7
+ 1.0494990842761507,
8
+ 0.4541691943651178,
9
+ 1.6279510649371285,
10
+ 0.059839860068377014,
11
+ 0.17031344788691918,
12
+ 1.0157432657760406,
13
+ 1.0494990842761507,
14
+ 0.4541691943651178,
15
+ 1.6279510649371285
16
+ ],
17
+ "min": [
18
+ -0.8224144870935918,
19
+ -0.7748494701161639,
20
+ -0.48792501286522794,
21
+ -0.08132083547753799,
22
+ 0.006137421545474565,
23
+ 0.06444292622748293,
24
+ -0.8224144870935918,
25
+ -0.7748494701161639,
26
+ -0.48792501286522794,
27
+ -0.08132083547753799,
28
+ 0.006137421545474565,
29
+ 0.06444292622748293
30
+ ],
31
+ "mean": [
32
+ -0.2711777151105396,
33
+ -0.2338604001661577,
34
+ 0.42072696674689297,
35
+ 0.32741128003723274,
36
+ 0.26648505155660945,
37
+ 1.2077504828848267,
38
+ -0.2712225138079518,
39
+ -0.23400599593274743,
40
+ 0.4207829651186583,
41
+ 0.3273328823167614,
42
+ 0.26654104992837474,
43
+ 1.207828880605298
44
+ ],
45
+ "std": [
46
+ 0.2858065505500377,
47
+ 0.2251337277801022,
48
+ 0.4733234417917202,
49
+ 0.35545809399000966,
50
+ 0.11300798749897532,
51
+ 0.6787635223413186,
52
+ 0.2857110547581953,
53
+ 0.22517833583681734,
54
+ 0.4733053027008649,
55
+ 0.3554784476600454,
56
+ 0.11293436747337643,
57
+ 0.6787234784790457
58
+ ],
59
+ "sum": [
60
+ -37.151346970143926,
61
+ -32.0388748227636,
62
+ 57.63959444432434,
63
+ 44.85534536510089,
64
+ 36.5084520632555,
65
+ 165.46181615522124,
66
+ -37.1574843916894,
67
+ -32.058821442786396,
68
+ 57.64726622125619,
69
+ 44.84460487739631,
70
+ 36.51612384018734,
71
+ 165.4725566429258
72
+ ],
73
+ "square_sum": [
74
+ 21.265515038854137,
75
+ 14.436495854555558,
76
+ 54.94333777037135,
77
+ 31.996158594372282,
78
+ 11.47855704801254,
79
+ 262.9552172992524,
80
+ 21.261366856606276,
81
+ 14.448580201592025,
82
+ 54.947441221936614,
83
+ 31.99110873573343,
84
+ 11.48036746353388,
85
+ 262.97371461362314
86
+ ],
87
+ "count": 137
88
+ },
89
+ "timestamp": {
90
+ "max": [
91
+ 19.81451902599997
92
+ ],
93
+ "min": [
94
+ 0.0191466949999608
95
+ ],
96
+ "mean": [
97
+ 10.092722844160553
98
+ ],
99
+ "std": [
100
+ 5.758456324548774
101
+ ],
102
+ "sum": [
103
+ 1382.7030296499959
104
+ ],
105
+ "square_sum": [
106
+ 18498.13369015632
107
+ ],
108
+ "count": 137
109
+ },
110
+ "frame_index": {
111
+ "max": [
112
+ 136
113
+ ],
114
+ "min": [
115
+ 0
116
+ ],
117
+ "mean": [
118
+ 68.0
119
+ ],
120
+ "std": [
121
+ 39.54743986657038
122
+ ],
123
+ "sum": [
124
+ 9316
125
+ ],
126
+ "square_sum": [
127
+ 847756
128
+ ],
129
+ "count": 137
130
+ },
131
+ "episode_index": {
132
+ "max": [
133
+ 0
134
+ ],
135
+ "min": [
136
+ 0
137
+ ],
138
+ "mean": [
139
+ 0.0
140
+ ],
141
+ "std": [
142
+ 0.0
143
+ ],
144
+ "sum": [
145
+ 0
146
+ ],
147
+ "square_sum": [
148
+ 0
149
+ ],
150
+ "count": 137
151
+ },
152
+ "index": {
153
+ "max": [
154
+ 136
155
+ ],
156
+ "min": [
157
+ 0
158
+ ],
159
+ "mean": [
160
+ 68.0
161
+ ],
162
+ "std": [
163
+ 39.54743986657038
164
+ ],
165
+ "sum": [
166
+ 9316
167
+ ],
168
+ "square_sum": [
169
+ 847756
170
+ ],
171
+ "count": 137
172
+ },
173
+ "task_index": {
174
+ "max": [
175
+ 0
176
+ ],
177
+ "min": [
178
+ 0
179
+ ],
180
+ "mean": [
181
+ 0.0
182
+ ],
183
+ "std": [
184
+ 0.0
185
+ ],
186
+ "sum": [
187
+ 0
188
+ ],
189
+ "square_sum": [
190
+ 0
191
+ ],
192
+ "count": 137
193
+ },
194
+ "observation.state": {
195
+ "max": [
196
+ 0.059839860068377014,
197
+ 0.17031344788691918,
198
+ 1.0157432657760406,
199
+ 1.0494990842761507,
200
+ 0.4541691943651178,
201
+ 1.6279510649371285,
202
+ 0.059839860068377014,
203
+ 0.17031344788691918,
204
+ 1.0157432657760406,
205
+ 1.0494990842761507,
206
+ 0.4541691943651178,
207
+ 1.6279510649371285
208
+ ],
209
+ "min": [
210
+ -0.8224144870935918,
211
+ -0.7748494701161639,
212
+ -0.48792501286522794,
213
+ -0.08132083547753799,
214
+ 0.006137421545474565,
215
+ 0.06444292622748293,
216
+ -0.8224144870935918,
217
+ -0.7748494701161639,
218
+ -0.48792501286522794,
219
+ -0.08132083547753799,
220
+ 0.006137421545474565,
221
+ 0.06444292622748293
222
+ ],
223
+ "mean": [
224
+ -0.2711777151105396,
225
+ -0.2338604001661577,
226
+ 0.42072696674689297,
227
+ 0.32741128003723274,
228
+ 0.26648505155660945,
229
+ 1.2077504828848267,
230
+ -0.2712225138079518,
231
+ -0.23400599593274743,
232
+ 0.4207829651186583,
233
+ 0.3273328823167614,
234
+ 0.26654104992837474,
235
+ 1.207828880605298
236
+ ],
237
+ "std": [
238
+ 0.2858065505500377,
239
+ 0.2251337277801022,
240
+ 0.4733234417917202,
241
+ 0.35545809399000966,
242
+ 0.11300798749897532,
243
+ 0.6787635223413186,
244
+ 0.2857110547581953,
245
+ 0.22517833583681734,
246
+ 0.4733053027008649,
247
+ 0.3554784476600454,
248
+ 0.11293436747337643,
249
+ 0.6787234784790457
250
+ ],
251
+ "sum": [
252
+ -37.151346970143926,
253
+ -32.0388748227636,
254
+ 57.63959444432434,
255
+ 44.85534536510089,
256
+ 36.5084520632555,
257
+ 165.46181615522124,
258
+ -37.1574843916894,
259
+ -32.058821442786396,
260
+ 57.64726622125619,
261
+ 44.84460487739631,
262
+ 36.51612384018734,
263
+ 165.4725566429258
264
+ ],
265
+ "square_sum": [
266
+ 21.265515038854137,
267
+ 14.436495854555558,
268
+ 54.94333777037135,
269
+ 31.996158594372282,
270
+ 11.47855704801254,
271
+ 262.9552172992524,
272
+ 21.261366856606276,
273
+ 14.448580201592025,
274
+ 54.947441221936614,
275
+ 31.99110873573343,
276
+ 11.48036746353388,
277
+ 262.97371461362314
278
+ ],
279
+ "count": 137
280
+ },
281
+ "observation.images.main": {
282
+ "max": [
283
+ [
284
+ [
285
+ 0.7333333492279053
286
+ ]
287
+ ],
288
+ [
289
+ [
290
+ 0.7882353067398071
291
+ ]
292
+ ],
293
+ [
294
+ [
295
+ 0.7960784435272217
296
+ ]
297
+ ]
298
+ ],
299
+ "min": [
300
+ [
301
+ [
302
+ 0.0
303
+ ]
304
+ ],
305
+ [
306
+ [
307
+ 0.03529411926865578
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 0.0
313
+ ]
314
+ ]
315
+ ],
316
+ "mean": [
317
+ [
318
+ [
319
+ 0.5404080653132604
320
+ ]
321
+ ],
322
+ [
323
+ [
324
+ 0.5808783835158151
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 0.5374707744069344
330
+ ]
331
+ ]
332
+ ],
333
+ "std": [
334
+ [
335
+ [
336
+ 0.1256934868769421
337
+ ]
338
+ ],
339
+ [
340
+ [
341
+ 0.11061382284883604
342
+ ]
343
+ ],
344
+ [
345
+ [
346
+ 0.14278561302653725
347
+ ]
348
+ ]
349
+ ],
350
+ "sum": [
351
+ 5685957.5,
352
+ 6111770.0,
353
+ 5655052.5
354
+ ],
355
+ "square_sum": [
356
+ 3238966.5,
357
+ 3678931.25,
358
+ 3253937.0
359
+ ],
360
+ "count": 10521600
361
+ },
362
+ "observation.images.secondary_0": {
363
+ "max": [
364
+ [
365
+ [
366
+ 0.7333333492279053
367
+ ]
368
+ ],
369
+ [
370
+ [
371
+ 0.7960784435272217
372
+ ]
373
+ ],
374
+ [
375
+ [
376
+ 0.7960784435272217
377
+ ]
378
+ ]
379
+ ],
380
+ "min": [
381
+ [
382
+ [
383
+ 0.0
384
+ ]
385
+ ],
386
+ [
387
+ [
388
+ 0.007843137718737125
389
+ ]
390
+ ],
391
+ [
392
+ [
393
+ 0.0
394
+ ]
395
+ ]
396
+ ],
397
+ "mean": [
398
+ [
399
+ [
400
+ 0.5366245628041363
401
+ ]
402
+ ],
403
+ [
404
+ [
405
+ 0.5823034994677616
406
+ ]
407
+ ],
408
+ [
409
+ [
410
+ 0.5384806493309002
411
+ ]
412
+ ]
413
+ ],
414
+ "std": [
415
+ [
416
+ [
417
+ 0.13451735985464744
418
+ ]
419
+ ],
420
+ [
421
+ [
422
+ 0.10778744055142858
423
+ ]
424
+ ],
425
+ [
426
+ [
427
+ 0.13907978827177567
428
+ ]
429
+ ]
430
+ ],
431
+ "sum": [
432
+ 5646149.0,
433
+ 6126764.5,
434
+ 5665678.0
435
+ ],
436
+ "square_sum": [
437
+ 3220249.75,
438
+ 3689877.75,
439
+ 3254379.25
440
+ ],
441
+ "count": 10521600
442
+ },
443
+ "observation.images.secondary_1": {
444
+ "max": [
445
+ [
446
+ [
447
+ 0.7450980544090271
448
+ ]
449
+ ],
450
+ [
451
+ [
452
+ 0.7960784435272217
453
+ ]
454
+ ],
455
+ [
456
+ [
457
+ 0.8196078538894653
458
+ ]
459
+ ]
460
+ ],
461
+ "min": [
462
+ [
463
+ [
464
+ 0.019607843831181526
465
+ ]
466
+ ],
467
+ [
468
+ [
469
+ 0.019607843831181526
470
+ ]
471
+ ],
472
+ [
473
+ [
474
+ 0.007843137718737125
475
+ ]
476
+ ]
477
+ ],
478
+ "mean": [
479
+ [
480
+ [
481
+ 0.5271594149178832
482
+ ]
483
+ ],
484
+ [
485
+ [
486
+ 0.5269744145377129
487
+ ]
488
+ ],
489
+ [
490
+ [
491
+ 0.5088265567974453
492
+ ]
493
+ ]
494
+ ],
495
+ "std": [
496
+ [
497
+ [
498
+ 0.07824772113931429
499
+ ]
500
+ ],
501
+ [
502
+ [
503
+ 0.09016831799214502
504
+ ]
505
+ ],
506
+ [
507
+ [
508
+ 0.1148381575671719
509
+ ]
510
+ ]
511
+ ],
512
+ "sum": [
513
+ 5546560.5,
514
+ 5544614.0,
515
+ 5353669.5
516
+ ],
517
+ "square_sum": [
518
+ 2988342.25,
519
+ 3007413.75,
520
+ 2862846.0
521
+ ],
522
+ "count": 10521600
523
+ }
524
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"put the orange brick 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:72a358ac88e45d62b75020b75d4ea624f9acf8e083020a482bbdf800897a0cdf
3
+ size 214379
videos/chunk-000/observation.images.main.left/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fc22bf58248a099120a79230497db2b19cdfe7c3b72f72de55235eddd1a5c3
3
+ size 6694
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:bfdcb46228cc40c3996e09ebd2605aa7197510b310838ef0c873c4bd911ae006
3
+ size 285273
videos/chunk-000/observation.images.main.right/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a11b2bc3646d974a82413658cf37542c78a90ec0ae8036b4f818508665f58c4e
3
+ size 8330
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:901b90d1d78a57a0af7da271ba5f5cb2968d1e5052e6bd31133c44c7355f9c9a
3
+ size 151288
videos/chunk-000/observation.images.secondary_0/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b78c4d085de4390a92762f85644355afbc2ba8c42151fef13e7edfb5a933f7c5
3
+ size 3674