This repository has the implementation of a self-driving car's steering wheel component i.e. predicting the angle of rotation of steering wheel with respect to front board video as sensory input, using various deep learning algorithms.
Problem is to implement a self driving car’s steering wheel component with front board video as sensory input. The software component of deciding the angle of rotation of the steering wheel according to the curvature of the road is implemented in this project.Various deep learning methods are used and their performances is compared in this domain. Major Goal was be to reduce the training log loss and improve accuracy.
Dataset is available on google drive link - https://drive.google.com/file/d/1GPp6Q2GpQcJSrsGpUUcRzLZpN7qjPaaX/view?usp=sharing
Detailed Report of Implementation and Analysis is avaliable in report at Project Report Folder.