Skip to content

Transfer learning for end to end autonomous driving using pre trained ResNet50 weights in google colab.

License

Notifications You must be signed in to change notification settings

sethips/Self-Driving-Car-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Behavioral Cloning For Self Driving Cars

Transfer learning for end to end autonomous driving using pre trained ResNet50 weights in google colab.

Check out the corresponding medium blog post https://towardsdatascience.com/how-to-train-your-self-driving-car-using-deep-learning-ce8ff76119cb.

Goal

Train a end-to-end deep learning model that would let a car drive itself around the track in a driving simulator.

Data collection

In this project Udacity driving simulator has been used which has two different tracks. One of them was used for collecting training data, and the other one — never seen by the model — as a substitute for test set.

The driving simulator would save frames from three front-facing "cameras", recording data from the car's point of view; as well as various driving statistics like throttle, speed and steering angle. We are going to use camera data as model input and expect it to predict the steering angle in the [-1, 1] range.

Results

Driving

Citing

@misc{Abhinav:2019,
  Author = {Abhinav Sagar},
  Title = {Self Driving Car},
  Year = {2019},
  Publisher = {GitHub},
  Journal = {GitHub repository},
  Howpublished = {\url{https://github.com/abhinavsagar/Self-Driving-Car}}
}

About

Transfer learning for end to end autonomous driving using pre trained ResNet50 weights in google colab.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published