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

Low accuracy in recognition models #20

Open
sadimoodi opened this issue Nov 17, 2021 · 3 comments
Open

Low accuracy in recognition models #20

sadimoodi opened this issue Nov 17, 2021 · 3 comments

Comments

@sadimoodi
Copy link

Hello,
I am facing very low accuracy in both recognition models (ArcFace and MobileFace), no matter how i play with the input params (such as Rec_thresh), i am not getting good results at all.
what could be wrong?

@littletomatodonkey
Copy link
Owner

You can try only-det mode to find out whether the detector is the bottleneck, and the index is built by the recognition model on friends, you can try to see whether the index is right.

@sadimoodi
Copy link
Author

sadimoodi commented Nov 18, 2021

I have tried setting the args.det = True and i can confirm that it FAILS to detect big faces, such as:
Mike
however, i don't face an issue in medium size faces.
BIG problem: recognition is very poor even on medium size / very clear faces
something seems to be fundamentally wrong with this library as i have tried changing all params and nothing worked
Note: I surely rebuilt the index.bin file to suit my images database

@littletomatodonkey
Copy link
Owner

yes, the current small detection model does not perform well on image with medium or large face, you can try replace the model with other models.

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