microsoft / Deep3DFaceReconstruction

Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019)
MIT License
2.16k stars 441 forks source link

Why rescale factor is 102.0/s in align_img? #201

Open chinaandylee opened 2 years ago

chinaandylee commented 2 years ago

Why 102.0/s (trans_params = np.array([w0,h0,102.0/s,t[0],t[1]])) in align_img, I don't have a clue. Who can help explain, thank you!