-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Switch to OpenCV face detection? #36
Comments
Hi! I am using your code to track people in a crowded scene, and would like to know if it is possible to incorporate another type of face detector. For example, a CNN based tiny face detector. For now I am using your python notebook given in the doc folder. Edit: grammar |
For now, there is no easy API do so (and probably won't be in the near future). But I guess you could simply update the Face class that currently relies on dlib API.
I would gladly consider a pull request making it easier to switch face detector... |
Thank you! I will definitely take this up once I get the time. |
go through this link |
https://www.learnopencv.com/face-detection-opencv-dlib-and-deep-learning-c-python/
The text was updated successfully, but these errors were encountered: