sucrammal commited on
Commit
58e46c8
·
verified ·
1 Parent(s): 4952e45

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
+ # 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:5e2abcbcc9e514e255fc6dbed496a02c23de862e706dc8267486c8efb31dcd61
3
+ size 32254
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the yellow cup by its blue handle. Lift the cup towards the blue plant pot, and tip your gripper forward to pour water. "],"length":410}
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": 410,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 33,
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": 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.2148097540916099,
5
+ 0.9006666117983925,
6
+ 1.232087375254018,
7
+ 0.8454298178891214,
8
+ 0.9144758102757098,
9
+ 1.3870572692772527
10
+ ],
11
+ "min": [
12
+ -0.8377580409572777,
13
+ -0.7104065438886815,
14
+ -0.2869244572509361,
15
+ -1.5512332956186954,
16
+ -0.07364905854569484,
17
+ 0.16417602634144451
18
+ ],
19
+ "mean": [
20
+ -0.3425729074833792,
21
+ 0.16489081141168002,
22
+ 0.46899256432952297,
23
+ -0.42671545993975096,
24
+ 0.19430552686743038,
25
+ 0.6111973700042113
26
+ ],
27
+ "std": [
28
+ 0.36455426264332375,
29
+ 0.3591769766316916,
30
+ 0.44186091511895553,
31
+ 0.6450653818141229,
32
+ 0.23024965093751248,
33
+ 0.5167903820745325
34
+ ],
35
+ "sum": [
36
+ -140.45489206818547,
37
+ 67.60523267878881,
38
+ 192.28695137510442,
39
+ -174.9533385752979,
40
+ 79.66526601564645,
41
+ 250.59092170172661
42
+ ],
43
+ "square_sum": [
44
+ 102.60496301474369,
45
+ 64.04080289441684,
46
+ 170.22998841951843,
47
+ 245.26012653230327,
48
+ 37.21551120651118,
49
+ 262.66015488297046
50
+ ],
51
+ "count": 410
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.2148097540916099,
56
+ 0.9006666117983925,
57
+ 1.232087375254018,
58
+ 0.8454298178891214,
59
+ 0.9144758102757098,
60
+ 1.3870572692772527
61
+ ],
62
+ "min": [
63
+ -0.8377580409572777,
64
+ -0.7104065438886815,
65
+ -0.2869244572509361,
66
+ -1.5512332956186954,
67
+ -0.07364905854569484,
68
+ 0.16417602634144451
69
+ ],
70
+ "mean": [
71
+ -0.3425729074833792,
72
+ 0.16489081141168002,
73
+ 0.46899256432952297,
74
+ -0.42671545993975096,
75
+ 0.19430552686743038,
76
+ 0.6111973700042113
77
+ ],
78
+ "std": [
79
+ 0.36455426264332375,
80
+ 0.3591769766316916,
81
+ 0.44186091511895553,
82
+ 0.6450653818141229,
83
+ 0.23024965093751248,
84
+ 0.5167903820745325
85
+ ],
86
+ "sum": [
87
+ -140.45489206818547,
88
+ 67.60523267878881,
89
+ 192.28695137510442,
90
+ -174.9533385752979,
91
+ 79.66526601564645,
92
+ 250.59092170172661
93
+ ],
94
+ "square_sum": [
95
+ 102.60496301474369,
96
+ 64.04080289441684,
97
+ 170.22998841951843,
98
+ 245.26012653230327,
99
+ 37.21551120651118,
100
+ 262.66015488297046
101
+ ],
102
+ "count": 410
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 24.100453416991513
107
+ ],
108
+ "min": [
109
+ 0.060187832976225764
110
+ ],
111
+ "mean": [
112
+ 12.08815385670225
113
+ ],
114
+ "std": [
115
+ 6.959964434868899
116
+ ],
117
+ "sum": [
118
+ 4956.143081247923
119
+ ],
120
+ "square_sum": [
121
+ 79771.47312515763
122
+ ],
123
+ "count": 410
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 409
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 204.5
134
+ ],
135
+ "std": [
136
+ 118.35645314050265
137
+ ],
138
+ "sum": [
139
+ 83845
140
+ ],
141
+ "square_sum": [
142
+ 22889685
143
+ ],
144
+ "count": 410
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": 410
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 409
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 204.5
176
+ ],
177
+ "std": [
178
+ 118.35645314050265
179
+ ],
180
+ "sum": [
181
+ 83845
182
+ ],
183
+ "square_sum": [
184
+ 22889685
185
+ ],
186
+ "count": 410
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": 410
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": 31488000
289
+ }
290
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up the yellow cup by its blue handle. 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:f9c7536db422932b01c457b6418fcd2397014a4a42cef91bfdcde5b51311b274
3
+ size 48931