alemercier commited on
Commit
951c78e
·
verified ·
1 Parent(s): e92a4e6

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
+ # test_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:ad49bfc768aa357f32a4dbc6d73d70d0cd61d8d16a473fcc4d11219ed73deeca
3
+ size 9277
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":97}
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": 97,
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
+ 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
+ "observation.images.secondary_1": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 240,
124
+ 320,
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,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ -0.013809198477317772,
5
+ 0.23475637411440212,
6
+ 0.6567041053657785,
7
+ 0.004603066159105924,
8
+ -0.004603066159105924,
9
+ 1.7261498096647214
10
+ ],
11
+ "min": [
12
+ -0.6643758822976217,
13
+ -0.5446961621608677,
14
+ -0.0889926124093812,
15
+ -0.07978648009116934,
16
+ -0.004603066159105924,
17
+ 1.724615454278353
18
+ ],
19
+ "mean": [
20
+ -0.22986858221349582,
21
+ -0.2001621964856575,
22
+ 0.35655571921789225,
23
+ -0.023363328924396687,
24
+ -0.0046030661591059275,
25
+ 1.7258492658261553
26
+ ],
27
+ "std": [
28
+ 0.0,
29
+ 0.0,
30
+ 0.0,
31
+ 0.0,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ "sum": [
36
+ -22.297252474709094,
37
+ -19.415733059108778,
38
+ 34.58590476413555,
39
+ -2.266242905666479,
40
+ -0.446497417433275,
41
+ 167.40737878513707
42
+ ],
43
+ "square_sum": [
44
+ 11.316029289974479,
45
+ 12.573116850791415,
46
+ 19.307855527439582,
47
+ 0.10613649278102025,
48
+ 0.0020552571523152993,
49
+ 288.91993773921257
50
+ ],
51
+ "count": 97
52
+ },
53
+ "action": {
54
+ "max": [
55
+ -0.013809198477317772,
56
+ 0.23475637411440212,
57
+ 0.6567041053657785,
58
+ 0.004603066159105924,
59
+ -0.004603066159105924,
60
+ 1.7261498096647214
61
+ ],
62
+ "min": [
63
+ -0.6643758822976217,
64
+ -0.5446961621608677,
65
+ -0.0889926124093812,
66
+ -0.07978648009116934,
67
+ -0.004603066159105924,
68
+ 1.724615454278353
69
+ ],
70
+ "mean": [
71
+ -0.22986858221349582,
72
+ -0.2001621964856575,
73
+ 0.35655571921789225,
74
+ -0.023363328924396687,
75
+ -0.0046030661591059275,
76
+ 1.7258492658261553
77
+ ],
78
+ "std": [
79
+ 0.0,
80
+ 0.0,
81
+ 0.0,
82
+ 0.0,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ "sum": [
87
+ -22.297252474709094,
88
+ -19.415733059108778,
89
+ 34.58590476413555,
90
+ -2.266242905666479,
91
+ -0.446497417433275,
92
+ 167.40737878513707
93
+ ],
94
+ "square_sum": [
95
+ 11.316029289974479,
96
+ 12.573116850791415,
97
+ 19.307855527439582,
98
+ 0.10613649278102025,
99
+ 0.0020552571523152993,
100
+ 288.91993773921257
101
+ ],
102
+ "count": 97
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 5.981849834090099
107
+ ],
108
+ "min": [
109
+ 0.002548541873693466
110
+ ],
111
+ "mean": [
112
+ 3.0207628843412957
113
+ ],
114
+ "std": null,
115
+ "sum": [
116
+ 293.01399978110567
117
+ ],
118
+ "square_sum": [
119
+ 1161.6581623674217
120
+ ],
121
+ "count": 97
122
+ },
123
+ "frame_index": {
124
+ "max": [
125
+ 96
126
+ ],
127
+ "min": [
128
+ 0
129
+ ],
130
+ "mean": [
131
+ 48.0
132
+ ],
133
+ "std": null,
134
+ "sum": [
135
+ 4656
136
+ ],
137
+ "square_sum": [
138
+ 299536
139
+ ],
140
+ "count": 97
141
+ },
142
+ "episode_index": {
143
+ "max": [
144
+ 0
145
+ ],
146
+ "min": [
147
+ 0
148
+ ],
149
+ "mean": [
150
+ 0.0
151
+ ],
152
+ "std": null,
153
+ "sum": [
154
+ 0
155
+ ],
156
+ "square_sum": [
157
+ 0
158
+ ],
159
+ "count": 97
160
+ },
161
+ "index": {
162
+ "max": [
163
+ 96
164
+ ],
165
+ "min": [
166
+ 0
167
+ ],
168
+ "mean": [
169
+ 48.0
170
+ ],
171
+ "std": null,
172
+ "sum": [
173
+ 4656
174
+ ],
175
+ "square_sum": [
176
+ 299536
177
+ ],
178
+ "count": 97
179
+ },
180
+ "task_index": {
181
+ "max": [
182
+ 0
183
+ ],
184
+ "min": [
185
+ 0
186
+ ],
187
+ "mean": [
188
+ 0.0
189
+ ],
190
+ "std": null,
191
+ "sum": [
192
+ 0
193
+ ],
194
+ "square_sum": [
195
+ 0
196
+ ],
197
+ "count": 97
198
+ },
199
+ "observation.images.main": {
200
+ "max": [
201
+ [
202
+ [
203
+ 1.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 1.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 1.0
214
+ ]
215
+ ]
216
+ ],
217
+ "min": [
218
+ [
219
+ [
220
+ 0.10588235408067703
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 0.08235294371843338
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.062745101749897
231
+ ]
232
+ ]
233
+ ],
234
+ "mean": [
235
+ [
236
+ [
237
+ 0.6119742670747422
238
+ ]
239
+ ],
240
+ [
241
+ [
242
+ 0.5845728629725085
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 0.5639171901847079
248
+ ]
249
+ ]
250
+ ],
251
+ "std": [
252
+ [
253
+ [
254
+ 0.15043045850199033
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.17527964618481692
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.1849366048222673
265
+ ]
266
+ ]
267
+ ],
268
+ "sum": [
269
+ 4558963.5,
270
+ 4354834.0,
271
+ 4200957.5
272
+ ],
273
+ "square_sum": [
274
+ 2958547.75,
275
+ 2774591.5,
276
+ 2623780.0
277
+ ],
278
+ "count": 7449600
279
+ },
280
+ "observation.images.secondary_0": {
281
+ "max": [
282
+ [
283
+ [
284
+ 1.0
285
+ ]
286
+ ],
287
+ [
288
+ [
289
+ 1.0
290
+ ]
291
+ ],
292
+ [
293
+ [
294
+ 1.0
295
+ ]
296
+ ]
297
+ ],
298
+ "min": [
299
+ [
300
+ [
301
+ 0.0
302
+ ]
303
+ ],
304
+ [
305
+ [
306
+ 0.0
307
+ ]
308
+ ],
309
+ [
310
+ [
311
+ 0.0
312
+ ]
313
+ ]
314
+ ],
315
+ "mean": [
316
+ [
317
+ [
318
+ 0.537390598152921
319
+ ]
320
+ ],
321
+ [
322
+ [
323
+ 0.523953601535653
324
+ ]
325
+ ],
326
+ [
327
+ [
328
+ 0.5127260188466495
329
+ ]
330
+ ]
331
+ ],
332
+ "std": [
333
+ [
334
+ [
335
+ 0.2372989958779448
336
+ ]
337
+ ],
338
+ [
339
+ [
340
+ 0.25332302231619747
341
+ ]
342
+ ],
343
+ [
344
+ [
345
+ 0.26488723491343996
346
+ ]
347
+ ]
348
+ ],
349
+ "sum": [
350
+ 4003345.0,
351
+ 3903244.75,
352
+ 3819603.75
353
+ ],
354
+ "square_sum": [
355
+ 2570853.0,
356
+ 2523179.0,
357
+ 2481113.25
358
+ ],
359
+ "count": 7449600
360
+ },
361
+ "observation.images.secondary_1": {
362
+ "max": [
363
+ [
364
+ [
365
+ 1.0
366
+ ]
367
+ ],
368
+ [
369
+ [
370
+ 1.0
371
+ ]
372
+ ],
373
+ [
374
+ [
375
+ 0.9960784316062927
376
+ ]
377
+ ]
378
+ ],
379
+ "min": [
380
+ [
381
+ [
382
+ 0.03921568766236305
383
+ ]
384
+ ],
385
+ [
386
+ [
387
+ 0.0313725508749485
388
+ ]
389
+ ],
390
+ [
391
+ [
392
+ 0.0
393
+ ]
394
+ ]
395
+ ],
396
+ "mean": [
397
+ [
398
+ [
399
+ 0.6151975945017182
400
+ ]
401
+ ],
402
+ [
403
+ [
404
+ 0.5435620033290378
405
+ ]
406
+ ],
407
+ [
408
+ [
409
+ 0.4973912022121993
410
+ ]
411
+ ]
412
+ ],
413
+ "std": [
414
+ [
415
+ [
416
+ 0.17988685215308808
417
+ ]
418
+ ],
419
+ [
420
+ [
421
+ 0.21854940804802703
422
+ ]
423
+ ],
424
+ [
425
+ [
426
+ 0.21427579448644346
427
+ ]
428
+ ]
429
+ ],
430
+ "sum": [
431
+ 4582976.0,
432
+ 4049319.5,
433
+ 3705365.5
434
+ ],
435
+ "square_sum": [
436
+ 3060499.5,
437
+ 2556877.75,
438
+ 2185058.0
439
+ ],
440
+ "count": 7449600
441
+ }
442
+ }
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:ef2b5767dfeaa3a4c17828b5c530d74a9d0a1bf2adc967ef7d950d6b29c4bcf6
3
+ size 145755
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:2d5f72e89d56a9f76717f6d7d94e083cb01a2a4233a3500a79f4b04321dab490
3
+ size 112251
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:7f9d1ee808966cf8090ea72ce6d4bc6ad6217622e543d1abd426d656e4e189d3
3
+ size 160711