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

Improve accuracy and stabilization? #169

Closed
veetechh opened this issue Dec 14, 2018 · 11 comments
Closed

Improve accuracy and stabilization? #169

veetechh opened this issue Dec 14, 2018 · 11 comments

Comments

@veetechh
Copy link

is there any easy way to improve to the accuracy and stabilize landmarks? trying with TINY_FACE_DETECTOR on mobile, sometimes landmarks go out of the face.

@justadudewhohacks
Copy link
Owner

There are no parameters to tune the landmark prediction process, if that was your question.

@veetechh
Copy link
Author

Okay .. are you planning for any release to address this? thanks

@justadudewhohacks
Copy link
Owner

Can you show some screenshots please of what you mean by "sometimes landmarks go out of the face."?

@veetechh
Copy link
Author

capture3

Here you can see the landmarks are bit misplaced.

@justadudewhohacks
Copy link
Owner

justadudewhohacks commented Dec 16, 2018

Hmm strange, they really look a bit off, are you using the default or the tiny model?

Also keep in mind that the models are designed to run at realtime rather than providing state of the art accuracy.

@veetechh
Copy link
Author

tiny_face_detector_model-shard1 and face_landmark_68_model-shard1

@veetechh
Copy link
Author

I observed this usually happens when the face is near to camera.

@veetechh
Copy link
Author

is there any solution to this?

@justadudewhohacks
Copy link
Owner

Also depends on the input size of the tiny face detector and how large the face appears in your image. What's the input size you are using for the face detector? Try increasing the input size a bit, maybe the faces are just too small, which will make them become blurry inputs.

@veetechh
Copy link
Author

veetechh commented Jan 2, 2019

Increasing input size to 224 has improved the landmarks positions. But quite misplaced at the edges when I turn right. And the landmarks are bit shaky. The face covers more than 1/4 of camera preview. thanks

@justadudewhohacks
Copy link
Owner

Closing because the actual question of this issue seems to be answered.

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