Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 887 Bytes

File metadata and controls

23 lines (18 loc) · 887 Bytes

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!