Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 655 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 655 Bytes

Nvidia SelfDriving

Keras implementation of End to End Learning for Self-Driving Cars by Nvidia.

Many thanks to Sully Chen for the original TensorFlow implementation and for sharing his own dataset, used here for training.

Network

The network consists of 5 convolution layers (three 5x5 and two 3x3), and 4 fully connected layers on top.

Howto

To start training run python main.py. The data needs to be in the driving_dataset folder.