oulianov commited on
Commit
8b9f5b7
·
verified ·
1 Parent(s): a02f2ac

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
+ # my_dataset_11
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:b465380a935e5a3cc4f4ebbc0b46e378d10c2ee543903b0dfd1e2b0cd6718e14
3
+ size 5143
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the lego brick and put in the box"],"length":10}
meta/info.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 10,
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
+ 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
+ }
101
+ }
meta/stats.json ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.013809198477317772,
5
+ -1.655569461891764,
6
+ 1.5251492540504294,
7
+ 0.8193457763208545,
8
+ 2.725015166190707,
9
+ -0.09819874472759305
10
+ ],
11
+ "min": [
12
+ 0.013809198477317772,
13
+ -1.655569461891764,
14
+ 1.5251492540504294,
15
+ 0.8193457763208545,
16
+ 2.725015166190707,
17
+ -0.09819874472759305
18
+ ],
19
+ "mean": [
20
+ 0.013809198477317774,
21
+ -1.6555694618917642,
22
+ 1.5251492540504294,
23
+ 0.8193457763208547,
24
+ 2.7250151661907074,
25
+ -0.09819874472759305
26
+ ],
27
+ "std": [
28
+ 0.0,
29
+ 0.0,
30
+ 0.0,
31
+ 0.0,
32
+ 0.0,
33
+ 1.3170890159654386e-09
34
+ ],
35
+ "sum": [
36
+ 0.13809198477317775,
37
+ -16.55569461891764,
38
+ 15.251492540504294,
39
+ 8.193457763208547,
40
+ 27.250151661907076,
41
+ -0.9819874472759305
42
+ ],
43
+ "square_sum": [
44
+ 0.0019069396258595544,
45
+ 27.40910243148585,
46
+ 23.260802471305812,
47
+ 6.713275011748237,
48
+ 74.25707655969366,
49
+ 0.09642993466074985
50
+ ],
51
+ "count": 10
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.013809198477317772,
56
+ -1.655569461891764,
57
+ 1.5251492540504294,
58
+ 0.8193457763208545,
59
+ 2.725015166190707,
60
+ -0.09819874472759305
61
+ ],
62
+ "min": [
63
+ 0.013809198477317772,
64
+ -1.655569461891764,
65
+ 1.5251492540504294,
66
+ 0.8193457763208545,
67
+ 2.725015166190707,
68
+ -0.09819874472759305
69
+ ],
70
+ "mean": [
71
+ 0.013809198477317774,
72
+ -1.6555694618917642,
73
+ 1.5251492540504294,
74
+ 0.8193457763208547,
75
+ 2.7250151661907074,
76
+ -0.09819874472759305
77
+ ],
78
+ "std": [
79
+ 0.0,
80
+ 0.0,
81
+ 0.0,
82
+ 0.0,
83
+ 0.0,
84
+ 1.3170890159654386e-09
85
+ ],
86
+ "sum": [
87
+ 0.13809198477317775,
88
+ -16.55569461891764,
89
+ 15.251492540504294,
90
+ 8.193457763208547,
91
+ 27.250151661907076,
92
+ -0.9819874472759305
93
+ ],
94
+ "square_sum": [
95
+ 0.0019069396258595544,
96
+ 27.40910243148585,
97
+ 23.260802471305812,
98
+ 6.713275011748237,
99
+ 74.25707655969366,
100
+ 0.09642993466074985
101
+ ],
102
+ "count": 10
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 0.5464916249911766
107
+ ],
108
+ "min": [
109
+ 0.0027903339941985905
110
+ ],
111
+ "mean": [
112
+ 0.2690669002826326
113
+ ],
114
+ "std": [
115
+ 0.17415761491706958
116
+ ],
117
+ "sum": [
118
+ 2.6906690028263256
119
+ ],
120
+ "square_sum": [
121
+ 1.0272787166130644
122
+ ],
123
+ "count": 10
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 9
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 4.5
134
+ ],
135
+ "std": [
136
+ 2.8722813232690143
137
+ ],
138
+ "sum": [
139
+ 45
140
+ ],
141
+ "square_sum": [
142
+ 285
143
+ ],
144
+ "count": 10
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": 10
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 9
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 4.5
176
+ ],
177
+ "std": [
178
+ 2.8722813232690143
179
+ ],
180
+ "sum": [
181
+ 45
182
+ ],
183
+ "square_sum": [
184
+ 285
185
+ ],
186
+ "count": 10
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": 10
208
+ },
209
+ "observation.images.main": {
210
+ "max": [
211
+ [
212
+ [
213
+ 1.0
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 1.0
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.9490196108818054
224
+ ]
225
+ ]
226
+ ],
227
+ "min": [
228
+ [
229
+ [
230
+ 0.0
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.0235294122248888
241
+ ]
242
+ ]
243
+ ],
244
+ "mean": [
245
+ [
246
+ [
247
+ 0.6459088541666667
248
+ ]
249
+ ],
250
+ [
251
+ [
252
+ 0.6147656656901042
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.5735513102213542
258
+ ]
259
+ ]
260
+ ],
261
+ "std": [
262
+ [
263
+ [
264
+ 0.2809759848496464
265
+ ]
266
+ ],
267
+ [
268
+ [
269
+ 0.2656584400265745
270
+ ]
271
+ ],
272
+ [
273
+ [
274
+ 0.21842906817687494
275
+ ]
276
+ ]
277
+ ],
278
+ "sum": [
279
+ 1984232.0,
280
+ 1888560.125,
281
+ 1761949.625
282
+ ],
283
+ "square_sum": [
284
+ 1524159.75,
285
+ 1377826.5,
286
+ 1157137.5
287
+ ],
288
+ "count": 3072000
289
+ }
290
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up the lego brick and put in the box"}
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:9588f900de30040bf706fb630b48f77719a805cc60dd2b21e19871fe27e505b5
3
+ size 35676