Skip to content

This model takes the input from the front dashcam of the car and predicts the angle for the steering wheel of the car at that instant depending upon the frame of the car, obstacles, and other vehicles on the road.

Notifications You must be signed in to change notification settings

Kushagraw12/Self-Driving-Car

Repository files navigation

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

About

This model takes the input from the front dashcam of the car and predicts the angle for the steering wheel of the car at that instant depending upon the frame of the car, obstacles, and other vehicles on the road.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published