AminuIsrael / faceMaskDetector

Building a simple facemask detector using Deep Learning(Keras) and OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faceMaskDetector

Building a simple facemask detector using Deep Learning(Keras) and OpenCV

How to use:

  • Install the packages in the requirements.txt file
  • To detect facemask on your computer screen as a video, use the following command
    python detect_mask_video.py
    
  • To detect facemask in an image, use the following command
    python detect_mask_image.py --image examples/<image_name>
    

About

Building a simple facemask detector using Deep Learning(Keras) and OpenCV


Languages

Language:Python 100.0%