anhttran / 3dmm_cnn

Regressing Robust and Discriminative 3D Morphable Models with a very Deep Neural Network
Other
857 stars 254 forks source link

cropped image 3d translation issue #18

Closed kiakaviani closed 7 years ago

kiakaviani commented 7 years ago

In pose estimation cpp project, estimation is based on cropped image created by 2d-landmark positions, then in visualization we must use cropped image to project 3d model and rasterize it. If I use full image then translation and scale is false. I have fixed the scale problem by multiplying 3d model with scale calculated in getCroppedIm method, but translation is not fixed. What is the solution for full image visualization? Thank you.