sucrammal commited on
Commit
0293279
·
verified ·
1 Parent(s): 88ab033

Upload folder using huggingface_hub

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
+ # plant_square_pour
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:2c93c47b335fb6b5dbafea404cd03f193ca364e324ccce5a1c927ff7210c0bf5
3
+ size 26170
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ded39fbcf2b0ce99f0857fb4c404f2d44015450f208b3ff21a7d13c5bd57a500
3
+ size 28392
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index":0,"tasks":["Pick up the square black cup from the side. Lift the cup towards the blue plant pot, and tip your gripper forward to pour water. "],"length":314}
2
+ {"episode_index":1,"tasks":["Pick up the square black cup from the side. Lift the cup towards the blue plant pot, and tip your gripper forward to pour water. "],"length":342}
meta/info.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 2,
5
+ "total_frames": 656,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 33,
11
+ "splits": {
12
+ "train": "0:2"
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": 33,
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": 33,
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.2209471756370845,
5
+ 1.2336217306403867,
6
+ 1.4000000000000008,
7
+ -0.4020011112285838,
8
+ 1.0939953904808404,
9
+ 1.1446291182310073
10
+ ],
11
+ "min": [
12
+ -0.7487654285478974,
13
+ -0.8055365778435373,
14
+ -0.08132083547753792,
15
+ -1.670000000000001,
16
+ -0.15957296018233855,
17
+ 0.26237477106903745
18
+ ],
19
+ "mean": [
20
+ -0.3847583247829908,
21
+ 0.3046093064526632,
22
+ 0.8392939915961104,
23
+ -1.3186699693137187,
24
+ 0.26289635834214725,
25
+ 0.5334668325725201
26
+ ],
27
+ "std": [
28
+ 0.3596784203444228,
29
+ 0.4924735060334824,
30
+ 0.34602313199939155,
31
+ 0.37807235660977867,
32
+ 0.31250418040352423,
33
+ 0.27239803405859325
34
+ ],
35
+ "sum": [
36
+ -252.40146105764197,
37
+ 199.82370503294706,
38
+ 550.5768584870484,
39
+ -865.0474998697995,
40
+ 172.4600110724486,
41
+ 349.9542421675732
42
+ ],
43
+ "square_sum": [
44
+ 181.97934266563493,
45
+ 219.96794132194879,
46
+ 540.6400464084481,
47
+ 1234.479951790319,
48
+ 109.40332284750217,
49
+ 235.36463307154713
50
+ ],
51
+ "count": 656
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.2209471756370845,
56
+ 1.2336217306403867,
57
+ 1.4000000000000008,
58
+ -0.4020011112285838,
59
+ 1.0939953904808404,
60
+ 1.1446291182310073
61
+ ],
62
+ "min": [
63
+ -0.7487654285478974,
64
+ -0.8055365778435373,
65
+ -0.08132083547753792,
66
+ -1.670000000000001,
67
+ -0.15957296018233855,
68
+ 0.26237477106903745
69
+ ],
70
+ "mean": [
71
+ -0.3847583247829908,
72
+ 0.3046093064526632,
73
+ 0.8392939915961104,
74
+ -1.3186699693137187,
75
+ 0.26289635834214725,
76
+ 0.5334668325725201
77
+ ],
78
+ "std": [
79
+ 0.3596784203444228,
80
+ 0.4924735060334824,
81
+ 0.34602313199939155,
82
+ 0.37807235660977867,
83
+ 0.31250418040352423,
84
+ 0.27239803405859325
85
+ ],
86
+ "sum": [
87
+ -252.40146105764197,
88
+ 199.82370503294706,
89
+ 550.5768584870484,
90
+ -865.0474998697995,
91
+ 172.4600110724486,
92
+ 349.9542421675732
93
+ ],
94
+ "square_sum": [
95
+ 181.97934266563493,
96
+ 219.96794132194879,
97
+ 540.6400464084481,
98
+ 1234.479951790319,
99
+ 109.40332284750217,
100
+ 235.36463307154713
101
+ ],
102
+ "count": 656
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 20.44592075003311
107
+ ],
108
+ "min": [
109
+ 0.06374254199909046
110
+ ],
111
+ "mean": [
112
+ 9.865348095645636
113
+ ],
114
+ "std": [
115
+ 5.694993226051819
116
+ ],
117
+ "sum": [
118
+ 6471.668350743537
119
+ ],
120
+ "square_sum": [
121
+ 85121.27482583102
122
+ ],
123
+ "count": 656
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 341
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 163.7987804878049
134
+ ],
135
+ "std": [
136
+ 95.20063408517876
137
+ ],
138
+ "sum": [
139
+ 107452
140
+ ],
141
+ "square_sum": [
142
+ 23545940
143
+ ],
144
+ "count": 656
145
+ },
146
+ "episode_index": {
147
+ "max": [
148
+ 1
149
+ ],
150
+ "min": [
151
+ 0
152
+ ],
153
+ "mean": [
154
+ 0.5213414634146342
155
+ ],
156
+ "std": [
157
+ 0.4995443343080991
158
+ ],
159
+ "sum": [
160
+ 342
161
+ ],
162
+ "square_sum": [
163
+ 342
164
+ ],
165
+ "count": 656
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 655
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 327.5
176
+ ],
177
+ "std": [
178
+ 189.37066826729
179
+ ],
180
+ "sum": [
181
+ 214840
182
+ ],
183
+ "square_sum": [
184
+ 93885080
185
+ ],
186
+ "count": 656
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": 656
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.0
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.0
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.0
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.0
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.0
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.0
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.0
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.0
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 0.0,
280
+ 0.0,
281
+ 0.0
282
+ ],
283
+ "square_sum": [
284
+ 0.0,
285
+ 0.0,
286
+ 0.0
287
+ ],
288
+ "count": 50380800
289
+ }
290
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up the square black cup from the side. Lift the cup towards the blue plant pot, and tip your gripper forward to pour water. "}
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:d6cb875cde8ea326e192e17086b2bd36452a59bf69fea1985e01996850de8a95
3
+ size 37835
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:3ecb25d84e78450f931e67b35188e3d3b8254d7c77b583a3affa577333bb6e3c
3
+ size 40805