jeeliz/jeelizFaceFilter

Emotion/expression detection

sliktrik opened this issue · 3 comments

would it be possible with jeeliz to detect anger, happiness, disgust etc?

Any suggestions on how to achieve this?

Hi,

First you have to use https://github.com/jeeliz/jeelizWeboji instead of FaceFilter.
So that you get 11 face morph coefficients.
Then you have to bind the face morph coefficients to the emotions.
The easiest way is a linear association. For each expression you associate a weight to the expression detection. Then you apply a threshold and you choose the expression which has the higher score.

Best,
Xavier

In this issue, @abhilash26 propose a solution based on Jeeliz Weboji to detect high level face expressions: jeeliz/jeelizWeboji#25 (comment)