patrikhuber / eos

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

Blinking eyes #223

Closed ChriswooTalent closed 5 years ago

ChriswooTalent commented 5 years ago

Hi,partrikhuber: I installed eos on my computer and can run the example, it was amazing. Thank you for sharing your code. But I found some problem, when I finished reconstruction of the 3D face, I found that the rendering of the face can only detect the opening and closing of the mouth, When I blinked my eyes,the eyes of the face model did not move, why this happen? Is that the lower-resolution model do not catch the blinking of eyes?

patrikhuber commented 5 years ago

Hi @ChriswooTalent, There's no mechanism to detect blinking in eos. Blinking could be handled in different ways - e.g. by a separate eye/eyelid model, or blink blendshapes. It's quite an application-specific task. I suggest that if you need it, you implement whichever solution is most appropriate for your circumstances. I think there might also be one or two related closed issues here, if you search for "eye" or "blink" or something like that.