Repo contains slides and code for workshop of DataFestOnline 2020. The slides present convolutional neural networks and code used for model training for detection of face mask on person.
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
Face Mask detection and model training code is taken from this nice tutorial.