Update README.md
Browse files
README.md
CHANGED
|
@@ -12,19 +12,13 @@ tags:
|
|
| 12 |
- dave2
|
| 13 |
- nvidia
|
| 14 |
datasets:
|
| 15 |
-
-
|
| 16 |
---
|
| 17 |
-
|
| 18 |
# DAVE-2 End-to-End Driving Model
|
| 19 |
-
|
| 20 |
-
Implementation of NVIDIA's DAVE-2 architecture trained on the Udacity self-driving car simulator for the bachelor's thesis: Dual-Axis Testing of Visual Robustness and Topological Generalization in Vision-based End-to-End Driving Models
|
| 21 |
-
|
| 22 |
## Model Description
|
| 23 |
-
|
| 24 |
DAVE-2 is the original end-to-end driving architecture proposed by NVIDIA in 2016. It learns to map raw camera images directly to steering and throttle commands through imitation learning.
|
| 25 |
-
|
| 26 |
### Architecture
|
| 27 |
-
|
| 28 |
```
|
| 29 |
Input: RGB Image (66 Γ 200 Γ 3)
|
| 30 |
β
|
|
@@ -43,25 +37,19 @@ Dense(10) + ELU
|
|
| 43 |
β
|
| 44 |
Output: [steering, throttle]
|
| 45 |
```
|
| 46 |
-
|
| 47 |
## Checkpoints
|
| 48 |
-
|
| 49 |
| Map | Checkpoint |
|
| 50 |
|-----|------------|
|
| 51 |
| GenRoads | `genroads_20251028-145557/` |
|
| 52 |
| Jungle | `jungle_20251209-175046/` |
|
| 53 |
-
|
| 54 |
### Files per Checkpoint
|
| 55 |
-
|
| 56 |
- `best_model.h5` β Keras model weights
|
| 57 |
- `meta.json` β Training configuration and hyperparameters
|
| 58 |
- `history.csv` β Training/validation metrics per epoch
|
| 59 |
- `loss_curve.png` β Visualization of training progress
|
| 60 |
-
|
| 61 |
## Citation
|
| 62 |
-
|
| 63 |
```bibtex
|
| 64 |
-
@thesis{
|
| 65 |
title={Dual-Axis Testing of Visual Robustness and Topological Generalization in Vision-based End-to-End Driving Models},
|
| 66 |
author={Igenbergs, Maxim},
|
| 67 |
school={Technical University of Munich},
|
|
@@ -69,10 +57,9 @@ Output: [steering, throttle]
|
|
| 69 |
type={Bachelor's Thesis}
|
| 70 |
}
|
| 71 |
```
|
| 72 |
-
|
| 73 |
## Related
|
| 74 |
-
|
| 75 |
- [DAVE-2-GRU Driving Model](https://huggingface.co/maxim-igenbergs/dave2-gru)
|
| 76 |
- [ViT Driving Model](https://huggingface.co/maxim-igenbergs/vit)
|
| 77 |
- [TCP Driving Model](https://huggingface.co/maxim-igenbergs/tcp-carla-repro)
|
| 78 |
-
- [
|
|
|
|
|
|
| 12 |
- dave2
|
| 13 |
- nvidia
|
| 14 |
datasets:
|
| 15 |
+
- maxim-igenbergs/thesis-data
|
| 16 |
---
|
|
|
|
| 17 |
# DAVE-2 End-to-End Driving Model
|
| 18 |
+
Implementation of NVIDIA's DAVE-2 architecture trained on the Udacity self-driving car simulator for the bachelor's thesis: Dual-Axis Testing of Visual Robustness and Topological Generalization in Vision-based End-to-End Driving Models.
|
|
|
|
|
|
|
| 19 |
## Model Description
|
|
|
|
| 20 |
DAVE-2 is the original end-to-end driving architecture proposed by NVIDIA in 2016. It learns to map raw camera images directly to steering and throttle commands through imitation learning.
|
|
|
|
| 21 |
### Architecture
|
|
|
|
| 22 |
```
|
| 23 |
Input: RGB Image (66 Γ 200 Γ 3)
|
| 24 |
β
|
|
|
|
| 37 |
β
|
| 38 |
Output: [steering, throttle]
|
| 39 |
```
|
|
|
|
| 40 |
## Checkpoints
|
|
|
|
| 41 |
| Map | Checkpoint |
|
| 42 |
|-----|------------|
|
| 43 |
| GenRoads | `genroads_20251028-145557/` |
|
| 44 |
| Jungle | `jungle_20251209-175046/` |
|
|
|
|
| 45 |
### Files per Checkpoint
|
|
|
|
| 46 |
- `best_model.h5` β Keras model weights
|
| 47 |
- `meta.json` β Training configuration and hyperparameters
|
| 48 |
- `history.csv` β Training/validation metrics per epoch
|
| 49 |
- `loss_curve.png` β Visualization of training progress
|
|
|
|
| 50 |
## Citation
|
|
|
|
| 51 |
```bibtex
|
| 52 |
+
@thesis{igenbergs2026dualaxis,
|
| 53 |
title={Dual-Axis Testing of Visual Robustness and Topological Generalization in Vision-based End-to-End Driving Models},
|
| 54 |
author={Igenbergs, Maxim},
|
| 55 |
school={Technical University of Munich},
|
|
|
|
| 57 |
type={Bachelor's Thesis}
|
| 58 |
}
|
| 59 |
```
|
|
|
|
| 60 |
## Related
|
|
|
|
| 61 |
- [DAVE-2-GRU Driving Model](https://huggingface.co/maxim-igenbergs/dave2-gru)
|
| 62 |
- [ViT Driving Model](https://huggingface.co/maxim-igenbergs/vit)
|
| 63 |
- [TCP Driving Model](https://huggingface.co/maxim-igenbergs/tcp-carla-repro)
|
| 64 |
+
- [Training Data](https://huggingface.co/datasets/maxim-igenbergs/thesis-data)
|
| 65 |
+
- [Evaluation Runs](https://huggingface.co/datasets/maxim-igenbergs/thesis-runs)
|