File size: 1,512 Bytes
786acba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
07ebeab
786acba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
license: mit
tags:
  - self-driving
  - udacity
---

# Thesis Training Data

Training datasets collected from 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.

Technical University of Munich, 2025

## Datasets

| Map | Description | Archive |
|-----|-------------|---------|
| Jungle | Training data for DAVE-2, DAVE-2-GRU, ViT | `jungle_20251029-174507.tar.zst` |
| GenRoads | Training data for ViT | `genroads_20251201-163211.tar.zst` |
| GenRoads | Sequential training data for DAVE-2, DAVE-2-GRU | `genroads_gru.tar.zst` (formerly `train_dataset_gru`) |

## Data Format

Each dataset contains:
- RGB images from the front-facing camera
- Corresponding steering and throttle values

## Citation

```bibtex
@thesis{igenbergs2025dualaxis,
  title={Dual-Axis Testing of Visual Robustness and Topological Generalization in Vision-based End-to-End Driving Models},
  author={Igenbergs, Maxim},
  school={Technical University of Munich},
  year={2026},
  type={Bachelor's Thesis}
}
```

## Related

- [DAVE-2 Driving Model](https://huggingface.co/maxim-igenbergs/dave2)
- [DAVE-2-GRU Driving Model](https://huggingface.co/maxim-igenbergs/dave2-gru)
- [ViT Driving Model](https://huggingface.co/maxim-igenbergs/vit)
- [TCP Driving Model](https://huggingface.co/maxim-igenbergs/tcp-carla-repro)
- [Evaluation Runs Dataset](https://huggingface.co/datasets/maxim-igenbergs/thesis-runs)