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
- If we want to execute it on an image . Then, follow the following command
python main.py --img-path /path/to/your/image
- 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