Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 597 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 597 Bytes

MaskDetection

This is an application which can be used to check whether a person is wearing a mask or not. It uses deep learning model framework mxnet , openCV and Python. To read more on mxnet go to the website MxNet

The way to execute the above application is

  1. If we want to execute it on an image . Then, follow the following command
    python main.py --img-path /path/to/your/image
  2. If we want to execute it on the video captured by the web camera then, follow the following command
    python main.py --img-mode 0 --video-path 0