/covid-mask-detector

Detect whether a person is wearing a mask or not

Primary LanguagePythonMIT LicenseMIT

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