A Comparative Study of CNN Models for Real-Time Driver Drowsiness Detection
摘要
The Drowsiness Detection model presented in this research work utilizes an advanced Convolutional Neural Network (CNN) model to monitor driver alertness through real-time eye state analysis. By utilizing deep learning and computer vision, it detects early signs of drowsiness by tracking eye closure duration and frequency, providing a non-intrusive, highly accurate solution to mitigate fatigue-related accidents. The model architecture is based on InceptionV3, optimized with custom layers to enhance the classification accuracy for eye states (open or closed). Real-time functionality is supported through OpenCV and Pygame for continuous video monitoring and immediate audio alerts.