Delete README.md
#4
by
sandhawalia
- opened
README.md
DELETED
@@ -1,360 +0,0 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
task_categories:
|
4 |
-
- robotics
|
5 |
-
tags:
|
6 |
-
- LeRobot
|
7 |
-
configs:
|
8 |
-
- config_name: default
|
9 |
-
data_files: data/*/*.parquet
|
10 |
-
---
|
11 |
-
|
12 |
-
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
|
13 |
-
|
14 |
-
## Dataset Description
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
- **Homepage:** [More Information Needed]
|
19 |
-
- **Paper:** [More Information Needed]
|
20 |
-
- **License:** apache-2.0
|
21 |
-
|
22 |
-
## Dataset Structure
|
23 |
-
|
24 |
-
[meta/info.json](meta/info.json):
|
25 |
-
```json
|
26 |
-
{
|
27 |
-
"codebase_version": "v2.0",
|
28 |
-
"robot_type": "KIA Niro EV 2023",
|
29 |
-
"total_episodes": 10,
|
30 |
-
"total_frames": 4310,
|
31 |
-
"total_tasks": 1,
|
32 |
-
"total_videos": 90,
|
33 |
-
"total_chunks": 1,
|
34 |
-
"chunks_size": 1000,
|
35 |
-
"fps": 10,
|
36 |
-
"splits": {
|
37 |
-
"train": "0:10"
|
38 |
-
},
|
39 |
-
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
40 |
-
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
41 |
-
"features": {
|
42 |
-
"observation.images.front_left": {
|
43 |
-
"dtype": "video",
|
44 |
-
"shape": [
|
45 |
-
3,
|
46 |
-
1080,
|
47 |
-
1920
|
48 |
-
],
|
49 |
-
"names": [
|
50 |
-
"channel",
|
51 |
-
"height",
|
52 |
-
"width"
|
53 |
-
],
|
54 |
-
"info": {
|
55 |
-
"video.fps": 10.0,
|
56 |
-
"video.height": 1080,
|
57 |
-
"video.width": 1920,
|
58 |
-
"video.channels": 3,
|
59 |
-
"video.codec": "av1",
|
60 |
-
"video.pix_fmt": "yuv420p",
|
61 |
-
"video.is_depth_map": false,
|
62 |
-
"has_audio": false
|
63 |
-
}
|
64 |
-
},
|
65 |
-
"observation.images.front_center": {
|
66 |
-
"dtype": "video",
|
67 |
-
"shape": [
|
68 |
-
3,
|
69 |
-
1080,
|
70 |
-
1920
|
71 |
-
],
|
72 |
-
"names": [
|
73 |
-
"channel",
|
74 |
-
"height",
|
75 |
-
"width"
|
76 |
-
],
|
77 |
-
"info": {
|
78 |
-
"video.fps": 10.0,
|
79 |
-
"video.height": 1080,
|
80 |
-
"video.width": 1920,
|
81 |
-
"video.channels": 3,
|
82 |
-
"video.codec": "av1",
|
83 |
-
"video.pix_fmt": "yuv420p",
|
84 |
-
"video.is_depth_map": false,
|
85 |
-
"has_audio": false
|
86 |
-
}
|
87 |
-
},
|
88 |
-
"observation.images.front_right": {
|
89 |
-
"dtype": "video",
|
90 |
-
"shape": [
|
91 |
-
3,
|
92 |
-
1080,
|
93 |
-
1920
|
94 |
-
],
|
95 |
-
"names": [
|
96 |
-
"channel",
|
97 |
-
"height",
|
98 |
-
"width"
|
99 |
-
],
|
100 |
-
"info": {
|
101 |
-
"video.fps": 10.0,
|
102 |
-
"video.height": 1080,
|
103 |
-
"video.width": 1920,
|
104 |
-
"video.channels": 3,
|
105 |
-
"video.codec": "av1",
|
106 |
-
"video.pix_fmt": "yuv420p",
|
107 |
-
"video.is_depth_map": false,
|
108 |
-
"has_audio": false
|
109 |
-
}
|
110 |
-
},
|
111 |
-
"observation.images.left_forward": {
|
112 |
-
"dtype": "video",
|
113 |
-
"shape": [
|
114 |
-
3,
|
115 |
-
1080,
|
116 |
-
1920
|
117 |
-
],
|
118 |
-
"names": [
|
119 |
-
"channel",
|
120 |
-
"height",
|
121 |
-
"width"
|
122 |
-
],
|
123 |
-
"info": {
|
124 |
-
"video.fps": 10.0,
|
125 |
-
"video.height": 1080,
|
126 |
-
"video.width": 1920,
|
127 |
-
"video.channels": 3,
|
128 |
-
"video.codec": "av1",
|
129 |
-
"video.pix_fmt": "yuv420p",
|
130 |
-
"video.is_depth_map": false,
|
131 |
-
"has_audio": false
|
132 |
-
}
|
133 |
-
},
|
134 |
-
"observation.images.right_forward": {
|
135 |
-
"dtype": "video",
|
136 |
-
"shape": [
|
137 |
-
3,
|
138 |
-
1080,
|
139 |
-
1920
|
140 |
-
],
|
141 |
-
"names": [
|
142 |
-
"channel",
|
143 |
-
"height",
|
144 |
-
"width"
|
145 |
-
],
|
146 |
-
"info": {
|
147 |
-
"video.fps": 10.0,
|
148 |
-
"video.height": 1080,
|
149 |
-
"video.width": 1920,
|
150 |
-
"video.channels": 3,
|
151 |
-
"video.codec": "av1",
|
152 |
-
"video.pix_fmt": "yuv420p",
|
153 |
-
"video.is_depth_map": false,
|
154 |
-
"has_audio": false
|
155 |
-
}
|
156 |
-
},
|
157 |
-
"observation.images.left_backward": {
|
158 |
-
"dtype": "video",
|
159 |
-
"shape": [
|
160 |
-
3,
|
161 |
-
1080,
|
162 |
-
1920
|
163 |
-
],
|
164 |
-
"names": [
|
165 |
-
"channel",
|
166 |
-
"height",
|
167 |
-
"width"
|
168 |
-
],
|
169 |
-
"info": {
|
170 |
-
"video.fps": 10.0,
|
171 |
-
"video.height": 1080,
|
172 |
-
"video.width": 1920,
|
173 |
-
"video.channels": 3,
|
174 |
-
"video.codec": "av1",
|
175 |
-
"video.pix_fmt": "yuv420p",
|
176 |
-
"video.is_depth_map": false,
|
177 |
-
"has_audio": false
|
178 |
-
}
|
179 |
-
},
|
180 |
-
"observation.images.right_backward": {
|
181 |
-
"dtype": "video",
|
182 |
-
"shape": [
|
183 |
-
3,
|
184 |
-
1080,
|
185 |
-
1920
|
186 |
-
],
|
187 |
-
"names": [
|
188 |
-
"channel",
|
189 |
-
"height",
|
190 |
-
"width"
|
191 |
-
],
|
192 |
-
"info": {
|
193 |
-
"video.fps": 10.0,
|
194 |
-
"video.height": 1080,
|
195 |
-
"video.width": 1920,
|
196 |
-
"video.channels": 3,
|
197 |
-
"video.codec": "av1",
|
198 |
-
"video.pix_fmt": "yuv420p",
|
199 |
-
"video.is_depth_map": false,
|
200 |
-
"has_audio": false
|
201 |
-
}
|
202 |
-
},
|
203 |
-
"observation.images.rear": {
|
204 |
-
"dtype": "video",
|
205 |
-
"shape": [
|
206 |
-
3,
|
207 |
-
1080,
|
208 |
-
1920
|
209 |
-
],
|
210 |
-
"names": [
|
211 |
-
"channel",
|
212 |
-
"height",
|
213 |
-
"width"
|
214 |
-
],
|
215 |
-
"info": {
|
216 |
-
"video.fps": 10.0,
|
217 |
-
"video.height": 1080,
|
218 |
-
"video.width": 1920,
|
219 |
-
"video.channels": 3,
|
220 |
-
"video.codec": "av1",
|
221 |
-
"video.pix_fmt": "yuv420p",
|
222 |
-
"video.is_depth_map": false,
|
223 |
-
"has_audio": false
|
224 |
-
}
|
225 |
-
},
|
226 |
-
"observation.images.map": {
|
227 |
-
"dtype": "video",
|
228 |
-
"shape": [
|
229 |
-
3,
|
230 |
-
600,
|
231 |
-
800
|
232 |
-
],
|
233 |
-
"names": [
|
234 |
-
"channel",
|
235 |
-
"height",
|
236 |
-
"width"
|
237 |
-
],
|
238 |
-
"info": {
|
239 |
-
"video.fps": 10.0,
|
240 |
-
"video.height": 600,
|
241 |
-
"video.width": 800,
|
242 |
-
"video.channels": 3,
|
243 |
-
"video.codec": "av1",
|
244 |
-
"video.pix_fmt": "yuv420p",
|
245 |
-
"video.is_depth_map": false,
|
246 |
-
"has_audio": false
|
247 |
-
}
|
248 |
-
},
|
249 |
-
"observation.state.vehicle": {
|
250 |
-
"dtype": "float32",
|
251 |
-
"shape": [
|
252 |
-
8
|
253 |
-
],
|
254 |
-
"names": {
|
255 |
-
"axes": [
|
256 |
-
"speed",
|
257 |
-
"heading",
|
258 |
-
"heading_error",
|
259 |
-
"hp_loc_latitude",
|
260 |
-
"hp_loc_longitude",
|
261 |
-
"hp_loc_altitude",
|
262 |
-
"acceleration_x",
|
263 |
-
"acceleration_y"
|
264 |
-
]
|
265 |
-
}
|
266 |
-
},
|
267 |
-
"observation.state.waypoints": {
|
268 |
-
"dtype": "float32",
|
269 |
-
"shape": [
|
270 |
-
20
|
271 |
-
],
|
272 |
-
"names": {
|
273 |
-
"axes": [
|
274 |
-
"longitude-latitude"
|
275 |
-
]
|
276 |
-
}
|
277 |
-
},
|
278 |
-
"observation.state.timestamp": {
|
279 |
-
"dtype": "int64",
|
280 |
-
"shape": [
|
281 |
-
1
|
282 |
-
],
|
283 |
-
"names": {
|
284 |
-
"axes": [
|
285 |
-
"unix_epoc_timestamp"
|
286 |
-
]
|
287 |
-
}
|
288 |
-
},
|
289 |
-
"action.continuous": {
|
290 |
-
"dtype": "float32",
|
291 |
-
"shape": [
|
292 |
-
3
|
293 |
-
],
|
294 |
-
"names": {
|
295 |
-
"axes": [
|
296 |
-
"gas_pedal_normalized",
|
297 |
-
"brake_pedal_normalized",
|
298 |
-
"steering_angle_normalized"
|
299 |
-
]
|
300 |
-
}
|
301 |
-
},
|
302 |
-
"action.discrete": {
|
303 |
-
"dtype": "int32",
|
304 |
-
"shape": [
|
305 |
-
2
|
306 |
-
],
|
307 |
-
"names": {
|
308 |
-
"axes": [
|
309 |
-
"gear",
|
310 |
-
"turn_signal"
|
311 |
-
]
|
312 |
-
}
|
313 |
-
},
|
314 |
-
"timestamp": {
|
315 |
-
"dtype": "float32",
|
316 |
-
"shape": [
|
317 |
-
1
|
318 |
-
],
|
319 |
-
"names": null
|
320 |
-
},
|
321 |
-
"frame_index": {
|
322 |
-
"dtype": "int64",
|
323 |
-
"shape": [
|
324 |
-
1
|
325 |
-
],
|
326 |
-
"names": null
|
327 |
-
},
|
328 |
-
"episode_index": {
|
329 |
-
"dtype": "int64",
|
330 |
-
"shape": [
|
331 |
-
1
|
332 |
-
],
|
333 |
-
"names": null
|
334 |
-
},
|
335 |
-
"index": {
|
336 |
-
"dtype": "int64",
|
337 |
-
"shape": [
|
338 |
-
1
|
339 |
-
],
|
340 |
-
"names": null
|
341 |
-
},
|
342 |
-
"task_index": {
|
343 |
-
"dtype": "int64",
|
344 |
-
"shape": [
|
345 |
-
1
|
346 |
-
],
|
347 |
-
"names": null
|
348 |
-
}
|
349 |
-
}
|
350 |
-
}
|
351 |
-
```
|
352 |
-
|
353 |
-
|
354 |
-
## Citation
|
355 |
-
|
356 |
-
**BibTeX:**
|
357 |
-
|
358 |
-
```bibtex
|
359 |
-
[More Information Needed]
|
360 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|