tatung commited on
Commit
abf0270
·
verified ·
1 Parent(s): 5665873

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:42f0ab8baf378c003fbd6262a56a784ffcf49c58682b99a2a7c1c3b9cfbd5d7b
3
+ size 29144
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":473}
meta/info.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 473,
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
+ 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,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.8454298178891214,
5
+ 0.5278182529108126,
6
+ 1.1246824982082142,
7
+ 0.7825212470480071,
8
+ 0.44649741743327465,
9
+ 2.1971969132798943
10
+ ],
11
+ "min": [
12
+ -0.6076047330019819,
13
+ -1.1216137874354768,
14
+ -0.45877226052422376,
15
+ -0.4357569297286941,
16
+ -0.11814536475038538,
17
+ 0.030687107727372827
18
+ ],
19
+ "mean": [
20
+ 0.11721761498188335,
21
+ -0.13679118876908924,
22
+ 0.5365410470629166,
23
+ 0.07056412837141021,
24
+ 0.19772423650174997,
25
+ 0.9810596975074187
26
+ ],
27
+ "std": null,
28
+ "sum": [
29
+ 55.443931886430825,
30
+ -64.70223228777921,
31
+ 253.78391526075956,
32
+ 33.37683271967703,
33
+ 93.52356386532773,
34
+ 464.04123692100904
35
+ ],
36
+ "square_sum": [
37
+ 86.74682248089171,
38
+ 96.62916747521588,
39
+ 201.44821923338412,
40
+ 42.80809427986683,
41
+ 23.173853087105922,
42
+ 969.2285595326915
43
+ ],
44
+ "count": 473
45
+ },
46
+ "action": {
47
+ "max": [
48
+ 0.8454298178891214,
49
+ 0.5278182529108126,
50
+ 1.1246824982082142,
51
+ 0.7825212470480071,
52
+ 0.44649741743327465,
53
+ 2.1971969132798943
54
+ ],
55
+ "min": [
56
+ -0.6076047330019819,
57
+ -1.1216137874354768,
58
+ -0.45877226052422376,
59
+ -0.4357569297286941,
60
+ -0.11814536475038538,
61
+ 0.030687107727372827
62
+ ],
63
+ "mean": [
64
+ 0.11721761498188335,
65
+ -0.13679118876908924,
66
+ 0.5365410470629166,
67
+ 0.07056412837141021,
68
+ 0.19772423650174997,
69
+ 0.9810596975074187
70
+ ],
71
+ "std": null,
72
+ "sum": [
73
+ 55.443931886430825,
74
+ -64.70223228777921,
75
+ 253.78391526075956,
76
+ 33.37683271967703,
77
+ 93.52356386532773,
78
+ 464.04123692100904
79
+ ],
80
+ "square_sum": [
81
+ 86.74682248089171,
82
+ 96.62916747521588,
83
+ 201.44821923338412,
84
+ 42.80809427986683,
85
+ 23.173853087105922,
86
+ 969.2285595326915
87
+ ],
88
+ "count": 473
89
+ },
90
+ "timestamp": {
91
+ "max": [
92
+ 40.87386307597626
93
+ ],
94
+ "min": [
95
+ 0.008803536009509116
96
+ ],
97
+ "mean": [
98
+ 21.059534904792418
99
+ ],
100
+ "std": null,
101
+ "sum": [
102
+ 9961.160009966814
103
+ ],
104
+ "square_sum": [
105
+ 274345.5601542864
106
+ ],
107
+ "count": 473
108
+ },
109
+ "frame_index": {
110
+ "max": [
111
+ 472
112
+ ],
113
+ "min": [
114
+ 0
115
+ ],
116
+ "mean": [
117
+ 236.0
118
+ ],
119
+ "std": null,
120
+ "sum": [
121
+ 111628
122
+ ],
123
+ "square_sum": [
124
+ 35162820
125
+ ],
126
+ "count": 473
127
+ },
128
+ "episode_index": {
129
+ "max": [
130
+ 0
131
+ ],
132
+ "min": [
133
+ 0
134
+ ],
135
+ "mean": [
136
+ 0.0
137
+ ],
138
+ "std": null,
139
+ "sum": [
140
+ 0
141
+ ],
142
+ "square_sum": [
143
+ 0
144
+ ],
145
+ "count": 473
146
+ },
147
+ "index": {
148
+ "max": [
149
+ 472
150
+ ],
151
+ "min": [
152
+ 0
153
+ ],
154
+ "mean": [
155
+ 236.0
156
+ ],
157
+ "std": null,
158
+ "sum": [
159
+ 111628
160
+ ],
161
+ "square_sum": [
162
+ 35162820
163
+ ],
164
+ "count": 473
165
+ },
166
+ "task_index": {
167
+ "max": [
168
+ 0
169
+ ],
170
+ "min": [
171
+ 0
172
+ ],
173
+ "mean": [
174
+ 0.0
175
+ ],
176
+ "std": null,
177
+ "sum": [
178
+ 0
179
+ ],
180
+ "square_sum": [
181
+ 0
182
+ ],
183
+ "count": 473
184
+ },
185
+ "observation.images.main": {
186
+ "max": [
187
+ [
188
+ [
189
+ 1.0
190
+ ]
191
+ ],
192
+ [
193
+ [
194
+ 1.0
195
+ ]
196
+ ],
197
+ [
198
+ [
199
+ 1.0
200
+ ]
201
+ ]
202
+ ],
203
+ "min": [
204
+ [
205
+ [
206
+ 0.0
207
+ ]
208
+ ],
209
+ [
210
+ [
211
+ 0.0
212
+ ]
213
+ ],
214
+ [
215
+ [
216
+ 0.0
217
+ ]
218
+ ]
219
+ ],
220
+ "mean": [
221
+ [
222
+ [
223
+ 0.33459280303030303
224
+ ]
225
+ ],
226
+ [
227
+ [
228
+ 0.3081590798978154
229
+ ]
230
+ ],
231
+ [
232
+ [
233
+ 0.3229612623326286
234
+ ]
235
+ ]
236
+ ],
237
+ "std": [
238
+ [
239
+ [
240
+ 0.31410615592799374
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.29551357284184976
246
+ ]
247
+ ],
248
+ [
249
+ [
250
+ 0.28297159305758374
251
+ ]
252
+ ]
253
+ ],
254
+ "sum": [
255
+ 12154552.0,
256
+ 11194310.0,
257
+ 11732020.0
258
+ ],
259
+ "square_sum": [
260
+ 7650885.5,
261
+ 6621950.0,
262
+ 6697749.0
263
+ ],
264
+ "count": 36326400
265
+ },
266
+ "observation.images.secondary_0": {
267
+ "max": [
268
+ [
269
+ [
270
+ 1.0
271
+ ]
272
+ ],
273
+ [
274
+ [
275
+ 1.0
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 1.0
281
+ ]
282
+ ]
283
+ ],
284
+ "min": [
285
+ [
286
+ [
287
+ 0.0
288
+ ]
289
+ ],
290
+ [
291
+ [
292
+ 0.0
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 0.0
298
+ ]
299
+ ]
300
+ ],
301
+ "mean": [
302
+ [
303
+ [
304
+ 0.5052315671247357
305
+ ]
306
+ ],
307
+ [
308
+ [
309
+ 0.5034236257928119
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 0.4941143080514447
315
+ ]
316
+ ]
317
+ ],
318
+ "std": [
319
+ [
320
+ [
321
+ 0.38327204010632676
322
+ ]
323
+ ],
324
+ [
325
+ [
326
+ 0.38937156052566446
327
+ ]
328
+ ],
329
+ [
330
+ [
331
+ 0.39831974974012413
332
+ ]
333
+ ]
334
+ ],
335
+ "sum": [
336
+ 18353244.0,
337
+ 18287568.0,
338
+ 17949394.0
339
+ ],
340
+ "square_sum": [
341
+ 14608894.0,
342
+ 14713847.0,
343
+ 14632549.0
344
+ ],
345
+ "count": 36326400
346
+ }
347
+ }
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:3174deec04fb96b09cfb0b057d42edf29f82a7ef35e6e9cb986fb2127e74657f
3
+ size 1157631
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:07267a4aea3f055c657caa51b0c3442d7f52476670147eb4e0595fd70039b497
3
+ size 2492850