AdleBens commited on
Commit
135c463
·
verified ·
1 Parent(s): 4b08382

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_3
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:a894dee424ac575dee23c716a5b29a1eef42af8069836041077a88869059248a
3
+ size 8899
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["do nothing"],"length":60}
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": 60,
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.15343553863686413,
5
+ 0.6950629900249945,
6
+ 0.43115386356958824,
7
+ 0.8807199917756001,
8
+ 0.17184780327328783,
9
+ 2.088257680847721
10
+ ],
11
+ "min": [
12
+ -0.032221463113741466,
13
+ -0.6919942792522572,
14
+ -1.2290186644812817,
15
+ 0.15803860479597007,
16
+ -0.08285519086390664,
17
+ 2.083654614688615
18
+ ],
19
+ "mean": [
20
+ 0.04165774873990861,
21
+ 0.3415475090056595,
22
+ -0.8038999320980771,
23
+ 0.6913805370977103,
24
+ 0.04771845251606472,
25
+ 2.0875672209238534
26
+ ],
27
+ "std": [
28
+ 0.05070251391446835,
29
+ 0.38666457961546513,
30
+ 0.5525068565573286,
31
+ 0.1724823389670562,
32
+ 0.0716259160510459,
33
+ 0.0016436233795778946
34
+ ],
35
+ "sum": [
36
+ 2.4994649243945166,
37
+ 20.49285054033957,
38
+ -48.23399592588463,
39
+ 41.482832225862616,
40
+ 2.863107150963883,
41
+ 125.2540332554312
42
+ ],
43
+ "square_sum": [
44
+ 0.25836677683945286,
45
+ 15.969851882230527,
46
+ 57.0911356422092,
47
+ 30.46543225998389,
48
+ 0.4444393536407638,
49
+ 261.4763762024133
50
+ ],
51
+ "count": 60
52
+ },
53
+ "timestamp": {
54
+ "max": [
55
+ 6.489412667000124
56
+ ],
57
+ "min": [
58
+ 0.00288700000010067
59
+ ],
60
+ "mean": [
61
+ 3.2400878929999406
62
+ ],
63
+ "std": [
64
+ 1.9017256592504899
65
+ ],
66
+ "sum": [
67
+ 194.40527357999645
68
+ ],
69
+ "square_sum": [
70
+ 846.8838022449903
71
+ ],
72
+ "count": 60
73
+ },
74
+ "frame_index": {
75
+ "max": [
76
+ 59
77
+ ],
78
+ "min": [
79
+ 0
80
+ ],
81
+ "mean": [
82
+ 29.5
83
+ ],
84
+ "std": [
85
+ 17.318102282486574
86
+ ],
87
+ "sum": [
88
+ 1770
89
+ ],
90
+ "square_sum": [
91
+ 70210
92
+ ],
93
+ "count": 60
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": 60
115
+ },
116
+ "index": {
117
+ "max": [
118
+ 59
119
+ ],
120
+ "min": [
121
+ 0
122
+ ],
123
+ "mean": [
124
+ 29.5
125
+ ],
126
+ "std": [
127
+ 17.318102282486574
128
+ ],
129
+ "sum": [
130
+ 1770
131
+ ],
132
+ "square_sum": [
133
+ 70210
134
+ ],
135
+ "count": 60
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": 60
157
+ },
158
+ "observation.state": {
159
+ "max": [
160
+ 0.15343553863686413,
161
+ 0.6950629900249945,
162
+ 0.43115386356958824,
163
+ 0.8807199917756001,
164
+ 0.17184780327328783,
165
+ 2.088257680847721
166
+ ],
167
+ "min": [
168
+ -0.032221463113741466,
169
+ -0.6919942792522572,
170
+ -1.2290186644812817,
171
+ 0.15803860479597007,
172
+ -0.08285519086390664,
173
+ 2.083654614688615
174
+ ],
175
+ "mean": [
176
+ 0.04165774873990861,
177
+ 0.3415475090056595,
178
+ -0.8038999320980771,
179
+ 0.6913805370977103,
180
+ 0.04771845251606472,
181
+ 2.0875672209238534
182
+ ],
183
+ "std": [
184
+ 0.05070251391446835,
185
+ 0.38666457961546513,
186
+ 0.5525068565573286,
187
+ 0.1724823389670562,
188
+ 0.0716259160510459,
189
+ 0.0016436233795778946
190
+ ],
191
+ "sum": [
192
+ 2.4994649243945166,
193
+ 20.49285054033957,
194
+ -48.23399592588463,
195
+ 41.482832225862616,
196
+ 2.863107150963883,
197
+ 125.2540332554312
198
+ ],
199
+ "square_sum": [
200
+ 0.25836677683945286,
201
+ 15.969851882230527,
202
+ 57.0911356422092,
203
+ 30.46543225998389,
204
+ 0.4444393536407638,
205
+ 261.4763762024133
206
+ ],
207
+ "count": 60
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 0.6980392336845398
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.7098039388656616
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.7058823704719543
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.364705890417099
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.3921568691730499
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.35686275362968445
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.5460658637152778
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.5688263346354167
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.5425188259548611
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.04116272071792158
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.032530142686792926
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.03973565707135699
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 2516271.5,
280
+ 2621151.75,
281
+ 2499926.75
282
+ ],
283
+ "square_sum": [
284
+ 1381857.625,
285
+ 1495856.375,
286
+ 1363533.0
287
+ ],
288
+ "count": 4608000
289
+ },
290
+ "observation.images.secondary_0": {
291
+ "max": [
292
+ [
293
+ [
294
+ 0.686274528503418
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 0.7098039388656616
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 0.6941176652908325
305
+ ]
306
+ ]
307
+ ],
308
+ "min": [
309
+ [
310
+ [
311
+ 0.37254902720451355
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 0.40784314274787903
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.3686274588108063
322
+ ]
323
+ ]
324
+ ],
325
+ "mean": [
326
+ [
327
+ [
328
+ 0.54074462890625
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.5706812065972222
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.5342531467013889
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.04256204619207025
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.035161308872106126
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.03857940074105925
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 2491751.25,
361
+ 2629699.0,
362
+ 2461838.5
363
+ ],
364
+ "square_sum": [
365
+ 1355748.625,
366
+ 1506416.75,
367
+ 1322103.375
368
+ ],
369
+ "count": 4608000
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.003921568859368563
393
+ ]
394
+ ],
395
+ [
396
+ [
397
+ 0.0
398
+ ]
399
+ ],
400
+ [
401
+ [
402
+ 0.0
403
+ ]
404
+ ]
405
+ ],
406
+ "mean": [
407
+ [
408
+ [
409
+ 0.6047236328125
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 0.5775732964409722
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.5304111328125
420
+ ]
421
+ ]
422
+ ],
423
+ "std": [
424
+ [
425
+ [
426
+ 0.1603730379296621
427
+ ]
428
+ ],
429
+ [
430
+ [
431
+ 0.17804294162146808
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.182010036084375
437
+ ]
438
+ ]
439
+ ],
440
+ "sum": [
441
+ 2786566.5,
442
+ 2661457.75,
443
+ 2444134.5
444
+ ],
445
+ "square_sum": [
446
+ 1803618.125,
447
+ 1683257.25,
448
+ 1449048.375
449
+ ],
450
+ "count": 4608000
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:2ec05d8474bfec530364c86205a62a1dd542be1b6016885f8bebcaa7b2503a2a
3
+ size 37099
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:823a9047ba24732498ec705404b97b37fe6a044eb183b7e17b6dbc9b927256c6
3
+ size 37124
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:f87d84d15f1a3be5830bf99ec2976b87a43750e242cee358c42c767a1cf837a4
3
+ size 134413