-
Notifications
You must be signed in to change notification settings - Fork 108
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
Example precision? #21
Comments
Hi, I think the problem is that the learned model available on the webpage is still quite weak. It was learned on around 3,500 examples only for the whole multi-view scenario (i.e. 5 yaw ranges). It could be also interesting to visualize the face box as well. I believe some precision gain might be obtained by stabilizing the noisy face detection (e.g. by a Kalman filter). |
Hi @RafaRuiz, I almost forgot to ask, do you use |
Hello @uricamic, This is the new code. Basically I added the example of the main function:
Detect and Display function
and this is the result: |
Also tried with:
working in the same way |
Hi @RafaRuiz, call I am sorry for this inconvenience, it is not described anywhere yet, but there is an old version of computing features for compatibility reasons (our previous version of the library called flandmark). The difference in |
now it seems to be more stable! Thank you very much for your answers, I can't see the moment to start playing with this ;) |
Glad to hear that! :) I will upload the learning scripts for MATLAB soon and Python interface will follow up shortly. |
@RafaRuiz Hi, can you write any instructions about setting up it using Xcode, tried but failed.... |
Hello, thanks again for answering my last question, I think this is the last one.
I've used facial landmarks before but not this library, so I'm discovering it indeed :).
So, I tried to copy and paste your example in Xcode, the
video_input.cpp
. Just to be correct, I'm pasting it as I have it: (I just removed or added some irrelevant information):and the result is this at the moment:
GIF:
seems like flies around my face :)
Do you have any clue? these are the cascade and model:
thank you very much in advance.
The text was updated successfully, but these errors were encountered: