All Projects → jason9075 → mask_checker

jason9075 / mask_checker

Licence: other
臉部口罩檢測

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mask checker

InsightFace-REST
InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Stars: ✭ 308 (+893.55%)
Mutual labels:  mask-detection
facemask-detection
In-browser Real-time Mask Detection | Deployment part. Based on NCNN and Web-Assembly.
Stars: ✭ 26 (-16.13%)
Mutual labels:  mask-detection
Face-Mask-Detection-PyTorch
A real-time face mask detector based on computer vision and deep learning, created using Pytorch and OpenCV
Stars: ✭ 12 (-61.29%)
Mutual labels:  mask-detection

Mask Checker 簡易臉部口罩檢測

image

最近武漢肺癌很嚴重,公司同事聊到說可不可能做一個口罩偵測的模型,就做了這個Side Project。

模型用 tf.keras 內建的預訓練模型 MobileNetV2 來訓練,資料集從網路上找有/無口罩各400張的臉而成。

模型下載

使用方法

準備好資料集後,執行 train.py 可進行訓練。 將預訓練模型放到 exported 底下,執行 webcam_demo.py 可開啟鏡頭測試。

備註

本專案仍非常簡陋,在遇到用手遮擋嘴巴的狀況下,人會辨識為有戴口罩,若要加強此部分,請在訓練資料集中多加入特殊樣本。

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].