guoqiangqi / PFLD

Implementation of PFLD A Practical Facial Landmark Detector , reference to https://arxiv.org/pdf/1902.10859.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How accurate euler angle estimation?

mrgloom opened this issue · comments

How accurate euler angle estimation? i.e. is there any data with ground truth yaw, pitch, raw to compute error introduced by solvepnp method?

Can you elaborate on how f_x was estimated?

f_x = c_x / np.tan(60/2 * np.pi / 180)

Seems here they just use width of image for fx, fy.

Also about landmarks_3D, where do these values come from?