arthtalati / covid-mask-detector

Detect whether a person is wearing a mask or not

Home Page:https://medium.com/@jad.haddad92/how-i-built-a-face-mask-detector-for-covid-19-using-pytorch-lightning-67eb3752fd61

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 Face Mask Detector

samples

Reproduction

git clone git@github.com:JadHADDAD92/covid-mask-detector.git
cd covid-mask-detector

Training

python -m covid-mask-detector.train

Testing on videos

python -m covid-mask-detector.video modelPath videoPath

Usage

Usage: video.py [OPTIONS] MODELPATH VIDEOPATH

  modelPath: path to model.ckpt

  videoPath: path to video file to annotate

Options:
  --output PATH  specify output path to save video with annotations

Check Medium post

About

Detect whether a person is wearing a mask or not

https://medium.com/@jad.haddad92/how-i-built-a-face-mask-detector-for-covid-19-using-pytorch-lightning-67eb3752fd61

License:MIT License


Languages

Language:Python 100.0%