maujim commited on
Commit
6268c64
·
verified ·
1 Parent(s): 70dee99

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:093f3efc943571f42e4e8b3364f9df8208eb69956830ffb4c6984bcb4de3a230
3
+ size 6605
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3037e30fa48405565d30870c9ea36d40c7e451ce7bd3c07a478cff14812d51fb
3
+ size 11998
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":102}
2
+ {"episode_index":1,"tasks":["None"],"length":137}
meta/info.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 2,
5
+ "total_frames": 239,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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
+ 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
+ 0.05523679390927114,
5
+ -0.6536353945930414,
6
+ 1.4000000000000008,
7
+ 0.771780759343427,
8
+ 0.10740487704580495,
9
+ 0.19486313406881758
10
+ ],
11
+ "min": [
12
+ -0.1963974894551862,
13
+ -1.570800000000001,
14
+ 0.13348891861407192,
15
+ -0.6076047330019834,
16
+ 0.08132083547753807,
17
+ -0.1657103817278126
18
+ ],
19
+ "mean": [
20
+ -0.05883835613417806,
21
+ -1.2557665286669706,
22
+ 1.0655734454525359,
23
+ 0.05686744775085014,
24
+ 0.09388457393412164,
25
+ 0.038949515184513075
26
+ ],
27
+ "std": [
28
+ 0.11871590723033973,
29
+ 0.2370571907227968,
30
+ 0.3860135058299318,
31
+ 0.5748978669460388,
32
+ 0.011027174374594073,
33
+ 0.17660972068673214
34
+ ],
35
+ "sum": [
36
+ -14.062367116068556,
37
+ -300.12820035140595,
38
+ 254.67205346315606,
39
+ 13.591320012453183,
40
+ 22.43841317025507,
41
+ 9.308934129098626
42
+ ],
43
+ "square_sum": [
44
+ 4.195745088920704,
45
+ 390.32181900028905,
46
+ 306.9843134464721,
47
+ 79.76420990383946,
48
+ 2.1356829195975426,
49
+ 7.817225903622843
50
+ ],
51
+ "count": 239
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.05523679390927114,
56
+ -0.6536353945930414,
57
+ 1.4000000000000008,
58
+ 0.771780759343427,
59
+ 0.10740487704580495,
60
+ 0.19486313406881758
61
+ ],
62
+ "min": [
63
+ -0.1963974894551862,
64
+ -1.570800000000001,
65
+ 0.13348891861407192,
66
+ -0.6076047330019834,
67
+ 0.08132083547753807,
68
+ -0.1657103817278126
69
+ ],
70
+ "mean": [
71
+ -0.05883835613417806,
72
+ -1.2557665286669706,
73
+ 1.0655734454525359,
74
+ 0.05686744775085014,
75
+ 0.09388457393412164,
76
+ 0.038949515184513075
77
+ ],
78
+ "std": [
79
+ 0.11871590723033973,
80
+ 0.2370571907227968,
81
+ 0.3860135058299318,
82
+ 0.5748978669460388,
83
+ 0.011027174374594073,
84
+ 0.17660972068673214
85
+ ],
86
+ "sum": [
87
+ -14.062367116068556,
88
+ -300.12820035140595,
89
+ 254.67205346315606,
90
+ 13.591320012453183,
91
+ 22.43841317025507,
92
+ 9.308934129098626
93
+ ],
94
+ "square_sum": [
95
+ 4.195745088920704,
96
+ 390.32181900028905,
97
+ 306.9843134464721,
98
+ 79.76420990383946,
99
+ 2.1356829195975426,
100
+ 7.817225903622843
101
+ ],
102
+ "count": 239
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 7.873885040986352
107
+ ],
108
+ "min": [
109
+ 0.04182816605316475
110
+ ],
111
+ "mean": [
112
+ 3.463095140562073
113
+ ],
114
+ "std": [
115
+ 2.098035022512974
116
+ ],
117
+ "sum": [
118
+ 827.6797385943355
119
+ ],
120
+ "square_sum": [
121
+ 3918.3521590778832
122
+ ],
123
+ "count": 239
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 136
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 60.53138075313807
134
+ ],
135
+ "std": [
136
+ 36.625408712606706
137
+ ],
138
+ "sum": [
139
+ 14467
140
+ ],
141
+ "square_sum": [
142
+ 1196307
143
+ ],
144
+ "count": 239
145
+ },
146
+ "episode_index": {
147
+ "max": [
148
+ 1
149
+ ],
150
+ "min": [
151
+ 0
152
+ ],
153
+ "mean": [
154
+ 0.5732217573221757
155
+ ],
156
+ "std": [
157
+ 0.4946095169471089
158
+ ],
159
+ "sum": [
160
+ 137
161
+ ],
162
+ "square_sum": [
163
+ 137
164
+ ],
165
+ "count": 239
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 238
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 119.0
176
+ ],
177
+ "std": [
178
+ 68.99275324264136
179
+ ],
180
+ "sum": [
181
+ 28441
182
+ ],
183
+ "square_sum": [
184
+ 4522119
185
+ ],
186
+ "count": 239
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": 239
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.5298535933022386
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.49372987106089145
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.46326501279695265
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.1874629643742815
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.19912579092005164
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.22506849618737887
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 9725568.67578125,
280
+ 9062510.529296875,
281
+ 8503321.962890625
282
+ ],
283
+ "square_sum": [
284
+ 5798172.611328125,
285
+ 5202235.669921875,
286
+ 4869089.411621094
287
+ ],
288
+ "count": 18355200
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.5260537370742092
329
+ ]
330
+ ],
331
+ [
332
+ [
333
+ 0.540192746350365
334
+ ]
335
+ ],
336
+ [
337
+ [
338
+ 0.5493066168643552
339
+ ]
340
+ ]
341
+ ],
342
+ "std": [
343
+ [
344
+ [
345
+ 0.29856335238839177
346
+ ]
347
+ ],
348
+ [
349
+ [
350
+ 0.29466806134500717
351
+ ]
352
+ ],
353
+ [
354
+ [
355
+ 0.2861183131467498
356
+ ]
357
+ ]
358
+ ],
359
+ "sum": [
360
+ 5534927.0,
361
+ 5683692.0,
362
+ 5779584.5
363
+ ],
364
+ "square_sum": [
365
+ 3849565.25,
366
+ 3983872.0,
367
+ 4036101.0
368
+ ],
369
+ "count": 10521600
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:de364ab48b13487df6d89077d354bb6dfe37a4fa8e6eca883bce4537f460b631
3
+ size 212957
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:ed6c165327275b67062f718f94c37786f2c7a1c4b02747209348d777bf4be33e
3
+ size 390301
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:541c6a860ea82effa376df5f1739bb7be80ae8e29956570449b349af62a99b2d
3
+ size 236031