Real Time Face Mask Detection
Summary
- Used VGG-19 to train on a publicly available kaggle dataset on masked/non-masked faces and obtained an accuracy of 99.8%.
- Used the haarCascades to detect the face in a real-time video and then apply our model to check whether the user has worn a mask or not.