tatung commited on
Commit
790bbe7
·
verified ·
1 Parent(s): d223e02

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
+ # stacking
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:dd5caf25b0b328d6f3bcb46afcfa3ae650f893771c720a91f2e1e05bd226e2be
3
+ size 28621
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index":0,"tasks":["Stack a blue block on top of a pink block"],"length":295}
2
+ {"episode_index":1,"tasks":["Stack a blue block on top of a pink block"],"length":56}
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100, so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 2,
5
+ "total_frames": 351,
6
+ "total_tasks": 1,
7
+ "total_videos": 4,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
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
+ 320,
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
+ 320,
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
+ }
133
+ }
meta/stats.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.4326882189559569,
5
+ 0.7042691223432064,
6
+ 1.5005995678685313,
7
+ 1.5727142710278574,
8
+ 0.31607720959194013,
9
+ 0.8132083547753799,
10
+ 0.44035999588780006,
11
+ 0.7502997839342657,
12
+ 1.5435615186868532,
13
+ 1.578851692573332,
14
+ 0.320680275751046,
15
+ 0.8254831978663291
16
+ ],
17
+ "min": [
18
+ -0.046030661591059244,
19
+ -1.7599056281648315,
20
+ -0.6965973454113632,
21
+ 0.38358884659216036,
22
+ -1.4515001955047346,
23
+ 0.01074048770458049,
24
+ -0.06444292622748293,
25
+ -1.7905927358922045,
26
+ -0.705803477729575,
27
+ 0.34676431731931295,
28
+ -1.4576376170502092,
29
+ -0.0015343553863686413
30
+ ],
31
+ "mean": [
32
+ 0.18457727018242068,
33
+ -0.9186286239995015,
34
+ 0.7670115806353697,
35
+ 1.255880812199897,
36
+ -0.5272106306922765,
37
+ 0.25837495574559854,
38
+ 0.17969006413695007,
39
+ -0.9648428836709831,
40
+ 0.7781717210951963,
41
+ 1.2641514685845483,
42
+ -0.5270794892062612,
43
+ 0.23632132918084164
44
+ ],
45
+ "std": null,
46
+ "sum": [
47
+ 64.78662183402966,
48
+ -322.438647023825,
49
+ 269.22106480301477,
50
+ 440.81416508216387,
51
+ -185.05093137298906,
52
+ 90.6896094667051,
53
+ 63.07121251206948,
54
+ -338.6598521685151,
55
+ 273.1382741044139,
56
+ 443.71716547317646,
57
+ -185.0049007113977,
58
+ 82.94878654247542
59
+ ],
60
+ "square_sum": [
61
+ 17.48790295372313,
62
+ 667.4151861704648,
63
+ 493.55994307918434,
64
+ 578.924457984741,
65
+ 222.49916589638468,
66
+ 46.265561807019616,
67
+ 16.9160611991033,
68
+ 698.1382718706154,
69
+ 523.1439572388902,
70
+ 588.5672772365795,
71
+ 222.87140521984722,
72
+ 40.22489265226998
73
+ ],
74
+ "count": 351
75
+ },
76
+ "action": {
77
+ "max": [
78
+ 0.4326882189559569,
79
+ 0.7042691223432064,
80
+ 1.5005995678685313,
81
+ 1.5727142710278574,
82
+ 0.31607720959194013,
83
+ 0.8132083547753799,
84
+ 0.44035999588780006,
85
+ 0.7502997839342657,
86
+ 1.5435615186868532,
87
+ 1.578851692573332,
88
+ 0.320680275751046,
89
+ 0.8254831978663291
90
+ ],
91
+ "min": [
92
+ -0.046030661591059244,
93
+ -1.7599056281648315,
94
+ -0.6965973454113632,
95
+ 0.38358884659216036,
96
+ -1.4515001955047346,
97
+ 0.01074048770458049,
98
+ -0.06444292622748293,
99
+ -1.7905927358922045,
100
+ -0.705803477729575,
101
+ 0.34676431731931295,
102
+ -1.4576376170502092,
103
+ -0.0015343553863686413
104
+ ],
105
+ "mean": [
106
+ 0.18457727018242068,
107
+ -0.9186286239995015,
108
+ 0.7670115806353697,
109
+ 1.255880812199897,
110
+ -0.5272106306922765,
111
+ 0.25837495574559854,
112
+ 0.17969006413695007,
113
+ -0.9648428836709831,
114
+ 0.7781717210951963,
115
+ 1.2641514685845483,
116
+ -0.5270794892062612,
117
+ 0.23632132918084164
118
+ ],
119
+ "std": null,
120
+ "sum": [
121
+ 64.78662183402966,
122
+ -322.438647023825,
123
+ 269.22106480301477,
124
+ 440.81416508216387,
125
+ -185.05093137298906,
126
+ 90.6896094667051,
127
+ 63.07121251206948,
128
+ -338.6598521685151,
129
+ 273.1382741044139,
130
+ 443.71716547317646,
131
+ -185.0049007113977,
132
+ 82.94878654247542
133
+ ],
134
+ "square_sum": [
135
+ 17.48790295372313,
136
+ 667.4151861704648,
137
+ 493.55994307918434,
138
+ 578.924457984741,
139
+ 222.49916589638468,
140
+ 46.265561807019616,
141
+ 16.9160611991033,
142
+ 698.1382718706154,
143
+ 523.1439572388902,
144
+ 588.5672772365795,
145
+ 222.87140521984722,
146
+ 40.22489265226998
147
+ ],
148
+ "count": 351
149
+ },
150
+ "timestamp": {
151
+ "max": [
152
+ 35.35407095798291
153
+ ],
154
+ "min": [
155
+ 0.006909916992299259
156
+ ],
157
+ "mean": [
158
+ 15.268828138261316
159
+ ],
160
+ "std": null,
161
+ "sum": [
162
+ 5359.358676529722
163
+ ],
164
+ "square_sum": [
165
+ 125391.6767664352
166
+ ],
167
+ "count": 351
168
+ },
169
+ "frame_index": {
170
+ "max": [
171
+ 294
172
+ ],
173
+ "min": [
174
+ 0
175
+ ],
176
+ "mean": [
177
+ 127.93447293447294
178
+ ],
179
+ "std": null,
180
+ "sum": [
181
+ 44905
182
+ ],
183
+ "square_sum": [
184
+ 8570975
185
+ ],
186
+ "count": 351
187
+ },
188
+ "episode_index": {
189
+ "max": [
190
+ 1
191
+ ],
192
+ "min": [
193
+ 0
194
+ ],
195
+ "mean": [
196
+ 0.15954415954415954
197
+ ],
198
+ "std": null,
199
+ "sum": [
200
+ 56
201
+ ],
202
+ "square_sum": [
203
+ 56
204
+ ],
205
+ "count": 351
206
+ },
207
+ "index": {
208
+ "max": [
209
+ 350
210
+ ],
211
+ "min": [
212
+ 0
213
+ ],
214
+ "mean": [
215
+ 175.0
216
+ ],
217
+ "std": null,
218
+ "sum": [
219
+ 61425
220
+ ],
221
+ "square_sum": [
222
+ 14352975
223
+ ],
224
+ "count": 351
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": 351
244
+ },
245
+ "observation.images.main": {
246
+ "max": [
247
+ [
248
+ [
249
+ 1.0
250
+ ]
251
+ ],
252
+ [
253
+ [
254
+ 1.0
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 1.0
260
+ ]
261
+ ]
262
+ ],
263
+ "min": [
264
+ [
265
+ [
266
+ 0.0
267
+ ]
268
+ ],
269
+ [
270
+ [
271
+ 0.0
272
+ ]
273
+ ],
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ]
279
+ ],
280
+ "mean": [
281
+ [
282
+ [
283
+ 0.4290345839512201
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 0.42279891721430213
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.44672756937720726
294
+ ]
295
+ ]
296
+ ],
297
+ "std": [
298
+ [
299
+ [
300
+ 0.18640270780472712
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.17730705622262252
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.17732008034679633
311
+ ]
312
+ ]
313
+ ],
314
+ "sum": [
315
+ 11565399.47265625,
316
+ 11397305.8515625,
317
+ 12042345.7421875
318
+ ],
319
+ "square_sum": [
320
+ 5898596.5009765625,
321
+ 5666230.849609375,
322
+ 6227234.625
323
+ ],
324
+ "count": 26956800
325
+ },
326
+ "observation.images.secondary_0": {
327
+ "max": [
328
+ [
329
+ [
330
+ 1.0
331
+ ]
332
+ ],
333
+ [
334
+ [
335
+ 0.9882352948188782
336
+ ]
337
+ ],
338
+ [
339
+ [
340
+ 1.0
341
+ ]
342
+ ]
343
+ ],
344
+ "min": [
345
+ [
346
+ [
347
+ 0.0
348
+ ]
349
+ ],
350
+ [
351
+ [
352
+ 0.007843137718737125
353
+ ]
354
+ ],
355
+ [
356
+ [
357
+ 0.0
358
+ ]
359
+ ]
360
+ ],
361
+ "mean": [
362
+ [
363
+ [
364
+ 0.5623973874692564
365
+ ]
366
+ ],
367
+ [
368
+ [
369
+ 0.5100225064965055
370
+ ]
371
+ ],
372
+ [
373
+ [
374
+ 0.4507831581456256
375
+ ]
376
+ ]
377
+ ],
378
+ "std": [
379
+ [
380
+ [
381
+ 0.2696326918826649
382
+ ]
383
+ ],
384
+ [
385
+ [
386
+ 0.22374135283261282
387
+ ]
388
+ ],
389
+ [
390
+ [
391
+ 0.1746371219333701
392
+ ]
393
+ ]
394
+ ],
395
+ "sum": [
396
+ 15160433.89453125,
397
+ 13748574.703125,
398
+ 12151671.4375
399
+ ],
400
+ "square_sum": [
401
+ 10485995.98828125,
402
+ 8361545.140625,
403
+ 6299900.666015625
404
+ ],
405
+ "count": 26956800
406
+ }
407
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Stack a blue block on top of a pink block"}
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:97083a120e5b63023677d2d1ea74c7340bc1c59caf10f63ba87a8746a5bf5483
3
+ size 1045590
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:b067c12a01a53298e0f83f597698f961736547440e90681cb3cc63e8b0f9516f
3
+ size 763671