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

Unstable head pose #30

Closed
Tobias-Fischer opened this issue Aug 20, 2019 · 1 comment
Closed

Unstable head pose #30

Tobias-Fischer opened this issue Aug 20, 2019 · 1 comment

Comments

@Tobias-Fischer
Copy link
Owner

A student of @hjchang reported the following issue:

When I cover half of my face with my hand, rt_gene gives me an incorrect head pose estimation. I guess the cause of the problem is that the program recorded the rotation matrix and translation matrix of the last time, because when I occlude half of the face, the face recognition module will still detect the face normally, but will give a face landmark with large error (See the attached picture for details). At this time, if we use this face landmark to calculate the rotation matrix and translation matrix, we will get the wrong answer, and it will influence the next round calculation.

He expects the issue in the following code: https://github.com/Tobias-Fischer/rt_gene/blob/master/rt_gene/src/rt_gene/extract_landmarks_method.py#L335-L347

/cc @twarz @ngageorange

@Tobias-Fischer
Copy link
Owner Author

Fixed with #31

Thanks @ngageorange!

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

No branches or pull requests

1 participant