helper2424 commited on
Commit
5b214cf
·
verified ·
1 Parent(s): e5cff00

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
+ # 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:8974a4f441ae9019eb393bba049b00c978a9c7ca84dd3db6768de5143cfabfbf
3
+ size 11152
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":90}
meta/info.json ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100, so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 90,
6
+ "total_tasks": 1,
7
+ "total_videos": 5,
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
+ "observation.images.secondary_1": {
133
+ "dtype": "video",
134
+ "shape": [
135
+ 240,
136
+ 320,
137
+ 3
138
+ ],
139
+ "names": [
140
+ "height",
141
+ "width",
142
+ "channel"
143
+ ],
144
+ "info": {
145
+ "video.fps": 30,
146
+ "video.codec": "mp4v",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "has_audio": false
150
+ }
151
+ },
152
+ "observation.images.secondary_2": {
153
+ "dtype": "video",
154
+ "shape": [
155
+ 240,
156
+ 320,
157
+ 3
158
+ ],
159
+ "names": [
160
+ "height",
161
+ "width",
162
+ "channel"
163
+ ],
164
+ "info": {
165
+ "video.fps": 30,
166
+ "video.codec": "mp4v",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "has_audio": false
170
+ }
171
+ },
172
+ "observation.images.secondary_3": {
173
+ "dtype": "video",
174
+ "shape": [
175
+ 240,
176
+ 320,
177
+ 3
178
+ ],
179
+ "names": [
180
+ "height",
181
+ "width",
182
+ "channel"
183
+ ],
184
+ "info": {
185
+ "video.fps": 30,
186
+ "video.codec": "mp4v",
187
+ "video.pix_fmt": "yuv420p",
188
+ "video.is_depth_map": false,
189
+ "has_audio": false
190
+ }
191
+ }
192
+ }
193
+ }
meta/stats.json ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ -0.5799863360473464,
5
+ -0.14269505093228366,
6
+ 1.7399590081420393,
7
+ 1.2259499537085445,
8
+ 1.7829209589603612,
9
+ -0.38819191275126624,
10
+ -0.6659102376839904,
11
+ -1.578851692573332,
12
+ 1.6310197757098657,
13
+ 1.1829880028902224,
14
+ 1.7614399835512002,
15
+ -0.13962634015954636
16
+ ],
17
+ "min": [
18
+ -0.830086264025435,
19
+ -1.6969970573237174,
20
+ 0.4710471036151729,
21
+ 0.25316863875082585,
22
+ 0.9083383887302356,
23
+ -0.4817875913197534,
24
+ -0.6659102376839904,
25
+ -1.578851692573332,
26
+ 1.6310197757098657,
27
+ 1.1829880028902224,
28
+ 1.7614399835512002,
29
+ -0.13962634015954636
30
+ ],
31
+ "mean": [
32
+ -0.6860955352113288,
33
+ -1.2171700312198799,
34
+ 1.33427544398617,
35
+ 0.8216132126140432,
36
+ 1.2738388901564257,
37
+ -0.4498048057105581,
38
+ -0.6659102376839898,
39
+ -1.5788516925733331,
40
+ 1.6310197757098623,
41
+ 1.1829880028902233,
42
+ 1.7614399835512018,
43
+ -0.13962634015954653
44
+ ],
45
+ "std": [
46
+ 0.0,
47
+ 0.0,
48
+ 0.0,
49
+ 0.0,
50
+ 0.0,
51
+ 0.0,
52
+ 0.0,
53
+ 0.0,
54
+ 0.0,
55
+ 0.0,
56
+ 0.0,
57
+ 0.0
58
+ ],
59
+ "sum": [
60
+ -61.748598169019594,
61
+ -109.54530280978919,
62
+ 120.0847899587553,
63
+ 73.94518913526389,
64
+ 114.64550011407832,
65
+ -40.48243251395023,
66
+ -59.93192139155908,
67
+ -142.09665233159998,
68
+ 146.79177981388762,
69
+ 106.4689202601201,
70
+ 158.52959851960816,
71
+ -12.566370614359187
72
+ ],
73
+ "square_sum": [
74
+ 42.79823234148084,
75
+ 163.3484130374326,
76
+ 179.40403247214442,
77
+ 70.86433668448299,
78
+ 157.55919388344694,
79
+ 18.383533639828038,
80
+ 39.90928001871139,
81
+ 224.349540042751,
82
+ 239.4202957880999,
83
+ 125.95145534839799,
84
+ 279.240373408757,
85
+ 1.754596337971443
86
+ ],
87
+ "count": 90
88
+ },
89
+ "action": {
90
+ "max": [
91
+ -0.5799863360473464,
92
+ -0.14269505093228366,
93
+ 1.7399590081420393,
94
+ 1.2259499537085445,
95
+ 1.7829209589603612,
96
+ -0.38819191275126624,
97
+ -0.6659102376839904,
98
+ -1.578851692573332,
99
+ 1.6310197757098657,
100
+ 1.1829880028902224,
101
+ 1.7614399835512002,
102
+ -0.13962634015954636
103
+ ],
104
+ "min": [
105
+ -0.830086264025435,
106
+ -1.6969970573237174,
107
+ 0.4710471036151729,
108
+ 0.25316863875082585,
109
+ 0.9083383887302356,
110
+ -0.4817875913197534,
111
+ -0.6659102376839904,
112
+ -1.578851692573332,
113
+ 1.6310197757098657,
114
+ 1.1829880028902224,
115
+ 1.7614399835512002,
116
+ -0.13962634015954636
117
+ ],
118
+ "mean": [
119
+ -0.6860955352113288,
120
+ -1.2171700312198799,
121
+ 1.33427544398617,
122
+ 0.8216132126140432,
123
+ 1.2738388901564257,
124
+ -0.4498048057105581,
125
+ -0.6659102376839898,
126
+ -1.5788516925733331,
127
+ 1.6310197757098623,
128
+ 1.1829880028902233,
129
+ 1.7614399835512018,
130
+ -0.13962634015954653
131
+ ],
132
+ "std": [
133
+ 0.0,
134
+ 0.0,
135
+ 0.0,
136
+ 0.0,
137
+ 0.0,
138
+ 0.0,
139
+ 0.0,
140
+ 0.0,
141
+ 0.0,
142
+ 0.0,
143
+ 0.0,
144
+ 0.0
145
+ ],
146
+ "sum": [
147
+ -61.748598169019594,
148
+ -109.54530280978919,
149
+ 120.0847899587553,
150
+ 73.94518913526389,
151
+ 114.64550011407832,
152
+ -40.48243251395023,
153
+ -59.93192139155908,
154
+ -142.09665233159998,
155
+ 146.79177981388762,
156
+ 106.4689202601201,
157
+ 158.52959851960816,
158
+ -12.566370614359187
159
+ ],
160
+ "square_sum": [
161
+ 42.79823234148084,
162
+ 163.3484130374326,
163
+ 179.40403247214442,
164
+ 70.86433668448299,
165
+ 157.55919388344694,
166
+ 18.383533639828038,
167
+ 39.90928001871139,
168
+ 224.349540042751,
169
+ 239.4202957880999,
170
+ 125.95145534839799,
171
+ 279.240373408757,
172
+ 1.754596337971443
173
+ ],
174
+ "count": 90
175
+ },
176
+ "timestamp": {
177
+ "max": [
178
+ 4.527636707993224
179
+ ],
180
+ "min": [
181
+ 0.0033608750090934336
182
+ ],
183
+ "mean": [
184
+ 2.261743195038677
185
+ ],
186
+ "std": null,
187
+ "sum": [
188
+ 203.55688755348092
189
+ ],
190
+ "square_sum": [
191
+ 616.7781203699382
192
+ ],
193
+ "count": 90
194
+ },
195
+ "frame_index": {
196
+ "max": [
197
+ 89
198
+ ],
199
+ "min": [
200
+ 0
201
+ ],
202
+ "mean": [
203
+ 44.5
204
+ ],
205
+ "std": null,
206
+ "sum": [
207
+ 4005
208
+ ],
209
+ "square_sum": [
210
+ 238965
211
+ ],
212
+ "count": 90
213
+ },
214
+ "episode_index": {
215
+ "max": [
216
+ 0
217
+ ],
218
+ "min": [
219
+ 0
220
+ ],
221
+ "mean": [
222
+ 0.0
223
+ ],
224
+ "std": null,
225
+ "sum": [
226
+ 0
227
+ ],
228
+ "square_sum": [
229
+ 0
230
+ ],
231
+ "count": 90
232
+ },
233
+ "index": {
234
+ "max": [
235
+ 89
236
+ ],
237
+ "min": [
238
+ 0
239
+ ],
240
+ "mean": [
241
+ 44.5
242
+ ],
243
+ "std": null,
244
+ "sum": [
245
+ 4005
246
+ ],
247
+ "square_sum": [
248
+ 238965
249
+ ],
250
+ "count": 90
251
+ },
252
+ "task_index": {
253
+ "max": [
254
+ 0
255
+ ],
256
+ "min": [
257
+ 0
258
+ ],
259
+ "mean": [
260
+ 0.0
261
+ ],
262
+ "std": null,
263
+ "sum": [
264
+ 0
265
+ ],
266
+ "square_sum": [
267
+ 0
268
+ ],
269
+ "count": 90
270
+ },
271
+ "observation.images.main": {
272
+ "max": [
273
+ [
274
+ [
275
+ 0.0
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 0.0
281
+ ]
282
+ ],
283
+ [
284
+ [
285
+ 0.0
286
+ ]
287
+ ]
288
+ ],
289
+ "min": [
290
+ [
291
+ [
292
+ 0.0
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 0.0
298
+ ]
299
+ ],
300
+ [
301
+ [
302
+ 0.0
303
+ ]
304
+ ]
305
+ ],
306
+ "mean": [
307
+ [
308
+ [
309
+ 0.0
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 0.0
315
+ ]
316
+ ],
317
+ [
318
+ [
319
+ 0.0
320
+ ]
321
+ ]
322
+ ],
323
+ "std": [
324
+ [
325
+ [
326
+ 0.0
327
+ ]
328
+ ],
329
+ [
330
+ [
331
+ 0.0
332
+ ]
333
+ ],
334
+ [
335
+ [
336
+ 0.0
337
+ ]
338
+ ]
339
+ ],
340
+ "sum": [
341
+ 0.0,
342
+ 0.0,
343
+ 0.0
344
+ ],
345
+ "square_sum": [
346
+ 0.0,
347
+ 0.0,
348
+ 0.0
349
+ ],
350
+ "count": 6912000
351
+ }
352
+ }
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:b8f8252ee454917888b3bea3e1426a262dcebc7254f4ef7cd70ee01a302de71b
3
+ size 11678