facemask icon indicating copy to clipboard operation
facemask copied to clipboard

口罩检测。凑个热闹,和百度类似的是否佩戴口罩检测分类,但是速度会更快。

facemask


Introduction

Face_mask is a fast mask detection classifier that utilizes pytorch


Installation

Try and start with

1. use pip 
pip install facemask
2. clone the code
git clone https://github.com/chenjun2hao/facemask

Use

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