A Deep Learning based python command line application to detect face mask in the image as well as in the live streaming video. Built over Mobile Net version 2 as base model and a custom CNN architecture as head model.
- For detection of mask in image
python detect_mask_image.py --image examples/example_01.png - For detection of mask in video
python detect_mask_video.py