Skip to content

Building Self driving car based steering angle prediction

Notifications You must be signed in to change notification settings

sanjeevpalla/Self_Driving_Car

Repository files navigation

Self_Driving_Car


Problem Definition


We are here building a minimal version of self driving car. Here, we have a front camera view. This will transfer input to the computer. Then Deep Learning algorithm in computer predicts the steering angle to avoid all sorts of collisions. Predicting steering angle can be thought of as a regression problem. We will feed images to Convolutional Neural Network and the label will be the steering angle in that image. Model will learn the steering angle from the as per the turns in the image and will finally predicts steering angle for unknown images.


Dataset


Refer this: https://github.com/SullyChen/Autopilot-TensorFlow

There are total 45406 images in the dataset along with their steering angles. We will split the dataset into train and test in a ratio of 70:30 sequentially.

About

Building Self driving car based steering angle prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published