patrikhuber / eos

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

Can the output vertices be changed? #333

Closed Marc-lu closed 2 years ago

Marc-lu commented 3 years ago

Output vertices are always 3448, Can it be changed to other value?

patrikhuber commented 2 years ago

Hi, sorry for the late reply. I suspect this is no longer a current question, but in any case: A 3DMM mesh has a fixed number of vertices. If you want a different number of vertices, you could post-process the mesh, or use a different morphable model.