-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Smile detection? #5
Comments
Yes, have a look at http://auduno.github.io/clmtrackr/examples/clm_emotiondetection.html You could probably use the "happiness"-detector as a smile-detector. |
Hi @auduno, big thanks for this super cool library :) I think I understand how the facial landmark detection works. But how did you implement the emotion detection? Did you also train a model on labeled data for this? Or did you somehow have heuristics (something like "if the landmarks representing the eyebrows go up relatively to the rest of the landmarks, call it a 'suprised' emotion")? I found the parameters of the emotionModel. But I don't know how you came up with these? |
Ok found the other thread about this, consider my question resolved :P Thanks! |
Is it possible to use clmtrackr for smile detection?
The text was updated successfully, but these errors were encountered: