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

RFE: More than one face detection model pr image #6

Open
plysdyret opened this issue Feb 1, 2020 · 0 comments
Open

RFE: More than one face detection model pr image #6

plysdyret opened this issue Feb 1, 2020 · 0 comments

Comments

@plysdyret
Copy link

plysdyret commented Feb 1, 2020

Detecting and recognizing faces seems to be difficult since I get very few faces detected but persons are detected just about every time.

I would like an option to do multiple face detection passes with different models to improve the odds of finding faces, like HOG, CNN, Caffe and whatnot instead of just picking one.

For saving unknown faces you could just loop over all selected models and save the crops but some more logic might be needed for returning coordinates to avoid intersections. Perhaps just something simple like the first hit, or some math to ensure no intersections/duplicates.

Thanks!

@plysdyret plysdyret changed the title RFE: More than one face detection "algorithm" pr pass RFE: More than one face detection model pr image Feb 1, 2020
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

1 participant