Photo by NipaThis project is a deep learning object detection problem that aims to predict if a driver is in a drowsy or awake state to avoid fatal and serious accidents in real-time for driver health and safety. Several deep learning models were trained for this project and the SSD MobileNet V2 had the best performance among the model trained.
The following task were carried out in this project:
Utilized Python to develop an supervised deep learning drowsiness detection system model using techniques such as SSD MobileNet V2 FPNLite 320x320 algorithm for detecting the facial key attributes as fatigue
To predict drowsy driver using a detection box by combining the features of the facial expression on 1.83 GB of the unstructured dataset using TensorFlow Object Detection API, which accomplished total precision & recall by approximately 88%
Training and testing were implemented on Jupyter Notebook