choyingw / SynergyNet

3DV 2021: Synergy between 3DMM and 3D Landmarks for Accurate 3D Facial Geometry
MIT License
372 stars 56 forks source link

Camera Intrinsic for projecting the mesh and the landmarks #25

Open AyushP123 opened 1 year ago

AyushP123 commented 1 year ago

Hi,

I hope you are doing well. I wanted to ask, what is the camera intrinsic that you consider while projecting the mesh and landmarks back to the 2D image?

choyingw commented 1 year ago

This work and other work using 300W-LP for training didn’t get exact metric scale, and all the units are in pixels including the gt landmarks. Projecting 3D to 2D simply take the first two components.

choyingw commented 1 year ago

You can align scale to meters by some prior(like outer interocular distance) or do scaled-ICP