Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 922 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 922 Bytes

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