patrikhuber / eos

A lightweight 3D Morphable Face Model library in modern C++
Apache License 2.0
1.91k stars 597 forks source link

how to control motion of eyes,eyebrow? #199

Closed chenloveheimei closed 6 years ago

chenloveheimei commented 6 years ago

hi,guy.thank your for your code and reading my poor English. My name is Long. Question: 1.the program can control the mouth to open or close.but i want to add another control,such as eyes ,eyebrow?how do you tell me some ideas? Thank you for your ideas.

patrikhuber commented 6 years ago

Hi,

You probably need a landmark detector that can track the eyebrow movements reliably. For the 3D modelling side of things, some of the SFM blendshapes do raise the eyebrows, but for your application you may want to consider having a distinct blendshape for raising the eyebrows. I suggest you get more familiar with the basic literature in this field. Thanks!