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

mtcnn: self.thresholds, self.nms_thresholds,self.factor What does it mean? How do I tweak it? #122

Open
martinenkoEduard opened this issue Aug 25, 2022 · 1 comment

Comments

@martinenkoEduard
Copy link

What is the meaning of these variables?

self.min_face_size = 20
self.thresholds = [0.5,0.5,0.5]
self.nms_thresholds = [0.6, 0.6, 0.6]
self.factor = 0.60

How do I tweak them?
What is the best mtcnn weights?

@spider853
Copy link

have the same question about thresholds, what these 3 values mean?

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