AdleBens commited on
Commit
a48ec2e
·
verified ·
1 Parent(s): 91beb67

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
+ # test_mq_2
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:d393610ea4b5e1fe3169ac26f7b7a0ef2cd655770903fd291a1b6513c2879e5d
3
+ size 12118
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["do nothing"],"length":112}
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": 112,
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,452 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "max": [
4
+ 0.8423611071163841,
5
+ 0.444963062046906,
6
+ 0.3007336557282537,
7
+ 0.342161251160207,
8
+ 0.24242815104624532,
9
+ 2.088257680847721
10
+ ],
11
+ "min": [
12
+ -0.14883247247775822,
13
+ -0.08745825702301256,
14
+ -0.885323057934706,
15
+ -0.23168766334166485,
16
+ -0.07978648009116934,
17
+ 2.088257680847721
18
+ ],
19
+ "mean": [
20
+ 0.3308453801857381,
21
+ 0.14107849793593097,
22
+ -0.18594469338554948,
23
+ 0.03589295635969506,
24
+ 0.1129532157197272,
25
+ 2.088257680847725
26
+ ],
27
+ "std": [
28
+ 0.27526755359917526,
29
+ 0.13828027756978445,
30
+ 0.3786512144567279,
31
+ 0.18628604498052662,
32
+ 0.06910601485901702,
33
+ NaN
34
+ ],
35
+ "sum": [
36
+ 37.05468258080267,
37
+ 15.800791768824269,
38
+ -20.82580565918154,
39
+ 4.020011112285847,
40
+ 12.650760160609448,
41
+ 233.8848602549452
42
+ ],
43
+ "square_sum": [
44
+ 20.745859865328686,
45
+ 4.370752707399133,
46
+ 19.93064317527371,
47
+ 4.030969025521285,
48
+ 1.963815865885654,
49
+ 488.41185586138505
50
+ ],
51
+ "count": 112
52
+ },
53
+ "timestamp": {
54
+ "max": [
55
+ 13.183659583999997
56
+ ],
57
+ "min": [
58
+ 0.008871624999756023
59
+ ],
60
+ "mean": [
61
+ 6.576153392062293
62
+ ],
63
+ "std": [
64
+ 3.8222434586052785
65
+ ],
66
+ "sum": [
67
+ 736.5291799109768
68
+ ],
69
+ "square_sum": [
70
+ 6479.797911191724
71
+ ],
72
+ "count": 112
73
+ },
74
+ "frame_index": {
75
+ "max": [
76
+ 111
77
+ ],
78
+ "min": [
79
+ 0
80
+ ],
81
+ "mean": [
82
+ 55.5
83
+ ],
84
+ "std": [
85
+ 32.33032632065442
86
+ ],
87
+ "sum": [
88
+ 6216
89
+ ],
90
+ "square_sum": [
91
+ 462056
92
+ ],
93
+ "count": 112
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": 112
115
+ },
116
+ "index": {
117
+ "max": [
118
+ 111
119
+ ],
120
+ "min": [
121
+ 0
122
+ ],
123
+ "mean": [
124
+ 55.5
125
+ ],
126
+ "std": [
127
+ 32.33032632065442
128
+ ],
129
+ "sum": [
130
+ 6216
131
+ ],
132
+ "square_sum": [
133
+ 462056
134
+ ],
135
+ "count": 112
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": 112
157
+ },
158
+ "observation.state": {
159
+ "max": [
160
+ 0.8423611071163841,
161
+ 0.444963062046906,
162
+ 0.3007336557282537,
163
+ 0.342161251160207,
164
+ 0.24242815104624532,
165
+ 2.088257680847721
166
+ ],
167
+ "min": [
168
+ -0.14883247247775822,
169
+ -0.08745825702301256,
170
+ -0.885323057934706,
171
+ -0.23168766334166485,
172
+ -0.07978648009116934,
173
+ 2.088257680847721
174
+ ],
175
+ "mean": [
176
+ 0.3308453801857381,
177
+ 0.14107849793593097,
178
+ -0.18594469338554948,
179
+ 0.03589295635969506,
180
+ 0.1129532157197272,
181
+ 2.088257680847725
182
+ ],
183
+ "std": [
184
+ 0.27526755359917526,
185
+ 0.13828027756978445,
186
+ 0.3786512144567279,
187
+ 0.18628604498052662,
188
+ 0.06910601485901702,
189
+ NaN
190
+ ],
191
+ "sum": [
192
+ 37.05468258080267,
193
+ 15.800791768824269,
194
+ -20.82580565918154,
195
+ 4.020011112285847,
196
+ 12.650760160609448,
197
+ 233.8848602549452
198
+ ],
199
+ "square_sum": [
200
+ 20.745859865328686,
201
+ 4.370752707399133,
202
+ 19.93064317527371,
203
+ 4.030969025521285,
204
+ 1.963815865885654,
205
+ 488.41185586138505
206
+ ],
207
+ "count": 112
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 0.7607843279838562
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.7960784435272217
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.7529411911964417
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.007843137718737125
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.05098039284348488
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.007843137718737125
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.5746604701450893
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.5815094866071429
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.5586705961681547
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.04578638364462735
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.04877739427232982
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.05559095177014709
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 4942999.5,
280
+ 5001912.0,
281
+ 4805461.0
282
+ ],
283
+ "square_sum": [
284
+ 2858578.75,
285
+ 2929124.5,
286
+ 2711251.75
287
+ ],
288
+ "count": 8601600
289
+ },
290
+ "observation.images.secondary_0": {
291
+ "max": [
292
+ [
293
+ [
294
+ 0.7372549176216125
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 0.7647058963775635
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 0.7372549176216125
305
+ ]
306
+ ]
307
+ ],
308
+ "min": [
309
+ [
310
+ [
311
+ 0.0117647061124444
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 0.06666667014360428
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.019607843831181526
322
+ ]
323
+ ]
324
+ ],
325
+ "mean": [
326
+ [
327
+ [
328
+ 0.5715831938244048
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.5855520484561012
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.5587745303199405
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.04376040223181113
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.04892061014773639
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.05506432918250434
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 4916530.0,
361
+ 5036684.5,
362
+ 4806355.0
363
+ ],
364
+ "square_sum": [
365
+ 2826677.75,
366
+ 2969826.5,
367
+ 2711749.5
368
+ ],
369
+ "count": 8601600
370
+ },
371
+ "observation.images.secondary_1": {
372
+ "max": [
373
+ [
374
+ [
375
+ 1.0
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 1.0
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 1.0
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.6124271065848215
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 0.5953787086123512
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.5446177455357143
420
+ ]
421
+ ]
422
+ ],
423
+ "std": [
424
+ [
425
+ [
426
+ 0.14473332049193077
427
+ ]
428
+ ],
429
+ [
430
+ [
431
+ 0.15242524962730475
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.14770896291826918
437
+ ]
438
+ ]
439
+ ],
440
+ "sum": [
441
+ 5267853.0,
442
+ 5121209.5,
443
+ 4684584.0
444
+ ],
445
+ "square_sum": [
446
+ 3406360.0,
447
+ 3248904.0,
448
+ 2738976.75
449
+ ],
450
+ "count": 8601600
451
+ }
452
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"do nothing"}
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:acc48589acea6219131ffb9897d644b1604c7a9b82da0dd07ac2523871854191
3
+ size 127193
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:a8b839b0516b2810860528f79d474ed8ec5c2f5ae7b8c0c899ced282abe71c55
3
+ size 126219
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:f97aa07bced553b6dd4718c1c9b473badba359b329b86995013f76cc01edb979
3
+ size 286799