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

Are there any method to detect false recongized faces? #321

Open
carck opened this issue Nov 4, 2021 · 2 comments
Open

Are there any method to detect false recongized faces? #321

carck opened this issue Nov 4, 2021 · 2 comments

Comments

@carck
Copy link

carck commented Nov 4, 2021

The score is very high "99".

a out

@fengyuentau
Copy link
Collaborator

Are you using the latest version? I tried with your image but no false postives detected with score_threshold=0.99f (default was 0.5f):

detection_output(mbox_priorbox, mbox_loc, mbox_conf, mbox_iou, 0.3f, 0.99f, 1000, 100, facesInfo);

link to the above line

@carck
Copy link
Author

carck commented Nov 8, 2021

@fengyuentau Firstly, thanks for the reply, i am not using latest version, and i checked latest model , no false positive is detected now.

My quesiotn is more like a generic question, as i understand false positive is anyway possible, and i did see false positive with latest model on other pictures.

I can upload the file if needed.

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