-
Notifications
You must be signed in to change notification settings - Fork 341
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
Custom Face Detector #96
Comments
Yeah, you can use your own by subclassing: https://github.com/dpressel/rude-carnie/blob/master/detect.py#L5 It currently requires a small tweak to the code base. Basically subclass in detect.py and then in https://github.com/dpressel/rude-carnie/blob/master/utils.py#L167 |
I know this ,but not easy as you said |
Im not sure how it actually could be any easier. I could make it a plugin but that adds complexity to the program. Subclassing is intuitive, the interface is quite simple and the factory method comes down to adding a key. Unclear what would be easier |
Can we fine tune the face detector or perhaps use our own ?
The text was updated successfully, but these errors were encountered: