Closed Dentrax closed 5 years ago
FIX:
Please add this line to singleface.py in line #21
cascade_classifier = cv2.CascadeClassifier('haarcascade_frontalface_default.xml')
P.S: I'm sorry I didn't send PR
Thanks for pointing this out. It will be fixed.
cascade_classifier = cv2.CascadeClassifier('haarcascade_frontalface_default.xml') what is meaning of this line . Can you explain pleases?
I'm getting this error when i run program with:
python model.py singleface
File structure:
Full Traceback: