dopaul commited on
Commit
8e21fc7
·
verified ·
1 Parent(s): 373fa9a

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
+ # microphone
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:2dbdb91ff8c7a614306f9d4978b1bff8c56f91d8111bd5f856bdb4f385102159
3
+ size 47651
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["microphone"],"length":931}
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": 931,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.23935944027350806,
5
+ 0.748765428547897,
6
+ 1.4745155263002643,
7
+ 1.0970641012535784,
8
+ 0.40660417738768995,
9
+ 0.016877909250055056
10
+ ],
11
+ "min": [
12
+ -0.6321544191838803,
13
+ -1.8458295298014755,
14
+ -1.7384246527556706,
15
+ -1.7844553143467299,
16
+ -0.4004667558422154,
17
+ 0.016877909250055056
18
+ ],
19
+ "mean": [
20
+ -0.2350316022019676,
21
+ -0.43685784207895784,
22
+ 0.10464765195300772,
23
+ -0.8787340645569397,
24
+ 0.004528902901977846,
25
+ 0.0168779092500553
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
+ -218.81442165003182,
37
+ -406.71465097550976,
38
+ 97.42696396825019,
39
+ -818.1014141025108,
40
+ 4.216408601741374,
41
+ 15.713333511801483
42
+ ],
43
+ "square_sum": [
44
+ 82.14932052649917,
45
+ 558.0369148594585,
46
+ 598.95413018276,
47
+ 915.682087997704,
48
+ 10.026778014134674,
49
+ 0.26520821702803177
50
+ ],
51
+ "count": 931
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.23935944027350806,
56
+ 0.748765428547897,
57
+ 1.4745155263002643,
58
+ 1.0970641012535784,
59
+ 0.40660417738768995,
60
+ 0.016877909250055056
61
+ ],
62
+ "min": [
63
+ -0.6321544191838803,
64
+ -1.8458295298014755,
65
+ -1.7384246527556706,
66
+ -1.7844553143467299,
67
+ -0.4004667558422154,
68
+ 0.016877909250055056
69
+ ],
70
+ "mean": [
71
+ -0.2350316022019676,
72
+ -0.43685784207895784,
73
+ 0.10464765195300772,
74
+ -0.8787340645569397,
75
+ 0.004528902901977846,
76
+ 0.0168779092500553
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
+ -218.81442165003182,
88
+ -406.71465097550976,
89
+ 97.42696396825019,
90
+ -818.1014141025108,
91
+ 4.216408601741374,
92
+ 15.713333511801483
93
+ ],
94
+ "square_sum": [
95
+ 82.14932052649917,
96
+ 558.0369148594585,
97
+ 598.95413018276,
98
+ 915.682087997704,
99
+ 10.026778014134674,
100
+ 0.26520821702803177
101
+ ],
102
+ "count": 931
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 53.37804958299995
107
+ ],
108
+ "min": [
109
+ 0.056418707999966955
110
+ ],
111
+ "mean": [
112
+ 26.847101789385555
113
+ ],
114
+ "std": null,
115
+ "sum": [
116
+ 24994.65176591795
117
+ ],
118
+ "square_sum": [
119
+ 893604.6598959746
120
+ ],
121
+ "count": 931
122
+ },
123
+ "frame_index": {
124
+ "max": [
125
+ 930
126
+ ],
127
+ "min": [
128
+ 0
129
+ ],
130
+ "mean": [
131
+ 465.0
132
+ ],
133
+ "std": null,
134
+ "sum": [
135
+ 432915
136
+ ],
137
+ "square_sum": [
138
+ 268551605
139
+ ],
140
+ "count": 931
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": 931
160
+ },
161
+ "index": {
162
+ "max": [
163
+ 930
164
+ ],
165
+ "min": [
166
+ 0
167
+ ],
168
+ "mean": [
169
+ 465.0
170
+ ],
171
+ "std": null,
172
+ "sum": [
173
+ 432915
174
+ ],
175
+ "square_sum": [
176
+ 268551605
177
+ ],
178
+ "count": 931
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": 931
198
+ },
199
+ "observation.images.main": {
200
+ "max": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "min": [
218
+ [
219
+ [
220
+ 0.0
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ]
233
+ ],
234
+ "mean": [
235
+ [
236
+ [
237
+ 0.0
238
+ ]
239
+ ],
240
+ [
241
+ [
242
+ 0.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 0.0
248
+ ]
249
+ ]
250
+ ],
251
+ "std": [
252
+ [
253
+ [
254
+ 0.0
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ]
267
+ ],
268
+ "sum": [
269
+ 0.0,
270
+ 0.0,
271
+ 0.0
272
+ ],
273
+ "square_sum": [
274
+ 0.0,
275
+ 0.0,
276
+ 0.0
277
+ ],
278
+ "count": 71500800
279
+ }
280
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"microphone"}
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:6c0f93184a14272f500a4807037a8c957b062e8e6505cff3706fa96eb1857006
3
+ size 108817