BarbarikaAI commited on
Commit
cdf4265
·
verified ·
1 Parent(s): 478b39e

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # BRBK_Cup_Stand_dataset6
12
+
13
+ **This dataset was generated using [phosphobot](https://docs.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.
16
+
17
+ To get started in robotics, [get your own phospho starter pack.](https://robots.phospho.ai).
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14330703e341249be34c8514c1d5a3fe7fbc21da685deffc1a841bcf55d4647f
3
+ size 33613
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["None"],"length":1772}
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": 1772,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ 480,
84
+ 640,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channel"
91
+ ],
92
+ "info": {
93
+ "video.fps": 30,
94
+ "video.codec": "avc1",
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
+ 480,
104
+ 640,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channel"
111
+ ],
112
+ "info": {
113
+ "video.fps": 30,
114
+ "video.codec": "avc1",
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,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [],
4
+ "min": [],
5
+ "mean": [],
6
+ "std": [],
7
+ "sum": [],
8
+ "square_sum": [],
9
+ "count": 1772
10
+ },
11
+ "action": {
12
+ "max": [],
13
+ "min": [],
14
+ "mean": [],
15
+ "std": [],
16
+ "sum": [],
17
+ "square_sum": [],
18
+ "count": 1772
19
+ },
20
+ "timestamp": {
21
+ "max": [
22
+ 62.44311710000329
23
+ ],
24
+ "min": [
25
+ 0.0013810000018565916
26
+ ],
27
+ "mean": [
28
+ 30.66625184622261
29
+ ],
30
+ "std": [
31
+ 18.019773187991557
32
+ ],
33
+ "sum": [
34
+ 54340.59827150647
35
+ ],
36
+ "square_sum": [
37
+ 2241812.536091507
38
+ ],
39
+ "count": 1772
40
+ },
41
+ "frame_index": {
42
+ "max": [
43
+ 1771
44
+ ],
45
+ "min": [
46
+ 0
47
+ ],
48
+ "mean": [
49
+ 885.5
50
+ ],
51
+ "std": [
52
+ 511.5322570473929
53
+ ],
54
+ "sum": [
55
+ 1569106
56
+ ],
57
+ "square_sum": [
58
+ 1853114186
59
+ ],
60
+ "count": 1772
61
+ },
62
+ "episode_index": {
63
+ "max": [
64
+ 0
65
+ ],
66
+ "min": [
67
+ 0
68
+ ],
69
+ "mean": [
70
+ 0.0
71
+ ],
72
+ "std": [
73
+ 0.0
74
+ ],
75
+ "sum": [
76
+ 0
77
+ ],
78
+ "square_sum": [
79
+ 0
80
+ ],
81
+ "count": 1772
82
+ },
83
+ "index": {
84
+ "max": [
85
+ 1771
86
+ ],
87
+ "min": [
88
+ 0
89
+ ],
90
+ "mean": [
91
+ 885.5
92
+ ],
93
+ "std": [
94
+ 511.5322570473929
95
+ ],
96
+ "sum": [
97
+ 1569106
98
+ ],
99
+ "square_sum": [
100
+ 1853114186
101
+ ],
102
+ "count": 1772
103
+ },
104
+ "task_index": {
105
+ "max": [
106
+ 0
107
+ ],
108
+ "min": [
109
+ 0
110
+ ],
111
+ "mean": [
112
+ 0.0
113
+ ],
114
+ "std": [
115
+ 0.0
116
+ ],
117
+ "sum": [
118
+ 0
119
+ ],
120
+ "square_sum": [
121
+ 0
122
+ ],
123
+ "count": 1772
124
+ },
125
+ "observation.images.main": {
126
+ "max": [
127
+ [
128
+ [
129
+ 0.9333333373069763
130
+ ]
131
+ ],
132
+ [
133
+ [
134
+ 0.9921568632125854
135
+ ]
136
+ ],
137
+ [
138
+ [
139
+ 1.0
140
+ ]
141
+ ]
142
+ ],
143
+ "min": [
144
+ [
145
+ [
146
+ 0.0
147
+ ]
148
+ ],
149
+ [
150
+ [
151
+ 0.0
152
+ ]
153
+ ],
154
+ [
155
+ [
156
+ 0.0
157
+ ]
158
+ ]
159
+ ],
160
+ "mean": [
161
+ [
162
+ [
163
+ 0.5162201523780823
164
+ ]
165
+ ],
166
+ [
167
+ [
168
+ 0.537530243396759
169
+ ]
170
+ ],
171
+ [
172
+ [
173
+ 0.5152614712715149
174
+ ]
175
+ ]
176
+ ],
177
+ "std": [
178
+ [
179
+ [
180
+ 0.14187301695346832
181
+ ]
182
+ ],
183
+ [
184
+ [
185
+ 0.16122303903102875
186
+ ]
187
+ ],
188
+ [
189
+ [
190
+ 0.23213261365890503
191
+ ]
192
+ ]
193
+ ],
194
+ "sum": [
195
+ 281008768.0,
196
+ 292609088.0,
197
+ 280486912.0
198
+ ],
199
+ "square_sum": [
200
+ 156019216.0,
201
+ 171435680.0,
202
+ 173857152.0
203
+ ],
204
+ "count": 544358400
205
+ },
206
+ "observation.images.secondary_0": {
207
+ "max": [
208
+ [
209
+ [
210
+ 1.0
211
+ ]
212
+ ],
213
+ [
214
+ [
215
+ 1.0
216
+ ]
217
+ ],
218
+ [
219
+ [
220
+ 1.0
221
+ ]
222
+ ]
223
+ ],
224
+ "min": [
225
+ [
226
+ [
227
+ 0.0
228
+ ]
229
+ ],
230
+ [
231
+ [
232
+ 0.0
233
+ ]
234
+ ],
235
+ [
236
+ [
237
+ 0.0
238
+ ]
239
+ ]
240
+ ],
241
+ "mean": [
242
+ [
243
+ [
244
+ 0.512305498123169
245
+ ]
246
+ ],
247
+ [
248
+ [
249
+ 0.42272770404815674
250
+ ]
251
+ ],
252
+ [
253
+ [
254
+ 0.2926543653011322
255
+ ]
256
+ ]
257
+ ],
258
+ "std": [
259
+ [
260
+ [
261
+ 0.18593989312648773
262
+ ]
263
+ ],
264
+ [
265
+ [
266
+ 0.18014563620090485
267
+ ]
268
+ ],
269
+ [
270
+ [
271
+ 0.227125346660614
272
+ ]
273
+ ]
274
+ ],
275
+ "sum": [
276
+ 278877792.0,
277
+ 230115376.0,
278
+ 159308864.0
279
+ ],
280
+ "square_sum": [
281
+ 161691088.0,
282
+ 114941912.0,
283
+ 74703664.0
284
+ ],
285
+ "count": 544358400
286
+ }
287
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"None"}
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:8e1936c1cc0ddfbd9c4dfc93709504500715482eca81b798d501eece96a42475
3
+ size 7780232
videos/chunk-000/observation.images.secondary_0/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2309b3e496e25112c9777dd117ef4891edd04adf0a2a06ded913a2a736e23ac
3
+ size 9755515