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

Coordinates of facial features are messed up if face is upside-down. #100

Open
s1saida opened this issue Sep 6, 2020 · 1 comment
Open

Comments

@s1saida
Copy link

s1saida commented Sep 6, 2020

If the face is upside-down, the mouse's coordinates should go above eyes'. But the actual coordinates are still like eyes are above mouse.
I tried to draw left/right eye in red/blue, nose in yellow, mouse in gree, and here is the demo:

Upright faces:
upright

Upside-down faces:
upside-down

@igorgad
Copy link

igorgad commented Sep 14, 2020

I´m facing a similar issue with rotated faces at 90 and -90 degrees. To overcome, I´ve implemented a rotational detector, which rotates the image by 45 degrees at each step and performs another detection, then I reduce each keypoint (left eye, right eye, etc) based on the median.

It works, but it´s very time-consuming. I wish there was another way to detect rotated faces

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

2 participants