djkesu commited on
Commit
d6ae189
·
verified ·
1 Parent(s): 8171ea4

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:6723814fcca31bae210f7ac8538f39ba703625dff2736a813f33b5796450cd50
3
+ size 43997
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":2166}
meta/info.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100-leader",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 2166,
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,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ -0.027618396954635544,
5
+ -1.0372242411852015,
6
+ 1.4346222862546796,
7
+ -0.5661771375700286,
8
+ 2.5209458998036776,
9
+ 0.15957296018233869
10
+ ],
11
+ "min": [
12
+ -0.032221463113741466,
13
+ -1.6018670233688617,
14
+ 0.5278182529108126,
15
+ -0.5661771375700286,
16
+ 2.5209458998036776,
17
+ 0.15957296018233869
18
+ ],
19
+ "mean": [
20
+ -0.0292221737758453,
21
+ -1.5859064687934874,
22
+ 1.405878978702868,
23
+ -0.5661771375700214,
24
+ 2.520945899803614,
25
+ 0.1595729601823437
26
+ ],
27
+ "std": [
28
+ 0.00042930520087639754,
29
+ 0.08627401924227238,
30
+ 0.13598430696752772,
31
+ 9.714368589524402e-08,
32
+ 2.580956827951785e-07,
33
+ 0.0
34
+ ],
35
+ "sum": [
36
+ -63.295228398480916,
37
+ -3435.0734114066936,
38
+ 3045.1338678704124,
39
+ -1226.3396799766663,
40
+ 5460.368818974628,
41
+ 345.63503175495646
42
+ ],
43
+ "square_sum": [
44
+ 1.8500233636438395,
45
+ 5463.8271289845925,
46
+ 4321.142783127126,
47
+ 694.3254896977455,
48
+ 13765.294385609735,
49
+ 55.15400515985468
50
+ ],
51
+ "count": 2166
52
+ },
53
+ "action": {
54
+ "max": [
55
+ -0.027618396954635544,
56
+ -1.0372242411852015,
57
+ 1.4346222862546796,
58
+ -0.5661771375700286,
59
+ 2.5209458998036776,
60
+ 0.15957296018233869
61
+ ],
62
+ "min": [
63
+ -0.032221463113741466,
64
+ -1.6018670233688617,
65
+ 0.5278182529108126,
66
+ -0.5661771375700286,
67
+ 2.5209458998036776,
68
+ 0.15957296018233869
69
+ ],
70
+ "mean": [
71
+ -0.0292221737758453,
72
+ -1.5859064687934874,
73
+ 1.405878978702868,
74
+ -0.5661771375700214,
75
+ 2.520945899803614,
76
+ 0.1595729601823437
77
+ ],
78
+ "std": [
79
+ 0.00042930520087639754,
80
+ 0.08627401924227238,
81
+ 0.13598430696752772,
82
+ 9.714368589524402e-08,
83
+ 2.580956827951785e-07,
84
+ 0.0
85
+ ],
86
+ "sum": [
87
+ -63.295228398480916,
88
+ -3435.0734114066936,
89
+ 3045.1338678704124,
90
+ -1226.3396799766663,
91
+ 5460.368818974628,
92
+ 345.63503175495646
93
+ ],
94
+ "square_sum": [
95
+ 1.8500233636438395,
96
+ 5463.8271289845925,
97
+ 4321.142783127126,
98
+ 694.3254896977455,
99
+ 13765.294385609735,
100
+ 55.15400515985468
101
+ ],
102
+ "count": 2166
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 226.2955974159995
107
+ ],
108
+ "min": [
109
+ 0.21010633290279657
110
+ ],
111
+ "mean": [
112
+ 113.67146630336298
113
+ ],
114
+ "std": [
115
+ 65.342456434966
116
+ ],
117
+ "sum": [
118
+ 246212.39601308422
119
+ ],
120
+ "square_sum": [
121
+ 37235356.980533026
122
+ ],
123
+ "count": 2166
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 2165
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 1082.5
134
+ ],
135
+ "std": [
136
+ 625.2702748945185
137
+ ],
138
+ "sum": [
139
+ 2344695
140
+ ],
141
+ "square_sum": [
142
+ 3384958015
143
+ ],
144
+ "count": 2166
145
+ },
146
+ "episode_index": {
147
+ "max": [
148
+ 0
149
+ ],
150
+ "min": [
151
+ 0
152
+ ],
153
+ "mean": [
154
+ 0.0
155
+ ],
156
+ "std": [
157
+ 0.0
158
+ ],
159
+ "sum": [
160
+ 0
161
+ ],
162
+ "square_sum": [
163
+ 0
164
+ ],
165
+ "count": 2166
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 2165
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 1082.5
176
+ ],
177
+ "std": [
178
+ 625.2702748945185
179
+ ],
180
+ "sum": [
181
+ 2344695
182
+ ],
183
+ "square_sum": [
184
+ 3384958015
185
+ ],
186
+ "count": 2166
187
+ },
188
+ "task_index": {
189
+ "max": [
190
+ 0
191
+ ],
192
+ "min": [
193
+ 0
194
+ ],
195
+ "mean": [
196
+ 0.0
197
+ ],
198
+ "std": [
199
+ 0.0
200
+ ],
201
+ "sum": [
202
+ 0
203
+ ],
204
+ "square_sum": [
205
+ 0
206
+ ],
207
+ "count": 2166
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 1.0
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 1.0
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 1.0
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.003921568859368563
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.0
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.6265300861803632
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.5632036780547861
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.5013974011234226
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.255147012558578
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.24386588127278624
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.22396744148366438
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 104222528.0,
280
+ 93688256.0,
281
+ 83406856.0
282
+ ],
283
+ "square_sum": [
284
+ 76127856.0,
285
+ 62658428.0,
286
+ 50164272.0
287
+ ],
288
+ "count": 166348800
289
+ }
290
+ }
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:8ab9cef939e04ecc9594117c1f480c16d599747728912422bd844754f34e0d51
3
+ size 4711585