llinguini commited on
Commit
ed6aba0
·
verified ·
1 Parent(s): 737e837

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
+ # black_or_beige_sock_pick_up_dataset
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:07f809f36174cc669a36172950c15a5e310bdbb1a760f44f3f5bbeed53359f88
3
+ size 15941
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["pick up the beige sock and put it in the brown bowl"],"length":190}
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": 190,
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
+ 360,
84
+ 480,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channel"
91
+ ],
92
+ "info": {
93
+ "video.fps": 30,
94
+ "video.codec": "mp4v",
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
+ 360,
104
+ 480,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channel"
111
+ ],
112
+ "info": {
113
+ "video.fps": 30,
114
+ "video.codec": "mp4v",
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
+ 360,
124
+ 480,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channel"
131
+ ],
132
+ "info": {
133
+ "video.fps": 30,
134
+ "video.codec": "mp4v",
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,428 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.08592390163664392,
5
+ 0.023015330795529622,
6
+ 0.983521802662299,
7
+ 0.7119408992750496,
8
+ 0.2807870357054614,
9
+ 2.194128202507157
10
+ ],
11
+ "min": [
12
+ -0.6981317007977318,
13
+ -0.6045360222292447,
14
+ 0.09206132318211849,
15
+ -0.004603066159105924,
16
+ -0.03682452927284739,
17
+ 0.18105393559149968
18
+ ],
19
+ "mean": [
20
+ -0.21139379446827325,
21
+ -0.29246428775119293,
22
+ 0.5417728113721032,
23
+ 0.44450275543099566,
24
+ 0.10561210391015315,
25
+ 1.231239442014185
26
+ ],
27
+ "std": null,
28
+ "sum": [
29
+ -40.164820948971915,
30
+ -55.568214672726654,
31
+ 102.9368341606996,
32
+ 84.45552353188917,
33
+ 20.066299742929097,
34
+ 233.93549398269516
35
+ ],
36
+ "square_sum": [
37
+ 21.158043688335002,
38
+ 19.89541187712439,
39
+ 72.88246972450172,
40
+ 45.31319142718315,
41
+ 3.852083963136947,
42
+ 458.42365525386543
43
+ ],
44
+ "count": 190
45
+ },
46
+ "action": {
47
+ "max": [
48
+ 0.08592390163664392,
49
+ 0.023015330795529622,
50
+ 0.983521802662299,
51
+ 0.7119408992750496,
52
+ 0.2807870357054614,
53
+ 2.194128202507157
54
+ ],
55
+ "min": [
56
+ -0.6981317007977318,
57
+ -0.6045360222292447,
58
+ 0.09206132318211849,
59
+ -0.004603066159105924,
60
+ -0.03682452927284739,
61
+ 0.18105393559149968
62
+ ],
63
+ "mean": [
64
+ -0.21139379446827325,
65
+ -0.29246428775119293,
66
+ 0.5417728113721032,
67
+ 0.44450275543099566,
68
+ 0.10561210391015315,
69
+ 1.231239442014185
70
+ ],
71
+ "std": null,
72
+ "sum": [
73
+ -40.164820948971915,
74
+ -55.568214672726654,
75
+ 102.9368341606996,
76
+ 84.45552353188917,
77
+ 20.066299742929097,
78
+ 233.93549398269516
79
+ ],
80
+ "square_sum": [
81
+ 21.158043688335002,
82
+ 19.89541187712439,
83
+ 72.88246972450172,
84
+ 45.31319142718315,
85
+ 3.852083963136947,
86
+ 458.42365525386543
87
+ ],
88
+ "count": 190
89
+ },
90
+ "timestamp": {
91
+ "max": [
92
+ 14.617901416029781
93
+ ],
94
+ "min": [
95
+ 0.0026565410080365837
96
+ ],
97
+ "mean": [
98
+ 7.343646258876144
99
+ ],
100
+ "std": null,
101
+ "sum": [
102
+ 1395.2927891864674
103
+ ],
104
+ "square_sum": [
105
+ 13687.005133366707
106
+ ],
107
+ "count": 190
108
+ },
109
+ "frame_index": {
110
+ "max": [
111
+ 189
112
+ ],
113
+ "min": [
114
+ 0
115
+ ],
116
+ "mean": [
117
+ 94.5
118
+ ],
119
+ "std": null,
120
+ "sum": [
121
+ 17955
122
+ ],
123
+ "square_sum": [
124
+ 2268315
125
+ ],
126
+ "count": 190
127
+ },
128
+ "episode_index": {
129
+ "max": [
130
+ 0
131
+ ],
132
+ "min": [
133
+ 0
134
+ ],
135
+ "mean": [
136
+ 0.0
137
+ ],
138
+ "std": null,
139
+ "sum": [
140
+ 0
141
+ ],
142
+ "square_sum": [
143
+ 0
144
+ ],
145
+ "count": 190
146
+ },
147
+ "index": {
148
+ "max": [
149
+ 189
150
+ ],
151
+ "min": [
152
+ 0
153
+ ],
154
+ "mean": [
155
+ 94.5
156
+ ],
157
+ "std": null,
158
+ "sum": [
159
+ 17955
160
+ ],
161
+ "square_sum": [
162
+ 2268315
163
+ ],
164
+ "count": 190
165
+ },
166
+ "task_index": {
167
+ "max": [
168
+ 0
169
+ ],
170
+ "min": [
171
+ 0
172
+ ],
173
+ "mean": [
174
+ 0.0
175
+ ],
176
+ "std": null,
177
+ "sum": [
178
+ 0
179
+ ],
180
+ "square_sum": [
181
+ 0
182
+ ],
183
+ "count": 190
184
+ },
185
+ "observation.images.main": {
186
+ "max": [
187
+ [
188
+ [
189
+ 0.8196078538894653
190
+ ]
191
+ ],
192
+ [
193
+ [
194
+ 0.929411768913269
195
+ ]
196
+ ],
197
+ [
198
+ [
199
+ 0.8549019694328308
200
+ ]
201
+ ]
202
+ ],
203
+ "min": [
204
+ [
205
+ [
206
+ 0.019607843831181526
207
+ ]
208
+ ],
209
+ [
210
+ [
211
+ 0.027450980618596077
212
+ ]
213
+ ],
214
+ [
215
+ [
216
+ 0.01568627543747425
217
+ ]
218
+ ]
219
+ ],
220
+ "mean": [
221
+ [
222
+ [
223
+ 0.5490629264132554
224
+ ]
225
+ ],
226
+ [
227
+ [
228
+ 0.5534081384015594
229
+ ]
230
+ ],
231
+ [
232
+ [
233
+ 0.5380084064327485
234
+ ]
235
+ ]
236
+ ],
237
+ "std": [
238
+ [
239
+ [
240
+ 0.18600416730725722
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.1868649938275543
246
+ ]
247
+ ],
248
+ [
249
+ [
250
+ 0.20310910409235575
251
+ ]
252
+ ]
253
+ ],
254
+ "sum": [
255
+ 18026834.0,
256
+ 18169496.0,
257
+ 17663892.0
258
+ ],
259
+ "square_sum": [
260
+ 11033773.0,
261
+ 11201592.0,
262
+ 10857751.0
263
+ ],
264
+ "count": 32832000
265
+ },
266
+ "observation.images.secondary_0": {
267
+ "max": [
268
+ [
269
+ [
270
+ 1.0
271
+ ]
272
+ ],
273
+ [
274
+ [
275
+ 1.0
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 1.0
281
+ ]
282
+ ]
283
+ ],
284
+ "min": [
285
+ [
286
+ [
287
+ 0.0
288
+ ]
289
+ ],
290
+ [
291
+ [
292
+ 0.0
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 0.0
298
+ ]
299
+ ]
300
+ ],
301
+ "mean": [
302
+ [
303
+ [
304
+ 0.5148473440545809
305
+ ]
306
+ ],
307
+ [
308
+ [
309
+ 0.4490421235380117
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 0.41752071150097464
315
+ ]
316
+ ]
317
+ ],
318
+ "std": [
319
+ [
320
+ [
321
+ 0.2584118675953101
322
+ ]
323
+ ],
324
+ [
325
+ [
326
+ 0.24483007044424948
327
+ ]
328
+ ],
329
+ [
330
+ [
331
+ 0.23600957048085594
332
+ ]
333
+ ]
334
+ ],
335
+ "sum": [
336
+ 16903468.0,
337
+ 14742951.0,
338
+ 13708040.0
339
+ ],
340
+ "square_sum": [
341
+ 10895118.0,
342
+ 8588214.0,
343
+ 7552150.0
344
+ ],
345
+ "count": 32832000
346
+ },
347
+ "observation.images.secondary_1": {
348
+ "max": [
349
+ [
350
+ [
351
+ 1.0
352
+ ]
353
+ ],
354
+ [
355
+ [
356
+ 1.0
357
+ ]
358
+ ],
359
+ [
360
+ [
361
+ 0.9372549057006836
362
+ ]
363
+ ]
364
+ ],
365
+ "min": [
366
+ [
367
+ [
368
+ 0.0
369
+ ]
370
+ ],
371
+ [
372
+ [
373
+ 0.007843137718737125
374
+ ]
375
+ ],
376
+ [
377
+ [
378
+ 0.0
379
+ ]
380
+ ]
381
+ ],
382
+ "mean": [
383
+ [
384
+ [
385
+ 0.6543960160818714
386
+ ]
387
+ ],
388
+ [
389
+ [
390
+ 0.6343503898635477
391
+ ]
392
+ ],
393
+ [
394
+ [
395
+ 0.5729848927875244
396
+ ]
397
+ ]
398
+ ],
399
+ "std": [
400
+ [
401
+ [
402
+ 0.23673600591133073
403
+ ]
404
+ ],
405
+ [
406
+ [
407
+ 0.234982521922397
408
+ ]
409
+ ],
410
+ [
411
+ [
412
+ 0.25218216010859146
413
+ ]
414
+ ]
415
+ ],
416
+ "sum": [
417
+ 21485130.0,
418
+ 20826992.0,
419
+ 18812240.0
420
+ ],
421
+ "square_sum": [
422
+ 15899818.0,
423
+ 15024488.0,
424
+ 12867108.0
425
+ ],
426
+ "count": 32832000
427
+ }
428
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"pick up the beige sock and put it in the brown bowl"}
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:80cf7af300ef27640e923cd1038a3f45823599369adf83bd4175408f0e8a0e14
3
+ size 525626
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:7131b4b5ecb2726aa77e403c4e99f7a359b1e0de1e28ff56708dfe6ef6dad1cc
3
+ size 1111169
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:23ef3012cf60f5e7128a3ce230b857e8516dda56b092ce508d6c7d7f89787937
3
+ size 746780