Ceccon commited on
Commit
76a8dd8
·
verified ·
1 Parent(s): 9885c19

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # dataset_5
12
+
13
+ **This dataset was generated using [phosphobot](https://docs.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.
16
+
17
+ To get started in robotics, [get your own phospho starter pack.](https://robots.phospho.ai).
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da0c51296ebec784a89de56a1702922f8a1d3ade041afffee40d48bf93e6e80e
3
+ size 27242
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Move the red cube to the green circle"],"length":479}
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": 479,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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
+ 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
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "motor_1",
38
+ "motor_2",
39
+ "motor_3",
40
+ "motor_4",
41
+ "motor_5",
42
+ "motor_6"
43
+ ]
44
+ },
45
+ "timestamp": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "episode_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "frame_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "task_index": {
67
+ "dtype": "int64",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ },
73
+ "index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ },
80
+ "observation.images.main": {
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": 30,
94
+ "video.codec": "avc1",
95
+ "video.pix_fmt": "yuv420p",
96
+ "video.is_depth_map": false,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "observation.images.secondary_0": {
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": 30,
114
+ "video.codec": "avc1",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.secondary_1": {
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": 30,
134
+ "video.codec": "avc1",
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
+ "observation.state": {
3
+ "max": [
4
+ 0.5324213190699185,
5
+ 0.6735820146158336,
6
+ 0.03529017388647875,
7
+ 1.5880578248915438,
8
+ 0.13655762938680907,
9
+ 1.736890297369302
10
+ ],
11
+ "min": [
12
+ -0.7073378331159437,
13
+ -0.01227484309094913,
14
+ -0.5186121205926008,
15
+ -0.11814536475038538,
16
+ -0.6122077991610879,
17
+ 0.27618396954635543
18
+ ],
19
+ "mean": [
20
+ -0.10329190770113256,
21
+ 0.31929967622802913,
22
+ -0.25101925991104973,
23
+ 0.8960507326506717,
24
+ -0.22535484371984557,
25
+ 0.9092705336518134
26
+ ],
27
+ "std": [
28
+ 0.4349526695044676,
29
+ 0.2212902483312427,
30
+ 0.2417153033646126,
31
+ 0.603120252623108,
32
+ 0.26164538597274595,
33
+ 0.6273513853365668
34
+ ],
35
+ "sum": [
36
+ -49.476823788842495,
37
+ 152.94454491322594,
38
+ -120.23822549739283,
39
+ 429.20830093967174,
40
+ -107.94497014180602,
41
+ 435.54058561921863
42
+ ],
43
+ "square_sum": [
44
+ 95.72960755178332,
45
+ 72.29147382075128,
46
+ 58.16830227220323,
47
+ 558.8305972572163,
48
+ 57.11745140904632,
49
+ 584.5441360805071
50
+ ],
51
+ "count": 479
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.5324213190699185,
56
+ 0.6735820146158336,
57
+ 0.03529017388647875,
58
+ 1.5880578248915438,
59
+ 0.13655762938680907,
60
+ 1.736890297369302
61
+ ],
62
+ "min": [
63
+ -0.7073378331159437,
64
+ -0.01227484309094913,
65
+ -0.5186121205926008,
66
+ -0.11814536475038538,
67
+ -0.6122077991610879,
68
+ 0.27618396954635543
69
+ ],
70
+ "mean": [
71
+ -0.10329190770113256,
72
+ 0.31929967622802913,
73
+ -0.25101925991104973,
74
+ 0.8960507326506717,
75
+ -0.22535484371984557,
76
+ 0.9092705336518134
77
+ ],
78
+ "std": [
79
+ 0.4349526695044676,
80
+ 0.2212902483312427,
81
+ 0.2417153033646126,
82
+ 0.603120252623108,
83
+ 0.26164538597274595,
84
+ 0.6273513853365668
85
+ ],
86
+ "sum": [
87
+ -49.476823788842495,
88
+ 152.94454491322594,
89
+ -120.23822549739283,
90
+ 429.20830093967174,
91
+ -107.94497014180602,
92
+ 435.54058561921863
93
+ ],
94
+ "square_sum": [
95
+ 95.72960755178332,
96
+ 72.29147382075128,
97
+ 58.16830227220323,
98
+ 558.8305972572163,
99
+ 57.11745140904632,
100
+ 584.5441360805071
101
+ ],
102
+ "count": 479
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 16.597298481000053
107
+ ],
108
+ "min": [
109
+ 0.0012270400000033987
110
+ ],
111
+ "mean": [
112
+ 8.302849643242133
113
+ ],
114
+ "std": [
115
+ 4.81575571585228
116
+ ],
117
+ "sum": [
118
+ 3977.064979112982
119
+ ],
120
+ "square_sum": [
121
+ 44129.70253495091
122
+ ],
123
+ "count": 479
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 478
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 239.0
134
+ ],
135
+ "std": [
136
+ 138.27508813954884
137
+ ],
138
+ "sum": [
139
+ 114481
140
+ ],
141
+ "square_sum": [
142
+ 36519439
143
+ ],
144
+ "count": 479
145
+ },
146
+ "episode_index": {
147
+ "max": [
148
+ 0
149
+ ],
150
+ "min": [
151
+ 0
152
+ ],
153
+ "mean": [
154
+ 0.0
155
+ ],
156
+ "std": [
157
+ 0.0
158
+ ],
159
+ "sum": [
160
+ 0
161
+ ],
162
+ "square_sum": [
163
+ 0
164
+ ],
165
+ "count": 479
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 478
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 239.0
176
+ ],
177
+ "std": [
178
+ 138.27508813954884
179
+ ],
180
+ "sum": [
181
+ 114481
182
+ ],
183
+ "square_sum": [
184
+ 36519439
185
+ ],
186
+ "count": 479
187
+ },
188
+ "task_index": {
189
+ "max": [
190
+ 0
191
+ ],
192
+ "min": [
193
+ 0
194
+ ],
195
+ "mean": [
196
+ 0.0
197
+ ],
198
+ "std": [
199
+ 0.0
200
+ ],
201
+ "sum": [
202
+ 0
203
+ ],
204
+ "square_sum": [
205
+ 0
206
+ ],
207
+ "count": 479
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 1.0
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.9882352948188782
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.9725490212440491
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.0
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.6318864822387695
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.6203786134719849
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.6095621585845947
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.19695976376533508
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.20551471412181854
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.2407997101545334
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 23245334.0,
280
+ 22821992.0,
281
+ 22424086.0
282
+ ],
283
+ "square_sum": [
284
+ 16115504.0,
285
+ 15712031.0,
286
+ 15801961.0
287
+ ],
288
+ "count": 36787200
289
+ },
290
+ "observation.images.secondary_0": {
291
+ "max": [
292
+ [
293
+ [
294
+ 1.0
295
+ ]
296
+ ],
297
+ [
298
+ [
299
+ 1.0
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 1.0
305
+ ]
306
+ ]
307
+ ],
308
+ "min": [
309
+ [
310
+ [
311
+ 0.0
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 0.0
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.0
322
+ ]
323
+ ]
324
+ ],
325
+ "mean": [
326
+ [
327
+ [
328
+ 0.5958251357078552
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.5780721306800842
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.5541658997535706
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.19523489475250244
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.21083900332450867
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.25766101479530334
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 21918738.0,
361
+ 21265656.0,
362
+ 20386212.0
363
+ ],
364
+ "square_sum": [
365
+ 14461941.0,
366
+ 13928387.0,
367
+ 13739616.0
368
+ ],
369
+ "count": 36787200
370
+ },
371
+ "observation.images.secondary_1": {
372
+ "max": [
373
+ [
374
+ [
375
+ 0.9882352948188782
376
+ ]
377
+ ],
378
+ [
379
+ [
380
+ 0.9372549057006836
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ 0.9764705896377563
386
+ ]
387
+ ]
388
+ ],
389
+ "min": [
390
+ [
391
+ [
392
+ 0.03529411926865578
393
+ ]
394
+ ],
395
+ [
396
+ [
397
+ 0.0784313753247261
398
+ ]
399
+ ],
400
+ [
401
+ [
402
+ 0.0
403
+ ]
404
+ ]
405
+ ],
406
+ "mean": [
407
+ [
408
+ [
409
+ 0.6886698603630066
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 0.6891031861305237
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.6970332264900208
420
+ ]
421
+ ]
422
+ ],
423
+ "std": [
424
+ [
425
+ [
426
+ 0.18035714328289032
427
+ ]
428
+ ],
429
+ [
430
+ [
431
+ 0.1746116727590561
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.19711849093437195
437
+ ]
438
+ ]
439
+ ],
440
+ "sum": [
441
+ 25334236.0,
442
+ 25350176.0,
443
+ 25641900.0
444
+ ],
445
+ "square_sum": [
446
+ 18643564.0,
447
+ 18590502.0,
448
+ 19302648.0
449
+ ],
450
+ "count": 36787200
451
+ }
452
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Move the red cube to the green circle"}
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:84e0516c7b139a73a67aae9fa560b73487a511733b73c4cc127fbfc072df1fe1
3
+ size 407869
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:a510af5559b7dcc78b723d3ffbe0218d2587a344912b08dadb2fbd8809f664aa
3
+ size 471325
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:d317ec282fd60ee2c4308e2f4eae2fce9c22d5606ad6b74be146aadb0d32c961
3
+ size 260331