Face-Mask-Detection-PyTorch
Face-Mask-Detection-PyTorch copied to clipboard
requirements.txt is incomplete
i ran requirements.txt and after running
python app.py
It told me no module named tqdm
python faceDetect.py
ModuleNotFoundError: No module named 'torch'
Okay, I will add it. I forgot adding these. Actually this is the first time I created an Open Source Application so I don't know how to make proper requirement files. 😷