Skip to content

spsrathor/Steering-wheel-angle-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steering-wheel-angle-prediction

Steering wheel angle prediction by using dashcam images

Dataset was taken from here. Dataset contains 45,500 images taken from dashcam of the car along with angles.

A CNN model is used for prediction of the angles. L2 Loss function is used along with Adam optmizer and atan (inverse of tan) as activation function.

Basic flowchart of the complete process is given below- flowchart

Firstly, run train.py to train the model and save the trained model. Use run_dataset.py to get live results as shown below.

Screenshot of the final application is shown below. Screenshot from 2021-05-08 08-10-17

About

Steering wheel angle prediction by using dashcam images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages