patrikhuber / eos

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

How to transform a side face into a frontal face #327

Closed spy78111 closed 2 years ago

spy78111 commented 3 years ago

now ,I have a side face and I wish to transform it into a front face. how to do this by eos library ? thanks very much

patrikhuber commented 2 years ago

Hi, sorry for the late reply. I suspect this is no longer a current question, but in any case: You can use the eos renderer, and supply an identity model-view matrix, which will result in a frontal rendering. Alternatively you can save the obj and use any renderer you wish (e.g. Blender or something in Python).