Skip to content

A quick tool to detect a face followed by a face mask. This project was done to improve my object detection skills in Python.

Notifications You must be signed in to change notification settings

helich0pper/DetectFaceMask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What does this tool do?

  1. Detects and highlights a face using your device camera
  2. Detects if the face has a mask on or not
  3. Displays feedback as shown below

Demo

Original can be found here

How does it work?

All pre-trained deep neural network models used are in the models folder.
The datasets used to train the modules can be found here.
Dataset details:

  • 2165 images with a mask
  • 1930 images without a mask

How to use?

  1. git clone https://github.com/helich0pper/DetectFaceMask.git
  2. cd DetectFaceMask
  3. pip install -r requirements.txt
  4. python detect_mask.py
  5. Always wear a mask in public. Stay safe!

About

A quick tool to detect a face followed by a face mask. This project was done to improve my object detection skills in Python.

Resources

Stars

Watchers

Forks

Languages