Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(headPoseEstimation): Rename attribute name according to changes in mediapipe library. #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xmajzel
Copy link

@xmajzel xmajzel commented Oct 8, 2022

Mediapipe library has renamed attribute name, causing following error:

AttributeError: module 'mediapipe.python.solutions.face_mesh' has no attribute 'FACE_CONNECTIONS'

Resources:

@xmajzel
Copy link
Author

xmajzel commented Oct 8, 2022

Alternatively FACEMESH_CONTOURS attribute can be used, see attached photos for differences bellow.

FACEMESH_CONTOURS:
FACEMESH_CONTOURS

FACEMESH_TESSELATION:
FACEMESH_TESSELATION

@xmajzel
Copy link
Author

xmajzel commented Oct 28, 2022

@niconielsen32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant