MrTornado24 / Next3D

[CVPR 2023 Highlight] Next3D: Generative Neural Texture Rasterization for 3D-Aware Head Avatars
https://mrtornado24.github.io/Next3D/
470 stars 29 forks source link

What is orth_scale and orth_shift? #29

Open sunshineatnoon opened 1 year ago

sunshineatnoon commented 1 year ago

Hi, Thanks for open-sourcing the project.

I am studying how to rasterize the FLAME mesh onto a tri-plane. In the code here, the vertices of the FLAME mesh is shifted and scaled by the pre-defined orth_shift and orth_scale. Could you please tell me what the purpose of this shifting and scaling operation? Is it used to align the FLAME mesh with the camera pose?

KID-1412-git commented 4 months ago

Hi, have you finished this problem? could you please tell me the purpose of orth_shift and orth_scale