<< Back
For more information about the system refer the pages:
System
- describing how all parts are working together to train and inference the modelsCameras
- how we created multiple camerasConvcam
- what the Convcam is and how we use itData Balancing
- how are we balancing regression dataNPCs
- our custom NPCs playing in the GTA5 to collect data automaticallyPurpose
- a way to let the model “know” where to driveStorage and Buffer
- how are we managing the training data and why random batches are importantUnstuck
- how to make the car not be stuck anywhere
For more information about the model architectures used refer the pages:
Xception
- the first CNN backbone architecture usedInceptionResNetv2
- the second, more successful CNN backbone architecture used