nonosax commited on
Commit
b6edb4b
·
verified ·
1 Parent(s): f461747

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # example_dataset_9
12
+
13
+ **This dataset was generated using a [phospho starter pack](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:44821584eb979096d34c326bd552517778fb5a0ac562dc15bcadf730b8234082
3
+ size 15859
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["catch the red ball and put it in the cup"],"length":177}
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": 177,
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
+ 1.6000000000000012,
5
+ 0.27925268031909295,
6
+ 1.3931946908227273,
7
+ 1.3885916246636196,
8
+ 0.1703134478869193,
9
+ 1.3410266076861932
10
+ ],
11
+ "min": [
12
+ 0.3866575573648978,
13
+ -1.570800000000001,
14
+ -0.1917944232960803,
15
+ 0.24703121720535126,
16
+ -0.11507665397764898,
17
+ -0.0046030661591059275
18
+ ],
19
+ "mean": [
20
+ 1.029337320172722,
21
+ -0.5342016228920229,
22
+ 0.5640533123177104,
23
+ 0.7588297596415339,
24
+ 0.08269048604842058,
25
+ 0.420890152962467
26
+ ],
27
+ "std": [
28
+ 0.43291127404055835,
29
+ 0.7947528514224107,
30
+ 0.6273068962218127,
31
+ 0.33240247416301255,
32
+ 0.09070985081113628,
33
+ 0.4900616324148018
34
+ ],
35
+ "sum": [
36
+ 182.1927056705718,
37
+ -94.55368725188805,
38
+ 99.83743628023474,
39
+ 134.3128674565515,
40
+ 14.636216030570443,
41
+ 74.49755707435666
42
+ ],
43
+ "square_sum": [
44
+ 220.70970571084513,
45
+ 162.30961396778062,
46
+ 125.96560436957235,
47
+ 121.47757958367569,
48
+ 2.666680852527167,
49
+ 73.86367962337177
50
+ ],
51
+ "count": 177
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 1.6000000000000012,
56
+ 0.27925268031909295,
57
+ 1.3931946908227273,
58
+ 1.3885916246636196,
59
+ 0.1703134478869193,
60
+ 1.3410266076861932
61
+ ],
62
+ "min": [
63
+ 0.3866575573648978,
64
+ -1.570800000000001,
65
+ -0.1917944232960803,
66
+ 0.24703121720535126,
67
+ -0.11507665397764898,
68
+ -0.0046030661591059275
69
+ ],
70
+ "mean": [
71
+ 1.029337320172722,
72
+ -0.5342016228920229,
73
+ 0.5640533123177104,
74
+ 0.7588297596415339,
75
+ 0.08269048604842058,
76
+ 0.420890152962467
77
+ ],
78
+ "std": [
79
+ 0.43291127404055835,
80
+ 0.7947528514224107,
81
+ 0.6273068962218127,
82
+ 0.33240247416301255,
83
+ 0.09070985081113628,
84
+ 0.4900616324148018
85
+ ],
86
+ "sum": [
87
+ 182.1927056705718,
88
+ -94.55368725188805,
89
+ 99.83743628023474,
90
+ 134.3128674565515,
91
+ 14.636216030570443,
92
+ 74.49755707435666
93
+ ],
94
+ "square_sum": [
95
+ 220.70970571084513,
96
+ 162.30961396778062,
97
+ 125.96560436957235,
98
+ 121.47757958367569,
99
+ 2.666680852527167,
100
+ 73.86367962337177
101
+ ],
102
+ "count": 177
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 20.058859999997367
107
+ ],
108
+ "min": [
109
+ 0.2459487000014633
110
+ ],
111
+ "mean": [
112
+ 10.454627134462807
113
+ ],
114
+ "std": [
115
+ 5.640953898207643
116
+ ],
117
+ "sum": [
118
+ 1850.4690027999168
119
+ ],
120
+ "square_sum": [
121
+ 24978.167324215952
122
+ ],
123
+ "count": 177
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 176
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 88.0
134
+ ],
135
+ "std": [
136
+ 51.094683350292584
137
+ ],
138
+ "sum": [
139
+ 15576
140
+ ],
141
+ "square_sum": [
142
+ 1832776
143
+ ],
144
+ "count": 177
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": 177
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 176
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 88.0
176
+ ],
177
+ "std": [
178
+ 51.094683350292584
179
+ ],
180
+ "sum": [
181
+ 15576
182
+ ],
183
+ "square_sum": [
184
+ 1832776
185
+ ],
186
+ "count": 177
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": 177
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 1.0
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 1.0
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 1.0
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.5495770573616028
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.5426464080810547
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.5435903072357178
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.22155052423477173
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.2244911938905716
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.20444805920124054
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 7470731.0,
280
+ 7376518.5,
281
+ 7389349.5
282
+ ],
283
+ "square_sum": [
284
+ 4772979.0,
285
+ 4687908.0,
286
+ 4584977.5
287
+ ],
288
+ "count": 13593600
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.4929276704788208
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.45929640531539917
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.5204690098762512
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.19511102139949799
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.1823841631412506
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.15550090372562408
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 6700661.5,
361
+ 6243491.5,
362
+ 7075047.5
363
+ ],
364
+ "square_sum": [
365
+ 3820426.75,
366
+ 3319790.5,
367
+ 4011043.75
368
+ ],
369
+ "count": 13593600
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.47910699248313904
410
+ ]
411
+ ],
412
+ [
413
+ [
414
+ 0.4703744053840637
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.4898078143596649
420
+ ]
421
+ ]
422
+ ],
423
+ "std": [
424
+ [
425
+ [
426
+ 0.22365619242191315
427
+ ]
428
+ ],
429
+ [
430
+ [
431
+ 0.2267359346151352
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 0.2018703818321228
437
+ ]
438
+ ]
439
+ ],
440
+ "sum": [
441
+ 6512789.0,
442
+ 6394081.5,
443
+ 6658251.5
444
+ ],
445
+ "square_sum": [
446
+ 3800303.0,
447
+ 3706448.25,
448
+ 3815225.0
449
+ ],
450
+ "count": 13593600
451
+ }
452
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"catch the red ball and put it in the cup"}
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:6a4cbf67dcb64e6dd43b071149a068252a9d351e7d701cd995ca9b864a728279
3
+ size 238705
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:d6d834fdc4c1d674d171e028cf0794afd2aa640a2af8f06328da06e73df5db66
3
+ size 731680
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:b8622e1356ee42a1e1d5f447d5889f4207fbc182933ddd57afc7a448b2713881
3
+ size 329162