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
File "./faceswap.py", line 208, in
mask = get_face_mask(im2, landmarks2)
File "./faceswap.py", line 120, in get_face_mask
color=1)
File "./faceswap.py", line 111, in draw_convex_hull
points = cv2.convexHull(points)
TypeError: points data type = 9 is not supported
The text was updated successfully, but these errors were encountered:
Was wondering if anyone else got this error...
Here is the full traceback:
File "./faceswap.py", line 208, in
mask = get_face_mask(im2, landmarks2)
File "./faceswap.py", line 120, in get_face_mask
color=1)
File "./faceswap.py", line 111, in draw_convex_hull
points = cv2.convexHull(points)
TypeError: points data type = 9 is not supported
The text was updated successfully, but these errors were encountered: