You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "test.py", line 85, in
apply(img)
File "test.py", line 35, in apply
faceImg, data = getNormalizedFeatures(img, False)
File "/home/ailab/ai_code/Face-Reading/utils.py", line 105, in getNormalizedFeatures
faceImg = fa.align(img, gray, rects[0])
File "/home/ailab/anaconda3/envs/py37/lib/python3.7/site-packages/imutils/face_utils/facealigner.py", line 61, in align
M = cv2.getRotationMatrix2D(eyesCenter, angle, scale)
TypeError: Can't parse 'center'. Sequence item with index 0 has a wrong type
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "test.py", line 85, in
apply(img)
File "test.py", line 35, in apply
faceImg, data = getNormalizedFeatures(img, False)
File "/home/ailab/ai_code/Face-Reading/utils.py", line 105, in getNormalizedFeatures
faceImg = fa.align(img, gray, rects[0])
File "/home/ailab/anaconda3/envs/py37/lib/python3.7/site-packages/imutils/face_utils/facealigner.py", line 61, in align
M = cv2.getRotationMatrix2D(eyesCenter, angle, scale)
TypeError: Can't parse 'center'. Sequence item with index 0 has a wrong type
The text was updated successfully, but these errors were encountered: