mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

Side Profile Issue

Open aylinSyntonym opened this issue 1 year ago • 1 comments

MediaPipe Solution (you are using)

Face Lanmarks

Programming language

Python

Are you willing to contribute it

Yes

Describe the feature and the current behaviour/state

When faces turn to their side profiles, deviations occur in landmark estimation. For this reason, unfortunately, the masks produced in use cases such as AR provide a bad user experience because they cannot fit properly on the face.

Will this change the current API? How?

No response

Who will benefit with this feature?

No response

Please specify the use cases for this feature

The masks produced in use cases such as AR provide a bad user experience because they cannot fit properly on the face.

Any Other info

No response

aylinSyntonym avatar Sep 08 '23 12:09 aylinSyntonym

Could this be a duplicate of the issue https://github.com/google/mediapipe/issues/4759 I raised a little earlier?

My ticket is about the facialTransformationMatrixes for the landmarks being off when the face is not centered in the view.

I also don't think either one of these issues is programming language (python vs JS) dependent, rather it looks like generally there is a bug in the algorithm for estimating the face-pose.

Bersaelor avatar Oct 10 '23 09:10 Bersaelor