face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...
A real-time Driver Drowsiness Detection System built using Python, OpenCV, MediaPipe, and Django. The system monitors the driver's eyes through a webcam and detects drowsiness based on eye movement ...
Abstract: The real time detection of traffic signs and road lanes is necessary to allow safe and efficient & self-navigating system operation. This paper proposes a real-time detection system that ...
Abstract: This paper proposes a set of optimization algorithms to improve the correction accuracy and robustness in order to solve the problems of edge detection bias, feature point mismatching and ...