Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
---
|
2 |
-
license: cc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
task_categories:
|
6 |
+
- robotics
|
7 |
+
- image-classification
|
8 |
+
tags:
|
9 |
+
- CARLA
|
10 |
+
- Segmentation
|
11 |
+
- Steering
|
12 |
+
- Throttle
|
13 |
+
- Brake
|
14 |
+
- Balanced
|
15 |
+
pretty_name: CARLA Manual Control – Balanced
|
16 |
+
size_categories:
|
17 |
+
- 10K<n<100K
|
18 |
+
dataset_info:
|
19 |
+
features:
|
20 |
+
- name: seg_path
|
21 |
+
dtype: image
|
22 |
+
- name: steer
|
23 |
+
dtype: float32
|
24 |
+
- name: throttle
|
25 |
+
dtype: float32
|
26 |
+
- name: brake
|
27 |
+
dtype: float32
|
28 |
+
splits:
|
29 |
+
- name: full_balanced
|
30 |
+
num_bytes: 2770000000
|
31 |
+
num_examples: 86400
|
32 |
+
dataset_name: csv
|
33 |
---
|
34 |
+
|
35 |
+
# CARLA Manual Control — **Balanced CSV**
|
36 |
+
|
37 |
+
Este repositorio contiene **imágenes de segmentación + controles** capturados en CARLA usando conducción manual con un mando de PlayStation.
|
38 |
+
El archivo **`manual_balanced_2.csv`** enlaza **todas** las imágenes repartidas entre `dataset_1/…/imageSEG/` … `dataset_10/…` y está balanceado en cuanto a distribución de `steer` (ángulo) y `throttle` (acelerador).
|