cvzone
cvzone copied to clipboard
AttributeError: module 'mediapipe.python.solutions.face_mesh' has no attribute 'FACEMESH_CONTOURS'
in findFaceMesh: self.mpDraw.draw_landmarks(img, faceLms, self.mpFaceMesh.FACEMESH_CONTOURS, AttributeError: module 'mediapipe.python.solutions.face_mesh' has no attribute 'FACEMESH_CONTOURS'
Can't understand, what's wrong, because this attribute exists in mediapipe.python.solutions.face_mesh.
I replaced 'FACEMESH_CONTOURS' with 'FACE_CONNECTIONS'
For godsakes, FACE_CONNECTIONS and FACEMESH_CONTOURS both are not working