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 Detection #12

Open
melih-unsal opened this issue Oct 18, 2019 · 1 comment
Open

Face Detection #12

melih-unsal opened this issue Oct 18, 2019 · 1 comment

Comments

@melih-unsal
Copy link

Which face detection model would you suggest before giving the input to the network? For different types of face detection models, I got different results which is easily predictable since the boundaries are changing.

@rasbt
Copy link
Member

rasbt commented Oct 18, 2019

We used the frontal face detector in DLIB for CACD, for example. There are probably better ones but this one seemed quite reliable and was easy to use off-the-shelf. The example code for that can be found here: https://github.com/Raschka-research-group/coral-cnn/blob/master/datasets/image-preprocessing-code/preprocess-cacd.py

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