tatung commited on
Commit
c55e8e5
·
verified ·
1 Parent(s): ae7ec82

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
+ # orange-pieces
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:e5e0bec6a4fabe793f2047761fc1190b87b9f5b5047175b270c4e4e853e4be71
3
+ size 23901
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["pick up the orange pieces and put them into the box"],"length":204}
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": 204,
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
+ 0.5124746990471262,
5
+ 0.6214139314792998,
6
+ 1.5205461878913236,
7
+ 1.4944621463230567,
8
+ 0.0705803477729575,
9
+ 0.3329551188419952,
10
+ 0.5293526082971812,
11
+ 0.6122077991610879,
12
+ 1.53588974175501,
13
+ 1.5220805432776923,
14
+ 0.07518341393206343,
15
+ 0.35443609425115613
16
+ ],
17
+ "min": [
18
+ -0.17645086943239374,
19
+ -1.6923939911646113,
20
+ -0.5186121205926008,
21
+ 0.5170777652062322,
22
+ -2.639091264554063,
23
+ 0.006137421545474565,
24
+ -0.19026006790971153,
25
+ -1.7046688342555605,
26
+ -0.5707802037291346,
27
+ 0.5078716328880203,
28
+ -2.6498317522586436,
29
+ -0.0030687107727372827
30
+ ],
31
+ "mean": [
32
+ -0.04086349418696492,
33
+ -0.5979924477873778,
34
+ 0.5171981068051631,
35
+ 0.9194323798816773,
36
+ -1.237314713457578,
37
+ 0.07980904414096887,
38
+ -0.04078828068763302,
39
+ -0.6229332441658006,
40
+ 0.5010873752482925,
41
+ 0.9132648729364703,
42
+ -1.237675738254369,
43
+ 0.06582685461518797
44
+ ],
45
+ "std": null,
46
+ "sum": [
47
+ -8.336152814140844,
48
+ -121.99045934862507,
49
+ 105.50841378825326,
50
+ 187.56420549586215,
51
+ -252.4122015453459,
52
+ 16.28104500475765,
53
+ -8.320809260277137,
54
+ -127.07838180982334,
55
+ 102.22182455065166,
56
+ 186.30603407903993,
57
+ -252.4858506038913,
58
+ 13.428678341498346
59
+ ],
60
+ "square_sum": [
61
+ 5.722836466787747,
62
+ 265.6819855839663,
63
+ 200.27896625343286,
64
+ 182.86800242799654,
65
+ 442.3778836320625,
66
+ 3.0893575519686114,
67
+ 5.774111954505303,
68
+ 267.42388311657743,
69
+ 202.54315806984178,
70
+ 180.8483179395669,
71
+ 443.1409372834872,
72
+ 2.9211489972426303
73
+ ],
74
+ "count": 204
75
+ },
76
+ "action": {
77
+ "max": [
78
+ 0.5124746990471262,
79
+ 0.6214139314792998,
80
+ 1.5205461878913236,
81
+ 1.4944621463230567,
82
+ 0.0705803477729575,
83
+ 0.3329551188419952,
84
+ 0.5293526082971812,
85
+ 0.6122077991610879,
86
+ 1.53588974175501,
87
+ 1.5220805432776923,
88
+ 0.07518341393206343,
89
+ 0.35443609425115613
90
+ ],
91
+ "min": [
92
+ -0.17645086943239374,
93
+ -1.6923939911646113,
94
+ -0.5186121205926008,
95
+ 0.5170777652062322,
96
+ -2.639091264554063,
97
+ 0.006137421545474565,
98
+ -0.19026006790971153,
99
+ -1.7046688342555605,
100
+ -0.5707802037291346,
101
+ 0.5078716328880203,
102
+ -2.6498317522586436,
103
+ -0.0030687107727372827
104
+ ],
105
+ "mean": [
106
+ -0.04086349418696492,
107
+ -0.5979924477873778,
108
+ 0.5171981068051631,
109
+ 0.9194323798816773,
110
+ -1.237314713457578,
111
+ 0.07980904414096887,
112
+ -0.04078828068763302,
113
+ -0.6229332441658006,
114
+ 0.5010873752482925,
115
+ 0.9132648729364703,
116
+ -1.237675738254369,
117
+ 0.06582685461518797
118
+ ],
119
+ "std": null,
120
+ "sum": [
121
+ -8.336152814140844,
122
+ -121.99045934862507,
123
+ 105.50841378825326,
124
+ 187.56420549586215,
125
+ -252.4122015453459,
126
+ 16.28104500475765,
127
+ -8.320809260277137,
128
+ -127.07838180982334,
129
+ 102.22182455065166,
130
+ 186.30603407903993,
131
+ -252.4858506038913,
132
+ 13.428678341498346
133
+ ],
134
+ "square_sum": [
135
+ 5.722836466787747,
136
+ 265.6819855839663,
137
+ 200.27896625343286,
138
+ 182.86800242799654,
139
+ 442.3778836320625,
140
+ 3.0893575519686114,
141
+ 5.774111954505303,
142
+ 267.42388311657743,
143
+ 202.54315806984178,
144
+ 180.8483179395669,
145
+ 443.1409372834872,
146
+ 2.9211489972426303
147
+ ],
148
+ "count": 204
149
+ },
150
+ "timestamp": {
151
+ "max": [
152
+ 21.21224468300352
153
+ ],
154
+ "min": [
155
+ 0.0957715679978719
156
+ ],
157
+ "mean": [
158
+ 10.695646709540954
159
+ ],
160
+ "std": null,
161
+ "sum": [
162
+ 2181.9119287463545
163
+ ],
164
+ "square_sum": [
165
+ 31005.33081420327
166
+ ],
167
+ "count": 204
168
+ },
169
+ "frame_index": {
170
+ "max": [
171
+ 203
172
+ ],
173
+ "min": [
174
+ 0
175
+ ],
176
+ "mean": [
177
+ 101.5
178
+ ],
179
+ "std": null,
180
+ "sum": [
181
+ 20706
182
+ ],
183
+ "square_sum": [
184
+ 2809114
185
+ ],
186
+ "count": 204
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": 204
206
+ },
207
+ "index": {
208
+ "max": [
209
+ 203
210
+ ],
211
+ "min": [
212
+ 0
213
+ ],
214
+ "mean": [
215
+ 101.5
216
+ ],
217
+ "std": null,
218
+ "sum": [
219
+ 20706
220
+ ],
221
+ "square_sum": [
222
+ 2809114
223
+ ],
224
+ "count": 204
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": 204
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.5795267182393791
284
+ ]
285
+ ],
286
+ [
287
+ [
288
+ 0.6180345562704248
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 0.6054107945261438
294
+ ]
295
+ ]
296
+ ],
297
+ "std": [
298
+ [
299
+ [
300
+ 0.26097976016537444
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.29160687610320185
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.29391633016552804
311
+ ]
312
+ ]
313
+ ],
314
+ "sum": [
315
+ 9079561.0,
316
+ 9682871.0,
317
+ 9485092.0
318
+ ],
319
+ "square_sum": [
320
+ 6328948.0,
321
+ 7316602.5,
322
+ 7095816.5
323
+ ],
324
+ "count": 15667200
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.0
353
+ ]
354
+ ],
355
+ [
356
+ [
357
+ 0.0
358
+ ]
359
+ ]
360
+ ],
361
+ "mean": [
362
+ [
363
+ [
364
+ 0.5876800577001634
365
+ ]
366
+ ],
367
+ [
368
+ [
369
+ 0.5698597069035948
370
+ ]
371
+ ],
372
+ [
373
+ [
374
+ 0.5617103885825163
375
+ ]
376
+ ]
377
+ ],
378
+ "std": [
379
+ [
380
+ [
381
+ 0.29353250546886067
382
+ ]
383
+ ],
384
+ [
385
+ [
386
+ 0.31066229791335787
387
+ ]
388
+ ],
389
+ [
390
+ [
391
+ 0.3265563291702397
392
+ ]
393
+ ]
394
+ ],
395
+ "sum": [
396
+ 9207301.0,
397
+ 8928106.0,
398
+ 8800429.0
399
+ ],
400
+ "square_sum": [
401
+ 6760854.0,
402
+ 6599826.0,
403
+ 6614027.5
404
+ ],
405
+ "count": 15667200
406
+ }
407
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"pick up the orange pieces and put them into 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:d25d3478a9d01fee745111cc1b754fe7a4ab9dd42c636929c87ef9c6f3fbc1b4
3
+ size 366477
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:20ac0be9dbe461819db7807ef93d26e16886a28b3fa53a9431eec3644c6c3f15
3
+ size 458068