/Maskifier

Maskifier helps detect people who don't wear masks during a coronavirus pandemic.

Primary LanguageJupyter Notebook

Maskifier

Maskifier helps detect people who don't wear masks during a coronavirus pandemic.

Setup (Local)

  1. You need a WebCam and NVIDIA GPU
  2. Install CUDA v11.0 and cuDNN v8.0
  3. Create an Environment with Python 3.8
  4. Download the Pre-Release (Source code and both .weights files)
  5. Put both .weights files in the YOLO Folder
  6. CD into MAIN Folder
  7. pip install -r requirements.txt
  8. python Maskifier_Inference.py
  9. You're Done :)

Setup (Google Colaboratory)

  1. Open Maskifier (Google Colaboratory).ipynb in Google Colaboratory
  2. You're Done :)