AdhamAbdelmaguid commited on
Commit
dc65710
·
verified ·
1 Parent(s): 10e069b

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
+ # realData
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:fe8c3d09c1c2a334fdcab316d74dc04a3d4ea179b0ce88a708f9f78ab954a3de
3
+ size 17495
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["yes"],"length":176}
meta/info.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100",
3
+ "codebase_version": "v2.0",
4
+ "total_episodes": 1,
5
+ "total_frames": 176,
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
+ "observation.images.secondary_1": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 240,
124
+ 320,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channel"
131
+ ],
132
+ "info": {
133
+ "video.fps": 30,
134
+ "video.codec": "mp4v",
135
+ "video.pix_fmt": "yuv420p",
136
+ "video.is_depth_map": false,
137
+ "has_audio": false
138
+ }
139
+ }
140
+ }
141
+ }
meta/stats.json ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "max": [
4
+ 0.5416274513881308,
5
+ 0.7456967177751591,
6
+ 1.4000000000000008,
7
+ 1.6700000000000008,
8
+ 0.06597728161385154,
9
+ 0.7533684947070024
10
+ ],
11
+ "min": [
12
+ -0.37131400350121135,
13
+ -1.570800000000001,
14
+ -1.5819204033460683,
15
+ 1.0356898857988313,
16
+ -0.5293526082971808,
17
+ -0.00460306615910614
18
+ ],
19
+ "mean": [
20
+ 0.08605467056161861,
21
+ -0.4826955915771908,
22
+ 0.15844783203253468,
23
+ 1.4369010494991163,
24
+ -0.17785445589378784,
25
+ 0.22860151671226417
26
+ ],
27
+ "std": [
28
+ 0.21572256573991763,
29
+ 0.9413336219749607,
30
+ 1.044508281584436,
31
+ 0.1570966654656065,
32
+ 0.14122832485912462,
33
+ 0.2654231218579838
34
+ ],
35
+ "sum": [
36
+ 15.145622018844875,
37
+ -84.95442411758557,
38
+ 27.886818437726106,
39
+ 252.89458471184446,
40
+ -31.30238423730666,
41
+ 40.23386694135849
42
+ ],
43
+ "square_sum": [
44
+ 9.493727178299196,
45
+ 196.9623078699852,
46
+ 196.4341747762736,
47
+ 367.7280619499651,
48
+ 9.077665911387,
49
+ 21.596623322557488
50
+ ],
51
+ "count": 176
52
+ },
53
+ "action": {
54
+ "max": [
55
+ 0.5416274513881308,
56
+ 0.7456967177751591,
57
+ 1.4000000000000008,
58
+ 1.6700000000000008,
59
+ 0.06597728161385154,
60
+ 0.7533684947070024
61
+ ],
62
+ "min": [
63
+ -0.37131400350121135,
64
+ -1.570800000000001,
65
+ -1.5819204033460683,
66
+ 1.0356898857988313,
67
+ -0.5293526082971808,
68
+ -0.00460306615910614
69
+ ],
70
+ "mean": [
71
+ 0.08605467056161861,
72
+ -0.4826955915771908,
73
+ 0.15844783203253468,
74
+ 1.4369010494991163,
75
+ -0.17785445589378784,
76
+ 0.22860151671226417
77
+ ],
78
+ "std": [
79
+ 0.21572256573991763,
80
+ 0.9413336219749607,
81
+ 1.044508281584436,
82
+ 0.1570966654656065,
83
+ 0.14122832485912462,
84
+ 0.2654231218579838
85
+ ],
86
+ "sum": [
87
+ 15.145622018844875,
88
+ -84.95442411758557,
89
+ 27.886818437726106,
90
+ 252.89458471184446,
91
+ -31.30238423730666,
92
+ 40.23386694135849
93
+ ],
94
+ "square_sum": [
95
+ 9.493727178299196,
96
+ 196.9623078699852,
97
+ 196.4341747762736,
98
+ 367.7280619499651,
99
+ 9.077665911387,
100
+ 21.596623322557488
101
+ ],
102
+ "count": 176
103
+ },
104
+ "timestamp": {
105
+ "max": [
106
+ 11.167098249992705
107
+ ],
108
+ "min": [
109
+ 0.06104349999804981
110
+ ],
111
+ "mean": [
112
+ 5.6305727889514605
113
+ ],
114
+ "std": [
115
+ 3.230026694656009
116
+ ],
117
+ "sum": [
118
+ 990.9808108554571
119
+ ],
120
+ "square_sum": [
121
+ 7416.010338857305
122
+ ],
123
+ "count": 176
124
+ },
125
+ "frame_index": {
126
+ "max": [
127
+ 175
128
+ ],
129
+ "min": [
130
+ 0
131
+ ],
132
+ "mean": [
133
+ 87.5
134
+ ],
135
+ "std": [
136
+ 50.806003582253936
137
+ ],
138
+ "sum": [
139
+ 15400
140
+ ],
141
+ "square_sum": [
142
+ 1801800
143
+ ],
144
+ "count": 176
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": 176
166
+ },
167
+ "index": {
168
+ "max": [
169
+ 175
170
+ ],
171
+ "min": [
172
+ 0
173
+ ],
174
+ "mean": [
175
+ 87.5
176
+ ],
177
+ "std": [
178
+ 50.806003582253936
179
+ ],
180
+ "sum": [
181
+ 15400
182
+ ],
183
+ "square_sum": [
184
+ 1801800
185
+ ],
186
+ "count": 176
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": 176
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": 13516800
289
+ }
290
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"yes"}
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:f8a70bb3272fdb0c452f022bfed1b38ad94dfd7b57f9430bb9944f9f41a09c9b
3
+ size 21485