unclearness/blendshape_line2d_fitting

The scaling factor between the coordinate system of the vertices in obj and the real world coordinate system

Closed this issue · 1 comments

Hi have you tested the EyelidModel? is the unit is mm?
I used to reconstruct two views of left and right eye picture.
but I cannot get the corrected reconstructed mesh.
have you tried to fit with multi-view ?
image

I used orthogonal projection with pixel-unit in my demo.py because I don't know the camera parameters of a test image taken from the internet. It works fine for a single view.
Although the original paper is designed for a single view, a multi-view fitting would be possible.
If you want to fit the eyelid model to multi-view images, you need to implement proper projection with pre-calibrated camera parameters (intrinsic and extrinsic) of each view.