- Repo contains two .ipynb notebooks Notebook contains Code for Data Preprocessing and Training using Face Detector Model built from scratch using Keras Notebook Contains Code for Data Preprocessing and Training using Finetuned MobileNetV2 model pretrained on imagenet dataset for face mask detection
Face Mask Detector is built using multi-step approach by extracting face of person using HaarCascades & passing it to mask detection model
1.Results on test data
2.Results on Random Images from google
3.If Face is not detected by Haar Cascades, whole image is fed to model and model performs fine on it