Skip to content

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

Notifications You must be signed in to change notification settings

JeanDagenais/Nvidia-SelfDriving

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%