EvilPort2/Face-Recognition

Encountering error

Opened this issue · 3 comments

Traceback (most recent call last):
File "faceRecognizeMain.py", line 3, in
from py.recognize import faceRecognize
File "/home/vibhav/Downloads/Face-Recognition-master/py/recognize.py", line 36
cv2.rectangle(img, (x, y), (x + w, y + h), 2)
^
TabError: inconsistent use of tabs and spaces in indentation

try replacing every tab with 4 spaces

Traceback (most recent call last):
File "save_face.py", line 6, in
from imutils import face_utils
ModuleNotFoundError: No module named 'imutils'

try pip install imutils in a terminal or command prompt