face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...
Abstract: This study proposes a hybrid framework for optimizing last-mile delivery routes that combines Genetic Algorithm (GA), Integer Programming (IP), and machine learning (ML)-based clustering and ...
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: 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 ...