Sparx3d commited on
Commit
1dba5e5
·
verified ·
1 Parent(s): cac8c85

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
+ # t1
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:df9212a6045356f2ab7bafa2d41f7d536af7468b275063068b51a830a69662e9
3
+ size 5332
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c451351ab3ef9263bd75c995017b4a14cdf1bf0e576bba6302d07add0f11e118
3
+ size 5352
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb2e5cb31078e3a1be4a0cfa777648d0b13aa5d2b677bfc5925d2645ef81cbf6
3
+ size 23497
meta/episodes.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index":0,"tasks":["pick the red item and place it on the tray"],"length":18}
2
+ {"episode_index":1,"tasks":["pick the red item and place it on the tray"],"length":19}
3
+ {"episode_index":2,"tasks":["pick the red item and place it on the tray"],"length":370}
meta/info.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 3,
5
+ "total_frames": 407,
6
+ "total_tasks": 1,
7
+ "total_videos": 6,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:3"
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
+ }
121
+ }
meta/stats.json ADDED
@@ -0,0 +1,371 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.09206132318211849,
5
+ 1.97624973764281,
6
+ 1.5987983125961243,
7
+ 0.5815206914337151,
8
+ 1.5067369894140057,
9
+ 1.1354229859127947
10
+ ],
11
+ "min": [
12
+ -1.2090720444584895,
13
+ -1.6417602634144461,
14
+ -0.9313537195257653,
15
+ -2.418144088916979,
16
+ -0.7196126762068928,
17
+ -0.029152752341004187
18
+ ],
19
+ "mean": [
20
+ -0.20526055951256303,
21
+ 0.7614625021137221,
22
+ -0.12952673799718364,
23
+ -1.5685372052585755,
24
+ 1.272595111437139,
25
+ 0.35947270062999737
26
+ ],
27
+ "std": [
28
+ 0.36724851848092177,
29
+ 0.9104511569571725,
30
+ 0.6266347694195171,
31
+ 0.8500289427309358,
32
+ 0.6317634245164,
33
+ 0.3971363173678073
34
+ ],
35
+ "sum": [
36
+ -83.54104772161315,
37
+ 309.9152383602849,
38
+ -52.71738236485374,
39
+ -638.3946425402403,
40
+ 517.9462103549156,
41
+ 146.30538915640892
42
+ ],
43
+ "square_sum": [
44
+ 72.04037224846185,
45
+ 573.3598056912873,
46
+ 166.64546221136848,
47
+ 1295.4232742785866,
48
+ 821.5797002796301,
49
+ 116.7837159677698
50
+ ],
51
+ "count": 407
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.09206132318211849,
56
+ 1.97624973764281,
57
+ 1.5987983125961243,
58
+ 0.5815206914337151,
59
+ 1.5067369894140057,
60
+ 1.1354229859127947
61
+ ],
62
+ "min": [
63
+ -1.2090720444584895,
64
+ -1.6417602634144461,
65
+ -0.9313537195257653,
66
+ -2.418144088916979,
67
+ -0.7196126762068928,
68
+ -0.029152752341004187
69
+ ],
70
+ "mean": [
71
+ -0.20526055951256303,
72
+ 0.7614625021137221,
73
+ -0.12952673799718364,
74
+ -1.5685372052585755,
75
+ 1.272595111437139,
76
+ 0.35947270062999737
77
+ ],
78
+ "std": [
79
+ 0.36724851848092177,
80
+ 0.9104511569571725,
81
+ 0.6266347694195171,
82
+ 0.8500289427309358,
83
+ 0.6317634245164,
84
+ 0.3971363173678073
85
+ ],
86
+ "sum": [
87
+ -83.54104772161315,
88
+ 309.9152383602849,
89
+ -52.71738236485374,
90
+ -638.3946425402403,
91
+ 517.9462103549156,
92
+ 146.30538915640892
93
+ ],
94
+ "square_sum": [
95
+ 72.04037224846185,
96
+ 573.3598056912873,
97
+ 166.64546221136848,
98
+ 1295.4232742785866,
99
+ 821.5797002796301,
100
+ 116.7837159677698
101
+ ],
102
+ "count": 407
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 19.491730099999813
107
+ ],
108
+ "min": [
109
+ 0.005013400000279944
110
+ ],
111
+ "mean": [
112
+ 8.94622516339057
113
+ ],
114
+ "std": [
115
+ 6.000637726267344
116
+ ],
117
+ "sum": [
118
+ 3641.113641499962
119
+ ],
120
+ "square_sum": [
121
+ 47229.33730296612
122
+ ],
123
+ "count": 407
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 369
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 168.52334152334151
134
+ ],
135
+ "std": [
136
+ 113.69375141665856
137
+ ],
138
+ "sum": [
139
+ 68589
140
+ ],
141
+ "square_sum": [
142
+ 16819839
143
+ ],
144
+ "count": 407
145
+ },
146
+ "episode_index": {
147
+ "max": [
148
+ 2
149
+ ],
150
+ "min": [
151
+ 0
152
+ ],
153
+ "mean": [
154
+ 1.864864864864865
155
+ ],
156
+ "std": [
157
+ 0.4531288104272695
158
+ ],
159
+ "sum": [
160
+ 759
161
+ ],
162
+ "square_sum": [
163
+ 1499
164
+ ],
165
+ "count": 407
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 406
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 203.0
176
+ ],
177
+ "std": [
178
+ 117.49042514179612
179
+ ],
180
+ "sum": [
181
+ 82621
182
+ ],
183
+ "square_sum": [
184
+ 22390291
185
+ ],
186
+ "count": 407
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": 407
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.32008081272134614
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.35263021708120584
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.37244881875977764
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.22801345657449348
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.20274871101576475
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.20347811573390825
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 10004958.01171875,
280
+ 11022374.2734375,
281
+ 11641856.197265625
282
+ ],
283
+ "square_sum": [
284
+ 4827481.978515625,
285
+ 5171729.640625,
286
+ 5630164.7412109375
287
+ ],
288
+ "count": 31257600
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.4044534371740793
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.3877290272693181
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.3743725396842863
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.27584493317551345
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.22986930518959064
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.23197534758471366
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 12642243.7578125,
361
+ 12119478.842773438,
362
+ 11701987.096435547
363
+ ],
364
+ "square_sum": [
365
+ 7491603.077392578,
366
+ 6350722.121826172,
367
+ 6062954.1630859375
368
+ ],
369
+ "count": 31257600
370
+ }
371
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"pick the red item and place it on the tray"}
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:17146fe4f6f202860a94cf9160872aaeab66c662a897b652cebf828fe9cfa541
3
+ size 23266
videos/chunk-000/observation.images.main/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ef6a1055647598c1a24c2d71bcf783b102978b963062bad568789e9bcea1381
3
+ size 23264
videos/chunk-000/observation.images.main/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d409fcc95ca2c03de71f1b8ba772dbbd7ed93f70697e39028fd7e5e5bf79bcc5
3
+ size 439682
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:aec51e937a3cdaf1832d2f2f5d07db7dbf4868356323a22dda4728deacdab690
3
+ size 45198
videos/chunk-000/observation.images.secondary_0/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8e47f81543d1ad94c506e71b2b767ea4394e575e6bcd41e511f14d923aaa50e
3
+ size 46144
videos/chunk-000/observation.images.secondary_0/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0be6d2500fbf6deaeec8f4ba82da45a2ec3f7d0c3a27c71ecc0cc22abbc66256
3
+ size 1278481