patrikhuber / eos

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

Wrong alignment when using a different landmark detector #279

Closed ZHANG-SHI-CHANG closed 4 years ago

ZHANG-SHI-CHANG commented 4 years ago

hello, eos is a good job! thks~ I meet some problems when reduce the points num by change a landmark detector, the result is bad。 image image can you give some advice? thx~

patrikhuber commented 4 years ago

Hi,

My guess is that you've got the landmark mappings wrong. Make sure to get the 2D landmark -> 3D vertex indices mapping correct. Please debug and understand your code. Thanks!

ZHANG-SHI-CHANG commented 4 years ago

Hi,

My guess is that you've got the landmark mappings wrong. Make sure to get the 2D landmark -> 3D vertex indices mapping correct. Please debug and understand your code. Thanks!

solved it, thx~