Skip to content

This mask detector uses Haar Cascade classifiers to detect Yes eyes, No nose, No mouth to determine if the person has their nose and mouth covered

Notifications You must be signed in to change notification settings

sanaro99/MaskDetector

Repository files navigation

Mask Detector

This model uses Haar Cascade classifiers to detect Yes eyes, No nose, No mouth to ensure that mouth and nose are covered.

Traditional approach is to train a convolutional neural network on masked and non masked images. Haar classifiers are faster as compared to a CNN an don't require model training time.

The below webcam stream recording shows how the model performs :-

Webcam stream

About

This mask detector uses Haar Cascade classifiers to detect Yes eyes, No nose, No mouth to determine if the person has their nose and mouth covered

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published