PLB commited on
Commit
b08635f
·
verified ·
1 Parent(s): 5ae3e4b

Upload folder using huggingface_hub

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
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
+ # simple-lego-pickup-mono-2
12
+
13
+ **This dataset was generated using a [phospho dev kit](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_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0b5e6109fc7f9ef6ca3e9993803047d28b888e580706ec9bc91e8a49528bd79
3
+ size 15082
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a38538862c3651feb4feb1df90fb2aebe789a584ab698e851307cceab708e3a
3
+ size 15231
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3965912d4c488d5cba2bb7a5a97bf1bf12f13976c46553c456c4b38169ddf79e
3
+ size 16032
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d491e9c1e486b6507c5340732be92f85b13452d7b538b6ac5dbcc6a0f164d90f
3
+ size 14804
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bfb13dd1ee06027fdbe30f36052666ca7b0b1efa0c42d91b4246ba8b1dcf6d8
3
+ size 14459
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 2, "tasks": ["None"], "length": 170}
2
+ {"episode_index": 3, "tasks": ["None"], "length": 170}
3
+ {"episode_index": 4, "tasks": ["None"], "length": 190}
4
+ {"episode_index": 5, "tasks": ["None"], "length": 166}
5
+ {"episode_index": 6, "tasks": ["None"], "length": 149}
meta/info.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 5,
5
+ "total_frames": 845,
6
+ "total_tasks": 1,
7
+ "total_videos": 10,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:5"
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
+ "timestamp": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "episode_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "frame_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "task_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 6
70
+ ],
71
+ "names": [
72
+ "motor_1",
73
+ "motor_2",
74
+ "motor_3",
75
+ "motor_4",
76
+ "motor_5",
77
+ "motor_6"
78
+ ]
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
+ "action": {
3
+ "mean": [
4
+ 0.3379994332790375,
5
+ 0.13852232694625854,
6
+ 0.17160086333751678,
7
+ 0.4059813320636749,
8
+ 0.01766415685415268,
9
+ 1.4434726238250732
10
+ ],
11
+ "std": [
12
+ 0.2638675570487976,
13
+ 0.34482839703559875,
14
+ 0.3490819036960602,
15
+ 0.33458149433135986,
16
+ 0.15869274735450745,
17
+ 0.92961585521698
18
+ ],
19
+ "max": [
20
+ 0.7595059275627136,
21
+ 1.0264837741851807,
22
+ 0.796330451965332,
23
+ 0.9881248474121094,
24
+ 0.34216123819351196,
25
+ 2.192593812942505
26
+ ],
27
+ "min": [
28
+ -0.11661101132631302,
29
+ -0.6214139461517334,
30
+ -0.7288188338279724,
31
+ -0.27004656195640564,
32
+ -0.31300848722457886,
33
+ 0.17798522114753723
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 0.33838802576065063,
39
+ 0.13865850865840912,
40
+ 0.17186051607131958,
41
+ 0.4018431007862091,
42
+ 0.016471173614263535,
43
+ 1.4436051845550537
44
+ ],
45
+ "std": [
46
+ 0.26339080929756165,
47
+ 0.34478652477264404,
48
+ 0.3488139808177948,
49
+ 0.33518606424331665,
50
+ 0.15771502256393433,
51
+ 0.9297162890434265
52
+ ],
53
+ "max": [
54
+ 0.7595059275627136,
55
+ 1.0264837741851807,
56
+ 0.796330451965332,
57
+ 0.9881248474121094,
58
+ 0.34216123819351196,
59
+ 2.192593812942505
60
+ ],
61
+ "min": [
62
+ -0.11661101132631302,
63
+ -0.6214139461517334,
64
+ -0.7288188338279724,
65
+ -0.27004656195640564,
66
+ -0.31300848722457886,
67
+ 0.17798522114753723
68
+ ]
69
+ },
70
+ "timestamp": {
71
+ "mean": [
72
+ 2.816804885864258
73
+ ],
74
+ "std": [
75
+ 1.655104398727417
76
+ ],
77
+ "max": [
78
+ 6.300000190734863
79
+ ],
80
+ "min": [
81
+ 0.0
82
+ ]
83
+ },
84
+ "task_index": {
85
+ "mean": [
86
+ 0.0
87
+ ],
88
+ "std": [
89
+ 0.0
90
+ ],
91
+ "max": [
92
+ 0.0
93
+ ],
94
+ "min": [
95
+ 0.0
96
+ ]
97
+ },
98
+ "episode_index": {
99
+ "mean": [
100
+ 15.210651397705078
101
+ ],
102
+ "std": [
103
+ 9.353827476501465
104
+ ],
105
+ "max": [
106
+ 31.0
107
+ ],
108
+ "min": [
109
+ 2.0
110
+ ]
111
+ },
112
+ "frame_index": {
113
+ "mean": [
114
+ 84.50414276123047
115
+ ],
116
+ "std": [
117
+ 49.65312957763672
118
+ ],
119
+ "max": [
120
+ 189.0
121
+ ],
122
+ "min": [
123
+ 0.0
124
+ ]
125
+ },
126
+ "index": {
127
+ "mean": [
128
+ 2816.255615234375
129
+ ],
130
+ "std": [
131
+ 1795.14990234375
132
+ ],
133
+ "max": [
134
+ 5740.0
135
+ ],
136
+ "min": [
137
+ 0.0
138
+ ]
139
+ },
140
+ "observation.images.main": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.5611852407455444
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.5372087955474854
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.4789625406265259
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.1571883112192154
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.16066808998584747
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.17197662591934204
172
+ ]
173
+ ]
174
+ ],
175
+ "max": [
176
+ [
177
+ [
178
+ 0.9647058844566345
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 0.9764705896377563
184
+ ]
185
+ ],
186
+ [
187
+ [
188
+ 0.9529411792755127
189
+ ]
190
+ ]
191
+ ],
192
+ "min": [
193
+ [
194
+ [
195
+ 0.0
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.0
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 0.0
206
+ ]
207
+ ]
208
+ ]
209
+ },
210
+ "observation.images.secondary_0": {
211
+ "mean": [
212
+ [
213
+ [
214
+ 0.4540535509586334
215
+ ]
216
+ ],
217
+ [
218
+ [
219
+ 0.4705357253551483
220
+ ]
221
+ ],
222
+ [
223
+ [
224
+ 0.44372355937957764
225
+ ]
226
+ ]
227
+ ],
228
+ "std": [
229
+ [
230
+ [
231
+ 0.18214167654514313
232
+ ]
233
+ ],
234
+ [
235
+ [
236
+ 0.14934906363487244
237
+ ]
238
+ ],
239
+ [
240
+ [
241
+ 0.1652936339378357
242
+ ]
243
+ ]
244
+ ],
245
+ "max": [
246
+ [
247
+ [
248
+ 1.0
249
+ ]
250
+ ],
251
+ [
252
+ [
253
+ 1.0
254
+ ]
255
+ ],
256
+ [
257
+ [
258
+ 1.0
259
+ ]
260
+ ]
261
+ ],
262
+ "min": [
263
+ [
264
+ [
265
+ 0.0
266
+ ]
267
+ ],
268
+ [
269
+ [
270
+ 0.0
271
+ ]
272
+ ],
273
+ [
274
+ [
275
+ 0.0
276
+ ]
277
+ ]
278
+ ]
279
+ }
280
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up the green lego brick from table and place it into the black container."}
videos/.DS_Store ADDED
Binary file (6.15 kB). View file
 
