Skip to content

Subham-Neogi/masked_face_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RECOGNIZING MASKED FACES USING Single Shot Detectors (SSD) and CNN

Using the pretrained OpenCV’s deep learning face detector which is based on the Single Shot Detector (SSD) framework with a ResNet base network and CNN + Binary Classifier trained on RMFD dataset, the program identifies whether people are wearing a mask.

Usage

python scripts/face_detection_video.py --prototxt models/deploy.prototxt.txt --model models/res10_300x300_ssd_iter_140000.caffemodel --saved checkpoint/

Demo

MASK DETECTOR DEMO

Requirements

Tensorflow 2

pip install --upgrade pip

pip install tensorflow

matplotlib

pip install matplotlib

opencv-python

pip install opencv-python

imutils

pip install imutils

Releases

No releases published

Packages

No packages published

Languages