AliKAgha commited on
Commit
be52daf
·
verified ·
1 Parent(s): 4d2fe04

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
+ # Real_pick_and_place
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:e57f1881cf3cf220f95a12303419c645573d39886826f172381b30433afb32a9
3
+ size 35840
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick item up and drop it in the box. "],"length":384}
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100, so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 384,
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
+ 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
+ 1.5266836094367982,
5
+ 0.8178114209344859,
6
+ 1.6969970573237174,
7
+ 1.4607063278229466,
8
+ 0.32221463113741466,
9
+ 0.4894593682515966,
10
+ 1.5404928079141158,
11
+ 0.8162770655481172,
12
+ 1.6923939911646113,
13
+ 1.476049881686633,
14
+ 0.33142076345562654,
15
+ 0.49866550056980846
16
+ ],
17
+ "min": [
18
+ -1.3947290462090949,
19
+ -1.7737148266421494,
20
+ -0.7932617347525875,
21
+ 0.07825212470480071,
22
+ -0.05677114929563973,
23
+ 0.004603066159105924,
24
+ -1.41160695545915,
25
+ -1.7767835374148866,
26
+ -0.84696417327549,
27
+ 0.0521680831365338,
28
+ -0.059839860068377014,
29
+ -0.030687107727372827
30
+ ],
31
+ "mean": [
32
+ -0.0025252932400644614,
33
+ -0.38514318056428887,
34
+ -0.09968515150813873,
35
+ 0.7533844775756133,
36
+ 0.019950615739944545,
37
+ 0.13646173217516128,
38
+ -0.0013345695287678096,
39
+ -0.4124858730354369,
40
+ -0.12894978392939918,
41
+ 0.7412454888678267,
42
+ 0.02114933088554513,
43
+ 0.12654436220389279
44
+ ],
45
+ "std": null,
46
+ "sum": [
47
+ -0.9697126041847532,
48
+ -147.89498133668693,
49
+ -38.27909817912527,
50
+ 289.2996393890355,
51
+ 7.6610364441387055,
52
+ 52.40130515526193,
53
+ -0.5124746990468388,
54
+ -158.39457524560777,
55
+ -49.51671702888928,
56
+ 284.63826772524544,
57
+ 8.12134306004933,
58
+ 48.593035086294826
59
+ ],
60
+ "square_sum": [
61
+ 427.93940550199426,
62
+ 335.22373015436034,
63
+ 334.30914543007356,
64
+ 262.63985186157237,
65
+ 7.721379822082182,
66
+ 18.801111041455155,
67
+ 430.71916787433474,
68
+ 335.3767444024871,
69
+ 342.59509473948566,
70
+ 258.17124254616334,
71
+ 7.840339895285422,
72
+ 18.73549348435393
73
+ ],
74
+ "count": 384
75
+ },
76
+ "action": {
77
+ "max": [
78
+ 1.5266836094367982,
79
+ 0.8178114209344859,
80
+ 1.6969970573237174,
81
+ 1.4607063278229466,
82
+ 0.32221463113741466,
83
+ 0.4894593682515966,
84
+ 1.5404928079141158,
85
+ 0.8162770655481172,
86
+ 1.6923939911646113,
87
+ 1.476049881686633,
88
+ 0.33142076345562654,
89
+ 0.49866550056980846
90
+ ],
91
+ "min": [
92
+ -1.3947290462090949,
93
+ -1.7737148266421494,
94
+ -0.7932617347525875,
95
+ 0.07825212470480071,
96
+ -0.05677114929563973,
97
+ 0.004603066159105924,
98
+ -1.41160695545915,
99
+ -1.7767835374148866,
100
+ -0.84696417327549,
101
+ 0.0521680831365338,
102
+ -0.059839860068377014,
103
+ -0.030687107727372827
104
+ ],
105
+ "mean": [
106
+ -0.0025252932400644614,
107
+ -0.38514318056428887,
108
+ -0.09968515150813873,
109
+ 0.7533844775756133,
110
+ 0.019950615739944545,
111
+ 0.13646173217516128,
112
+ -0.0013345695287678096,
113
+ -0.4124858730354369,
114
+ -0.12894978392939918,
115
+ 0.7412454888678267,
116
+ 0.02114933088554513,
117
+ 0.12654436220389279
118
+ ],
119
+ "std": null,
120
+ "sum": [
121
+ -0.9697126041847532,
122
+ -147.89498133668693,
123
+ -38.27909817912527,
124
+ 289.2996393890355,
125
+ 7.6610364441387055,
126
+ 52.40130515526193,
127
+ -0.5124746990468388,
128
+ -158.39457524560777,
129
+ -49.51671702888928,
130
+ 284.63826772524544,
131
+ 8.12134306004933,
132
+ 48.593035086294826
133
+ ],
134
+ "square_sum": [
135
+ 427.93940550199426,
136
+ 335.22373015436034,
137
+ 334.30914543007356,
138
+ 262.63985186157237,
139
+ 7.721379822082182,
140
+ 18.801111041455155,
141
+ 430.71916787433474,
142
+ 335.3767444024871,
143
+ 342.59509473948566,
144
+ 258.17124254616334,
145
+ 7.840339895285422,
146
+ 18.73549348435393
147
+ ],
148
+ "count": 384
149
+ },
150
+ "timestamp": {
151
+ "max": [
152
+ 31.08574525034055
153
+ ],
154
+ "min": [
155
+ 0.08366754138842225
156
+ ],
157
+ "mean": [
158
+ 15.63912662509756
159
+ ],
160
+ "std": null,
161
+ "sum": [
162
+ 6005.424624037463
163
+ ],
164
+ "square_sum": [
165
+ 125061.162152375
166
+ ],
167
+ "count": 384
168
+ },
169
+ "frame_index": {
170
+ "max": [
171
+ 383
172
+ ],
173
+ "min": [
174
+ 0
175
+ ],
176
+ "mean": [
177
+ 191.5
178
+ ],
179
+ "std": null,
180
+ "sum": [
181
+ 73536
182
+ ],
183
+ "square_sum": [
184
+ 18800704
185
+ ],
186
+ "count": 384
187
+ },
188
+ "episode_index": {
189
+ "max": [
190
+ 0
191
+ ],
192
+ "min": [
193
+ 0
194
+ ],
195
+ "mean": [
196
+ 0.0
197
+ ],
198
+ "std": null,
199
+ "sum": [
200
+ 0
201
+ ],
202
+ "square_sum": [
203
+ 0
204
+ ],
205
+ "count": 384
206
+ },
207
+ "index": {
208
+ "max": [
209
+ 383
210
+ ],
211
+ "min": [
212
+ 0
213
+ ],
214
+ "mean": [
215
+ 191.5
216
+ ],
217
+ "std": null,
218
+ "sum": [
219
+ 73536
220
+ ],
221
+ "square_sum": [
222
+ 18800704
223
+ ],
224
+ "count": 384
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": 384
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.5431421915690104
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 0.5321828206380208
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.5189178466796875
294
+ ]
295
+ ]
296
+ ],
297
+ "std": [
298
+ [
299
+ [
300
+ 0.22797865764630926
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.23782978656010575
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.2591854059513517
311
+ ]
312
+ ]
313
+ ],
314
+ "sum": [
315
+ 16017915.0,
316
+ 15694710.0,
317
+ 15303510.0
318
+ ],
319
+ "square_sum": [
320
+ 10232789.0,
321
+ 10020566.0,
322
+ 9922397.0
323
+ ],
324
+ "count": 29491200
325
+ },
326
+ "observation.images.secondary_0": {
327
+ "max": [
328
+ [
329
+ [
330
+ 1.0
331
+ ]
332
+ ],
333
+ [
334
+ [
335
+ 1.0
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.5192440456814236
365
+ ]
366
+ ],
367
+ [
368
+ [
369
+ 0.4161110093858507
370
+ ]
371
+ ],
372
+ [
373
+ [
374
+ 0.3692376708984375
375
+ ]
376
+ ]
377
+ ],
378
+ "std": [
379
+ [
380
+ [
381
+ 0.22778431821113587
382
+ ]
383
+ ],
384
+ [
385
+ [
386
+ 0.20885994866281055
387
+ ]
388
+ ],
389
+ [
390
+ [
391
+ 0.1910474653681952
392
+ ]
393
+ ]
394
+ ],
395
+ "sum": [
396
+ 15313130.0,
397
+ 12271613.0,
398
+ 10889262.0
399
+ ],
400
+ "square_sum": [
401
+ 9481423.0,
402
+ 6392832.5,
403
+ 5097129.0
404
+ ],
405
+ "count": 29491200
406
+ }
407
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick item up and drop it in the box. "}
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:bed1730019c8f50e64529c4dce2055fc4176eb975b1784d2c35a4f9e8f474f1a
3
+ size 1689725
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:2fbdb8c600ef032436ab0251b21626030e4ba1a3fa55a1b2cfa1ad4c809f021f
3
+ size 1375111