dopaul commited on
Commit
189471a
·
verified ·
1 Parent(s): 0a43a8c

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
+ # waterbottle
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:fc3d6557746b9203d7ffc3cbb9aa84e1067c8b3d3f9c4d1a4d91b64b8be4fb17
3
+ size 31420
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["waterbottle"],"length":503}
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": 503,
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,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ -0.019946620022792336,
5
+ -0.24396250643261397,
6
+ 1.4775842370730017,
7
+ -0.6735820146158336,
8
+ 0.15496989402323277,
9
+ 0.009206132318211848
10
+ ],
11
+ "min": [
12
+ -0.39432933429674083,
13
+ -1.8473638851878442,
14
+ -0.018412264636423696,
15
+ -1.7890583805058358,
16
+ -0.14883247247775822,
17
+ 0.009206132318211848
18
+ ],
19
+ "mean": [
20
+ -0.17248533861275298,
21
+ -0.7331107330352854,
22
+ 0.7034729657709555,
23
+ -1.061435332043269,
24
+ 0.0017661864189015067,
25
+ 0.009206132318211848
26
+ ],
27
+ "std": [
28
+ 0.0,
29
+ 0.0,
30
+ 0.0,
31
+ 0.0,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ "sum": [
36
+ -86.76012532221475,
37
+ -368.7546987167486,
38
+ 353.8469017827906,
39
+ -533.9019720177644,
40
+ 0.8883917687074578,
41
+ 4.63068455606056
42
+ ],
43
+ "square_sum": [
44
+ 19.36458815843218,
45
+ 382.4341005016155,
46
+ 326.09855084108614,
47
+ 617.3829924837664,
48
+ 1.2886980279236295,
49
+ 0.04263069474699337
50
+ ],
51
+ "count": 503
52
+ },
53
+ "action": {
54
+ "max": [
55
+ -0.019946620022792336,
56
+ -0.24396250643261397,
57
+ 1.4775842370730017,
58
+ -0.6735820146158336,
59
+ 0.15496989402323277,
60
+ 0.009206132318211848
61
+ ],
62
+ "min": [
63
+ -0.39432933429674083,
64
+ -1.8473638851878442,
65
+ -0.018412264636423696,
66
+ -1.7890583805058358,
67
+ -0.14883247247775822,
68
+ 0.009206132318211848
69
+ ],
70
+ "mean": [
71
+ -0.17248533861275298,
72
+ -0.7331107330352854,
73
+ 0.7034729657709555,
74
+ -1.061435332043269,
75
+ 0.0017661864189015067,
76
+ 0.009206132318211848
77
+ ],
78
+ "std": [
79
+ 0.0,
80
+ 0.0,
81
+ 0.0,
82
+ 0.0,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ "sum": [
87
+ -86.76012532221475,
88
+ -368.7546987167486,
89
+ 353.8469017827906,
90
+ -533.9019720177644,
91
+ 0.8883917687074578,
92
+ 4.63068455606056
93
+ ],
94
+ "square_sum": [
95
+ 19.36458815843218,
96
+ 382.4341005016155,
97
+ 326.09855084108614,
98
+ 617.3829924837664,
99
+ 1.2886980279236295,
100
+ 0.04263069474699337
101
+ ],
102
+ "count": 503
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 30.33045066699998
107
+ ],
108
+ "min": [
109
+ 0.05265074999999797
110
+ ],
111
+ "mean": [
112
+ 15.251003810127227
113
+ ],
114
+ "std": null,
115
+ "sum": [
116
+ 7671.254916493995
117
+ ],
118
+ "square_sum": [
119
+ 156658.41331592546
120
+ ],
121
+ "count": 503
122
+ },
123
+ "frame_index": {
124
+ "max": [
125
+ 502
126
+ ],
127
+ "min": [
128
+ 0
129
+ ],
130
+ "mean": [
131
+ 251.0
132
+ ],
133
+ "std": null,
134
+ "sum": [
135
+ 126253
136
+ ],
137
+ "square_sum": [
138
+ 42294755
139
+ ],
140
+ "count": 503
141
+ },
142
+ "episode_index": {
143
+ "max": [
144
+ 0
145
+ ],
146
+ "min": [
147
+ 0
148
+ ],
149
+ "mean": [
150
+ 0.0
151
+ ],
152
+ "std": null,
153
+ "sum": [
154
+ 0
155
+ ],
156
+ "square_sum": [
157
+ 0
158
+ ],
159
+ "count": 503
160
+ },
161
+ "index": {
162
+ "max": [
163
+ 502
164
+ ],
165
+ "min": [
166
+ 0
167
+ ],
168
+ "mean": [
169
+ 251.0
170
+ ],
171
+ "std": null,
172
+ "sum": [
173
+ 126253
174
+ ],
175
+ "square_sum": [
176
+ 42294755
177
+ ],
178
+ "count": 503
179
+ },
180
+ "task_index": {
181
+ "max": [
182
+ 0
183
+ ],
184
+ "min": [
185
+ 0
186
+ ],
187
+ "mean": [
188
+ 0.0
189
+ ],
190
+ "std": null,
191
+ "sum": [
192
+ 0
193
+ ],
194
+ "square_sum": [
195
+ 0
196
+ ],
197
+ "count": 503
198
+ },
199
+ "observation.images.main": {
200
+ "max": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ],
217
+ "min": [
218
+ [
219
+ [
220
+ 0.0
221
+ ]
222
+ ],
223
+ [
224
+ [
225
+ 0.0
226
+ ]
227
+ ],
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ]
233
+ ],
234
+ "mean": [
235
+ [
236
+ [
237
+ 0.0
238
+ ]
239
+ ],
240
+ [
241
+ [
242
+ 0.0
243
+ ]
244
+ ],
245
+ [
246
+ [
247
+ 0.0
248
+ ]
249
+ ]
250
+ ],
251
+ "std": [
252
+ [
253
+ [
254
+ 0.0
255
+ ]
256
+ ],
257
+ [
258
+ [
259
+ 0.0
260
+ ]
261
+ ],
262
+ [
263
+ [
264
+ 0.0
265
+ ]
266
+ ]
267
+ ],
268
+ "sum": [
269
+ 0.0,
270
+ 0.0,
271
+ 0.0
272
+ ],
273
+ "square_sum": [
274
+ 0.0,
275
+ 0.0,
276
+ 0.0
277
+ ],
278
+ "count": 38630400
279
+ }
280
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"waterbottle"}
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:50a5d1eeb5b347ea7601764754a1fd513692b36f1bd4e78640d024597a28c79b
3
+ size 59081