Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 1.34 KB

README.md

File metadata and controls

34 lines (16 loc) · 1.34 KB

Self-Driving-Car

A Self-Driving Car, also known as an autonomous vehicle (AV), connected and autonomous vehicle (CAV), driverless car, robo-car, or robotic car is a vehicle that is capable of sensing its environment and moving safely with little or no human input.

Source

My Experience

The problem seems to be quite complex. Well, that is the truth. This project focuses only on predicting the steering angle for the car. We will be feeding sequences of images from dashcam and this model will predict the steering angle in degrees.

Read more about my experience here!

Dataset

The link to dataset is here. The dataset contains around 64k images and corresponding steering angles.

Model

The model was designed with basic CNN, Flatten, Dense and Dropout Layers.

Dropout layers were added for regularization and to prevent overfitting.

Read about my Model in Detail

Sample Video

alt text

*The visualization is strictly on Test Data