oulianov commited on
Commit
5307e8e
·
verified ·
1 Parent(s): e80a3d6

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # my_dataset_14
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:84175d04b878e8d88d3f42408bd7da7e548366b41152282a2ff9732e6b158dfd
3
+ size 9281
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:417c4b3242871d478ad6dc6ea15c49c57127a45b67f2a2a9532302a250d0ba3e
3
+ size 6111
meta/episodes.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index":0,"tasks":["Pick up the lego brick and put in the box"],"length":74}
2
+ {"episode_index":1,"tasks":["Pick up the lego brick and put in the box"],"length":18}
3
+ {"episode_index":2,"tasks":["Pick up the lego brick and put in the box"],"length":14}
meta/info.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 3,
5
+ "total_frames": 106,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:3"
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
+ }
101
+ }
meta/stats.json ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ -0.10893923243217346,
5
+ -0.2731152587736182,
6
+ 1.4000000000000004,
7
+ 0.2547029941371945,
8
+ 0.7257500977523669,
9
+ 0.015343553863686965
10
+ ],
11
+ "min": [
12
+ -0.7917273793662185,
13
+ -1.570800000000001,
14
+ 0.07058034777295756,
15
+ -0.23322201872803358,
16
+ 0.7104065438886806,
17
+ 0.015343553863686405
18
+ ],
19
+ "mean": [
20
+ -0.4031735903445828,
21
+ -1.1928435917234355,
22
+ 0.8153664986159075,
23
+ -0.022899530389011116,
24
+ 0.7211470315932615,
25
+ 0.015343553863686472
26
+ ],
27
+ "std": [
28
+ 0.2523914560814365,
29
+ 0.47697576558555427,
30
+ 0.41947043089053365,
31
+ 0.22818581577861,
32
+ 0.004636718265627836,
33
+ 1.05418557512311e-09
34
+ ],
35
+ "sum": [
36
+ -42.736400576525774,
37
+ -126.44142072268416,
38
+ 86.4288488532862,
39
+ -2.4273502212351783,
40
+ 76.44158534888572,
41
+ 1.626416709550766
42
+ ],
43
+ "square_sum": [
44
+ 23.982541451750407,
45
+ 174.94046181878872,
46
+ 89.12246476240539,
47
+ 5.57487443154622,
48
+ 55.127901275197026,
49
+ 0.024955012387792012
50
+ ],
51
+ "count": 106
52
+ },
53
+ "action": {
54
+ "max": [
55
+ -0.10893923243217346,
56
+ -0.2731152587736182,
57
+ 1.4000000000000004,
58
+ 0.2547029941371945,
59
+ 0.7257500977523669,
60
+ 0.015343553863686965
61
+ ],
62
+ "min": [
63
+ -0.7917273793662185,
64
+ -1.570800000000001,
65
+ 0.07058034777295756,
66
+ -0.23322201872803358,
67
+ 0.7104065438886806,
68
+ 0.015343553863686405
69
+ ],
70
+ "mean": [
71
+ -0.4031735903445828,
72
+ -1.1928435917234355,
73
+ 0.8153664986159075,
74
+ -0.022899530389011116,
75
+ 0.7211470315932615,
76
+ 0.015343553863686472
77
+ ],
78
+ "std": [
79
+ 0.2523914560814365,
80
+ 0.47697576558555427,
81
+ 0.41947043089053365,
82
+ 0.22818581577861,
83
+ 0.004636718265627836,
84
+ 1.05418557512311e-09
85
+ ],
86
+ "sum": [
87
+ -42.736400576525774,
88
+ -126.44142072268416,
89
+ 86.4288488532862,
90
+ -2.4273502212351783,
91
+ 76.44158534888572,
92
+ 1.626416709550766
93
+ ],
94
+ "square_sum": [
95
+ 23.982541451750407,
96
+ 174.94046181878872,
97
+ 89.12246476240539,
98
+ 5.57487443154622,
99
+ 55.127901275197026,
100
+ 0.024955012387792012
101
+ ],
102
+ "count": 106
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 4.015468000026885
107
+ ],
108
+ "min": [
109
+ 0.050029041012749076
110
+ ],
111
+ "mean": [
112
+ 1.621053372780498
113
+ ],
114
+ "std": [
115
+ 1.2147784000480681
116
+ ],
117
+ "sum": [
118
+ 171.8316575147328
119
+ ],
120
+ "square_sum": [
121
+ 434.9710634543955
122
+ ],
123
+ "count": 106
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 73
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 27.78301886792453
134
+ ],
135
+ "std": [
136
+ 22.388509821301458
137
+ ],
138
+ "sum": [
139
+ 2945
140
+ ],
141
+ "square_sum": [
142
+ 134953
143
+ ],
144
+ "count": 106
145
+ },
146
+ "episode_index": {
147
+ "max": [
148
+ 2
149
+ ],
150
+ "min": [
151
+ 0
152
+ ],
153
+ "mean": [
154
+ 0.4339622641509434
155
+ ],
156
+ "std": [
157
+ 0.7139957708839434
158
+ ],
159
+ "sum": [
160
+ 46
161
+ ],
162
+ "square_sum": [
163
+ 74
164
+ ],
165
+ "count": 106
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 105
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 52.5
176
+ ],
177
+ "std": [
178
+ 30.598202561588483
179
+ ],
180
+ "sum": [
181
+ 5565
182
+ ],
183
+ "square_sum": [
184
+ 391405
185
+ ],
186
+ "count": 106
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": 106
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 1.0
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 1.0
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.9607843160629272
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0117647061124444
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.003921568859368563
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.6065364233052956
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.5829377233157368
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.5424730245722165
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.27003252188631144
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.26427801191286393
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.24569118373182405
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 4937691.71484375,
280
+ 4745579.41796875,
281
+ 4416164.3984375
282
+ ],
283
+ "square_sum": [
284
+ 3588497.16796875,
285
+ 3334954.078125,
286
+ 2887062.59375
287
+ ],
288
+ "count": 8140800
289
+ }
290
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up the lego brick and put in 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:52aeb58e4f8a68b543b68ea8795f8776942646cfd1fe2cc02a9df6703dbc99f3
3
+ size 258208
videos/chunk-000/observation.images.main/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e487365a5e4c5e5d5bc7bb68b388ca61052a9c99b0f9e20f7cae19e25e0fb31
3
+ size 58448