videos/chunk-000/.DS_Store ADDED
Binary file (8.2 kB). View file
 
videos/chunk-000/observation.images.main/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c652c402da2f4649eb8c8f1db57b66ac93ad09e3af0dd0457355c9e64ad257be
3
+ size 238335
videos/chunk-000/observation.images.main/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5677bf5923fe6fb5a0fef50e7b5046a27170534c0d7baabb058b49b52404c5
3
+ size 249127
videos/chunk-000/observation.images.main/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e6fb9e294ee72c8a01bc5cc8a09b1351331892f11d45a1439a107a24a42b41f
3
+ size 257992
videos/chunk-000/observation.images.main/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1877bc0c8ac36685df387c0aa84fb5bac0008f3e832e658eb8d12049be80aa
3
+ size 235381
videos/chunk-000/observation.images.main/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db0bbd58c96d1c630b8304b47af71b99aa3f35568e458f4c58f42fb4ce2dfaf3
3
+ size 205928
videos/chunk-000/observation.images.secondary_0/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8546e5e70020695c7d05298628d63d1356c0b92ed76131fff7fae7e6a15d5fda
3
+ size 256924
videos/chunk-000/observation.images.secondary_0/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:918334241ac4369f0a77e39df56c80fff395e26aafca145fc9db747d35ca85bb
3
+ size 315184
videos/chunk-000/observation.images.secondary_0/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46c3765ce7573b663b00e0a11c74555509192b23374024baa482b6e747ad293e
3
+ size 320288
videos/chunk-000/observation.images.secondary_0/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c7b42a787bfce1acab7df4652d3ea81b81bafdc2c9766102efa4888fbbbfbe9
3
+ size 288977
videos/chunk-000/observation.images.secondary_0/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c1d2d5c69ac742bd7a0ed029630b8ac2a93bc63fcd84b346c5fe726834cb692
3
+ size 244794