Skip to content

This is an application which can be used to check whether a person is wearing a mask or not. It uses deep learning models , openCV and Python. The rest of the link of the application is given here

License

Notifications You must be signed in to change notification settings

mysteriousCoder9991/Mask_Detection

Repository files navigation

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

About

This is an application which can be used to check whether a person is wearing a mask or not. It uses deep learning models , openCV and Python. The rest of the link of the application is given here

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages