Repo contains slides and code for workshop of DataFestOnline 2020.
The slides present convolutional neural networks and code used for model training to detect face mask on person.
Soso Sukhitashvili - linkedin
Nodo Okroshiashvili - linkedin
Git clone this repo
Create conda env and install requirements:
conda create --name workshop python==3.7
conda activate workshop
pip install -r requirements.txt
Run mask detection code: python test_video.py
-
Tutorial about convolutional neural networks
-
Tutorial to built a face mask detector for COVID-19 using PyTorch
-
Tutorial to built a face mask detector for COVID-19 using TensorFlow
Face mask detection and model training code is taken from this nice tutorial.