Gano007 commited on
Commit
099bd51
·
verified ·
1 Parent(s): 1199af4

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
+ # example_dataset
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:23daf7c8f132f5da342134b4d35954c0356da848e4ab490fcca042198a0913d6
3
+ size 18305
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":161}
meta/info.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100, so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 161,
6
+ "total_tasks": 1,
7
+ "total_videos": 4,
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
+ 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
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "motor_1",
44
+ "motor_2",
45
+ "motor_3",
46
+ "motor_4",
47
+ "motor_5",
48
+ "motor_6",
49
+ "motor_1_secondary",
50
+ "motor_2_secondary",
51
+ "motor_3_secondary",
52
+ "motor_4_secondary",
53
+ "motor_5_secondary",
54
+ "motor_6_secondary"
55
+ ]
56
+ },
57
+ "timestamp": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "episode_index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "frame_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "task_index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ },
92
+ "observation.images.main": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 240,
96
+ 360,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channel"
103
+ ],
104
+ "info": {
105
+ "video.fps": 30,
106
+ "video.codec": "mp4v",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "has_audio": false
110
+ }
111
+ },
112
+ "observation.images.secondary_0": {
113
+ "dtype": "video",
114
+ "shape": [
115
+ 240,
116
+ 360,
117
+ 3
118
+ ],
119
+ "names": [
120
+ "height",
121
+ "width",
122
+ "channel"
123
+ ],
124
+ "info": {
125
+ "video.fps": 30,
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_1": {
133
+ "dtype": "video",
134
+ "shape": [
135
+ 240,
136
+ 360,
137
+ 3
138
+ ],
139
+ "names": [
140
+ "height",
141
+ "width",
142
+ "channel"
143
+ ],
144
+ "info": {
145
+ "video.fps": 30,
146
+ "video.codec": "mp4v",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "has_audio": false
150
+ }
151
+ },
152
+ "observation.images.secondary_2": {
153
+ "dtype": "video",
154
+ "shape": [
155
+ 240,
156
+ 360,
157
+ 3
158
+ ],
159
+ "names": [
160
+ "height",
161
+ "width",
162
+ "channel"
163
+ ],
164
+ "info": {
165
+ "video.fps": 30,
166
+ "video.codec": "mp4v",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "has_audio": false
170
+ }
171
+ }
172
+ }
173
+ }
meta/stats.json ADDED
@@ -0,0 +1,488 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.2853901018645673,
5
+ 0.44035999588780006,
6
+ 1.6233479987780226,
7
+ 1.6571038172781327,
8
+ -1.031086819639727,
9
+ 0.765643337797952,
10
+ 0.2807870357054614,
11
+ 6.715873526135543,
12
+ 1.591126535664281,
13
+ 1.6571038172781327,
14
+ 5.250564132153491,
15
+ 0.7549028500933715
16
+ ],
17
+ "min": [
18
+ -0.41274159893316453,
19
+ -1.7399590081420393,
20
+ -0.019946620022792336,
21
+ 0.8208801317072231,
22
+ -1.5650424940960141,
23
+ -0.015343553863686413,
24
+ -0.40353546661495265,
25
+ 4.555501142128496,
26
+ 0.018412264636423696,
27
+ 0.8423611071163841,
28
+ 4.724280234629047,
29
+ 0.02148097540916098
30
+ ],
31
+ "mean": [
32
+ -0.02512149564265674,
33
+ -1.0079094761636505,
34
+ 0.9030491512182215,
35
+ 1.174029654671672,
36
+ -1.4012953248501356,
37
+ 0.1274277383300318,
38
+ -0.022538822911564137,
39
+ 5.291200724498063,
40
+ 0.9128747437855864,
41
+ 1.1753162259583774,
42
+ 4.885692515243489,
43
+ 0.19289992158688027
44
+ ],
45
+ "std": null,
46
+ "sum": [
47
+ -4.044560798467735,
48
+ -162.2734256623477,
49
+ 145.39091334613366,
50
+ 189.0187744021392,
51
+ -225.60854730087183,
52
+ 20.51586587113512,
53
+ -3.628750488761826,
54
+ 851.8833166441882,
55
+ 146.9728337494794,
56
+ 189.22591237929876,
57
+ 786.5964949542018,
58
+ 31.056887375487722
59
+ ],
60
+ "square_sum": [
61
+ 7.946000830283223,
62
+ 271.145894963259,
63
+ 212.53617854410572,
64
+ 225.253111602137,
65
+ 322.94408189500365,
66
+ 12.848773213571977,
67
+ 7.829543321058044,
68
+ 4617.974895883713,
69
+ 209.04233320078137,
70
+ 225.67422743618127,
71
+ 3849.8462330506595,
72
+ 16.90877480633539
73
+ ],
74
+ "count": 161
75
+ },
76
+ "action": {
77
+ "max": [
78
+ 0.2853901018645673,
79
+ 0.44035999588780006,
80
+ 1.6233479987780226,
81
+ 1.6571038172781327,
82
+ -1.031086819639727,
83
+ 0.765643337797952,
84
+ 0.2807870357054614,
85
+ 6.715873526135543,
86
+ 1.591126535664281,
87
+ 1.6571038172781327,
88
+ 5.250564132153491,
89
+ 0.7549028500933715
90
+ ],
91
+ "min": [
92
+ -0.41274159893316453,
93
+ -1.7399590081420393,
94
+ -0.019946620022792336,
95
+ 0.8208801317072231,
96
+ -1.5650424940960141,
97
+ -0.015343553863686413,
98
+ -0.40353546661495265,
99
+ 4.555501142128496,
100
+ 0.018412264636423696,
101
+ 0.8423611071163841,
102
+ 4.724280234629047,
103
+ 0.02148097540916098
104
+ ],
105
+ "mean": [
106
+ -0.02512149564265674,
107
+ -1.0079094761636505,
108
+ 0.9030491512182215,
109
+ 1.174029654671672,
110
+ -1.4012953248501356,
111
+ 0.1274277383300318,
112
+ -0.022538822911564137,
113
+ 5.291200724498063,
114
+ 0.9128747437855864,
115
+ 1.1753162259583774,
116
+ 4.885692515243489,
117
+ 0.19289992158688027
118
+ ],
119
+ "std": null,
120
+ "sum": [
121
+ -4.044560798467735,
122
+ -162.2734256623477,
123
+ 145.39091334613366,
124
+ 189.0187744021392,
125
+ -225.60854730087183,
126
+ 20.51586587113512,
127
+ -3.628750488761826,
128
+ 851.8833166441882,
129
+ 146.9728337494794,
130
+ 189.22591237929876,
131
+ 786.5964949542018,
132
+ 31.056887375487722
133
+ ],
134
+ "square_sum": [
135
+ 7.946000830283223,
136
+ 271.145894963259,
137
+ 212.53617854410572,
138
+ 225.253111602137,
139
+ 322.94408189500365,
140
+ 12.848773213571977,
141
+ 7.829543321058044,
142
+ 4617.974895883713,
143
+ 209.04233320078137,
144
+ 225.67422743618127,
145
+ 3849.8462330506595,
146
+ 16.90877480633539
147
+ ],
148
+ "count": 161
149
+ },
150
+ "timestamp": {
151
+ "max": [
152
+ 23.77726162498584
153
+ ],
154
+ "min": [
155
+ 0.013371749984798953
156
+ ],
157
+ "mean": [
158
+ 11.986283880599517
159
+ ],
160
+ "std": null,
161
+ "sum": [
162
+ 1929.7917047765222
163
+ ],
164
+ "square_sum": [
165
+ 31198.35359216962
166
+ ],
167
+ "count": 161
168
+ },
169
+ "frame_index": {
170
+ "max": [
171
+ 160
172
+ ],
173
+ "min": [
174
+ 0
175
+ ],
176
+ "mean": [
177
+ 80.0
178
+ ],
179
+ "std": null,
180
+ "sum": [
181
+ 12880
182
+ ],
183
+ "square_sum": [
184
+ 1378160
185
+ ],
186
+ "count": 161
187
+ },
188
+ "episode_index": {
189
+ "max": [
190
+ 0
191
+ ],
192
+ "min": [
193
+ 0
194
+ ],
195
+ "mean": [
196
+ 0.0
197
+ ],
198
+ "std": null,
199
+ "sum": [
200
+ 0
201
+ ],
202
+ "square_sum": [
203
+ 0
204
+ ],
205
+ "count": 161
206
+ },
207
+ "index": {
208
+ "max": [
209
+ 160
210
+ ],
211
+ "min": [
212
+ 0
213
+ ],
214
+ "mean": [
215
+ 80.0
216
+ ],
217
+ "std": null,
218
+ "sum": [
219
+ 12880
220
+ ],
221
+ "square_sum": [
222
+ 1378160
223
+ ],
224
+ "count": 161
225
+ },
226
+ "task_index": {
227
+ "max": [
228
+ 0
229
+ ],
230
+ "min": [
231
+ 0
232
+ ],
233
+ "mean": [
234
+ 0.0
235
+ ],
236
+ "std": null,
237
+ "sum": [
238
+ 0
239
+ ],
240
+ "square_sum": [
241
+ 0
242
+ ],
243
+ "count": 161
244
+ },
245
+ "observation.images.main": {
246
+ "max": [
247
+ [
248
+ [
249
+ 0.9215686321258545
250
+ ]
251
+ ],
252
+ [
253
+ [
254
+ 0.8549019694328308
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.8235294222831726
260
+ ]
261
+ ]
262
+ ],
263
+ "min": [
264
+ [
265
+ [
266
+ 0.0313725508749485
267
+ ]
268
+ ],
269
+ [
270
+ [
271
+ 0.03529411926865578
272
+ ]
273
+ ],
274
+ [
275
+ [
276
+ 0.007843137718737125
277
+ ]
278
+ ]
279
+ ],
280
+ "mean": [
281
+ [
282
+ [
283
+ 0.5496493271221532
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 0.5141482631700023
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.43213689038417297
294
+ ]
295
+ ]
296
+ ],
297
+ "std": [
298
+ [
299
+ [
300
+ 0.1925128516606818
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.1697603146445021
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.13206940913137497
311
+ ]
312
+ ]
313
+ ],
314
+ "sum": [
315
+ 7645842.0,
316
+ 7152008.0,
317
+ 6011197.0
318
+ ],
319
+ "square_sum": [
320
+ 4718068.0,
321
+ 4078070.25,
322
+ 2840289.75
323
+ ],
324
+ "count": 13910400
325
+ },
326
+ "observation.images.secondary_0": {
327
+ "max": [
328
+ [
329
+ [
330
+ 0.9529411792755127
331
+ ]
332
+ ],
333
+ [
334
+ [
335
+ 0.9333333373069763
336
+ ]
337
+ ],
338
+ [
339
+ [
340
+ 0.8352941274642944
341
+ ]
342
+ ]
343
+ ],
344
+ "min": [
345
+ [
346
+ [
347
+ 0.04313725605607033
348
+ ]
349
+ ],
350
+ [
351
+ [
352
+ 0.054901961237192154
353
+ ]
354
+ ],
355
+ [
356
+ [
357
+ 0.062745101749897
358
+ ]
359
+ ]
360
+ ],
361
+ "mean": [
362
+ [
363
+ [
364
+ 0.47059326115711986
365
+ ]
366
+ ],
367
+ [
368
+ [
369
+ 0.4328877674258109
370
+ ]
371
+ ],
372
+ [
373
+ [
374
+ 0.3553419384057971
375
+ ]
376
+ ]
377
+ ],
378
+ "std": [
379
+ [
380
+ [
381
+ 0.1589506698806525
382
+ ]
383
+ ],
384
+ [
385
+ [
386
+ 0.14046438752005147
387
+ ]
388
+ ],
389
+ [
390
+ [
391
+ 0.11407243009217938
392
+ ]
393
+ ]
394
+ ],
395
+ "sum": [
396
+ 6546140.5,
397
+ 6021642.0,
398
+ 4942948.5
399
+ ],
400
+ "square_sum": [
401
+ 3432020.25,
402
+ 2881150.75,
403
+ 1937446.25
404
+ ],
405
+ "count": 13910400
406
+ },
407
+ "observation.images.secondary_1": {
408
+ "max": [
409
+ [
410
+ [
411
+ 1.0
412
+ ]
413
+ ],
414
+ [
415
+ [
416
+ 1.0
417
+ ]
418
+ ],
419
+ [
420
+ [
421
+ 1.0
422
+ ]
423
+ ]
424
+ ],
425
+ "min": [
426
+ [
427
+ [
428
+ 0.0
429
+ ]
430
+ ],
431
+ [
432
+ [
433
+ 0.003921568859368563
434
+ ]
435
+ ],
436
+ [
437
+ [
438
+ 0.0
439
+ ]
440
+ ]
441
+ ],
442
+ "mean": [
443
+ [
444
+ [
445
+ 0.5546792687485622
446
+ ]
447
+ ],
448
+ [
449
+ [
450
+ 0.5081567747872096
451
+ ]
452
+ ],
453
+ [
454
+ [
455
+ 0.458434013400046
456
+ ]
457
+ ]
458
+ ],
459
+ "std": [
460
+ [
461
+ [
462
+ 0.19931216803056997
463
+ ]
464
+ ],
465
+ [
466
+ [
467
+ 0.19263066038701376
468
+ ]
469
+ ],
470
+ [
471
+ [
472
+ 0.17692436788350868
473
+ ]
474
+ ]
475
+ ],
476
+ "sum": [
477
+ 7715810.5,
478
+ 7068664.0,
479
+ 6377000.5
480
+ ],
481
+ "square_sum": [
482
+ 4832395.5,
483
+ 4108156.75,
484
+ 3358860.5
485
+ ],
486
+ "count": 13910400
487
+ }
488
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"None"}
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:a6049e5d26e75e2b5e43a8d51c1dbdfe808150405201387f35f52930e5e53258
3
+ size 266747
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:154aeb06848635c5010ee6f5dcc434699e9a370e9c76848e48a782ba0f9fb561
3
+ size 284682
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:6a526cb65091dd900b212175ef89ced0ddadc38bcdf08f6eb7cc264d88474419
3
+ size 369318