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

about rasterization for T_uv #1

Open Dorniwang opened 1 year ago

Dorniwang commented 1 year ago

Hi, this is a good work!

Can you explain the process of rasteriazation for T_uv in more detail?

Dorniwang commented 1 year ago

I found that you obtain texture-rasterized tri-planes of each orthogonal views by summation two opposite view's result. But how to blend T_uv and T_static since the alpha masks are different for two opposite views of each orthogonal plane?