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

Face alignment using landmarks - Android #13

Open
ybloch opened this issue Sep 21, 2020 · 6 comments
Open

Face alignment using landmarks - Android #13

ybloch opened this issue Sep 21, 2020 · 6 comments

Comments

@ybloch
Copy link

ybloch commented Sep 21, 2020

Thank you for the amazing project!
I did not see that you did face alignment based on landmarks before feeding the model, did I miss it in the code?
Are there any plans to add this?

@estebanuri
Copy link
Owner

estebanuri commented Sep 21, 2020 via email

@ybloch
Copy link
Author

ybloch commented Sep 21, 2020

I think the reason you did not see a significant improvement is because you did not use the same method they used in the original insight-face repo ...
From tests I did in Python on the original repo, I remember it had a significant effect on accuracy.

I saw in this repo he made alignment in their same method, with mtcnn, and their 5 landmarks is:
right eye, left eye, nose, left side mouth, right side mouth.

Maybe if you try to use his method in your project you will see significant improvement...

@estebanuri
Copy link
Owner

estebanuri commented Sep 22, 2020 via email

@ybloch
Copy link
Author

ybloch commented Sep 22, 2020

Hello Uri,
Sorry, I did not read your first comment carefully... ;)
So we conclude that it has a positive effect, do you have any plans to add face alignment to your Android project?

@raja259
Copy link

raja259 commented Oct 8, 2020

Hi

It's a request to add face alignment to your Android project as this will increase the accuracy and also while taking picture for the recognition we can check that both eyes both ears forehead and chin landmark should have good values so recognition will take less time and more accurate and picture captured is good enough for the recognition purpose.

Currently I am facing lot of problems as side photos are getting captured and those are not recognizable and there matching criteria is higher then .75 which we have made default.

Thanks in advance

@ybloch
Copy link
Author

ybloch commented Oct 9, 2020

Hello @estebanuri,
can you please share with me the python script you used for testing the MobileFAceNet TF-lite model?

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

3 participants