psychomugs commited on
Commit
5552e49
·
verified ·
1 Parent(s): 1dd35c0

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
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:a2fbf3d9de96e445285c6c252d954d2b8ad39782abc62b72ab1d05325ff84179
3
+ size 7826
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":44}
meta/info.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 44,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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": "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
+ 240,
104
+ 320,
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
+ }
121
+ }
meta/stats.json ADDED
@@ -0,0 +1,371 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 1.150766539776481,
5
+ -1.3333548307543492,
6
+ -1.3042020784133452,
7
+ 0.1933287786824488,
8
+ -0.0015343553863686413,
9
+ -0.059839860068377014
10
+ ],
11
+ "min": [
12
+ -0.6122077991610879,
13
+ -1.6233479987780226,
14
+ -1.5251492540504294,
15
+ -1.1323542751400573,
16
+ -0.015343553863686413,
17
+ -0.2669778372281436
18
+ ],
19
+ "mean": [
20
+ 0.6548559045594708,
21
+ -1.4461648233657713,
22
+ -1.4014941585944483,
23
+ -0.19639748945518612,
24
+ -0.01028715543133521,
25
+ -0.10862538701223445
26
+ ],
27
+ "std": [
28
+ 0.5426174347315225,
29
+ 0.05739866005652211,
30
+ 0.059187437595447125,
31
+ 0.46945200370060464,
32
+ 0.004791911430587726,
33
+ 0.080694402963226
34
+ ],
35
+ "sum": [
36
+ 28.813659800616716,
37
+ -63.631252228093935,
38
+ -61.66574297815573,
39
+ -8.641489536028189,
40
+ -0.45263483897874923,
41
+ -4.779517028538316
42
+ ],
43
+ "square_sum": [
44
+ 31.82387719328492,
45
+ 92.16624131074082,
46
+ 86.57831729111292,
47
+ 11.39411493628375,
48
+ 0.00566667120919006,
49
+ 0.8056867004185653
50
+ ],
51
+ "count": 44
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 1.150766539776481,
56
+ -1.3333548307543492,
57
+ -1.3042020784133452,
58
+ 0.1933287786824488,
59
+ -0.0015343553863686413,
60
+ -0.059839860068377014
61
+ ],
62
+ "min": [
63
+ -0.6122077991610879,
64
+ -1.6233479987780226,
65
+ -1.5251492540504294,
66
+ -1.1323542751400573,
67
+ -0.015343553863686413,
68
+ -0.2669778372281436
69
+ ],
70
+ "mean": [
71
+ 0.6548559045594708,
72
+ -1.4461648233657713,
73
+ -1.4014941585944483,
74
+ -0.19639748945518612,
75
+ -0.01028715543133521,
76
+ -0.10862538701223445
77
+ ],
78
+ "std": [
79
+ 0.5426174347315225,
80
+ 0.05739866005652211,
81
+ 0.059187437595447125,
82
+ 0.46945200370060464,
83
+ 0.004791911430587726,
84
+ 0.080694402963226
85
+ ],
86
+ "sum": [
87
+ 28.813659800616716,
88
+ -63.631252228093935,
89
+ -61.66574297815573,
90
+ -8.641489536028189,
91
+ -0.45263483897874923,
92
+ -4.779517028538316
93
+ ],
94
+ "square_sum": [
95
+ 31.82387719328492,
96
+ 92.16624131074082,
97
+ 86.57831729111292,
98
+ 11.39411493628375,
99
+ 0.00566667120919006,
100
+ 0.8056867004185653
101
+ ],
102
+ "count": 44
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 3.134384749995661
107
+ ],
108
+ "min": [
109
+ 0.0031481250043725595
110
+ ],
111
+ "mean": [
112
+ 1.5666546552962577
113
+ ],
114
+ "std": [
115
+ 0.9243519462730052
116
+ ],
117
+ "sum": [
118
+ 68.93280483303533
119
+ ],
120
+ "square_sum": [
121
+ 145.58866649976568
122
+ ],
123
+ "count": 44
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 43
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 21.5
134
+ ],
135
+ "std": [
136
+ 12.698425099200294
137
+ ],
138
+ "sum": [
139
+ 946
140
+ ],
141
+ "square_sum": [
142
+ 27434
143
+ ],
144
+ "count": 44
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": 44
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 43
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 21.5
176
+ ],
177
+ "std": [
178
+ 12.698425099200294
179
+ ],
180
+ "sum": [
181
+ 946
182
+ ],
183
+ "square_sum": [
184
+ 27434
185
+ ],
186
+ "count": 44
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": 44
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 0.03529411926865578
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.0235294122248888
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.05098039284348488
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.002343456528403542
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.004497525764234138
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.003090212850859671
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.0022065276411754597
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0022454068879554845
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.002446235137023359
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 7919.00830078125,
280
+ 15198.0390625,
281
+ 10442.447265625
282
+ ],
283
+ "square_sum": [
284
+ 35.010379791259766,
285
+ 85.39099884033203,
286
+ 52.49074172973633
287
+ ],
288
+ "count": 3379200
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.0235294122248888
312
+ ]
313
+ ],
314
+ [
315
+ [
316
+ 0.0235294122248888
317
+ ]
318
+ ],
319
+ [
320
+ [
321
+ 0.0235294122248888
322
+ ]
323
+ ]
324
+ ],
325
+ "mean": [
326
+ [
327
+ [
328
+ 0.14284136223070548
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.16922923694957387
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.3155509810014204
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.12411845819009049
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.12292841820886202
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.13858019645243325
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 482689.53125,
361
+ 571859.4375,
362
+ 1066309.875
363
+ ],
364
+ "square_sum": [
365
+ 121005.9296875,
366
+ 147839.765625,
367
+ 401370.875
368
+ ],
369
+ "count": 3379200
370
+ }
371
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"None"}
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:1ff4d1cad59a5dcacef96b9bea160cbc750252b923e157f3a63161a97755e734
3
+ size 17052
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:0f456df99fb10eb7b376b32deba0d34dd0aced6ef87af898782034f9501b5085
3
+ size 22830