Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 492 Bytes

FaceMaskDetector

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>