Face_mask is a fast mask detection classifier that utilizes pytorch
Try and start with
1. use pip
pip install facemask
2. clone the code
git clone https://github.com/chenjun2hao/facemask
download the pretrained model from BaiDu, password: fq1s
import facemask
model = facemask.FaceMaskDetector(modelpath)
model.detect_image_show(image_path)
# or just return the detect results
bboxs = model.model(image_path) # bbox_coordinate, confidence, label