All Projects → chenjun2hao → Facemask

chenjun2hao / Facemask

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

Programming Languages

python
139335 projects - #7 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].