This project using python 3.6
cd mask-detector
workon mask
- Comment the opencv-python in requirements.txt
pip install -r requirements.txt
python TFLite_detection_webcam.py --modeldir=TFLite_model
cd mask-detector
- activate venv
pip install requirements.txt
python TFLite_detection_webcam.py --modeldir=TFLite_model
TFLite_model is made by https://github.com/wangyifan411/Face-Mask-Type-Detector