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

Alpha image side concatenation #32

Open mengxuyiGit opened 11 months ago

mengxuyiGit commented 11 months ago

(https://github.com/pennsplatting/Next3D/blob/4756b68a5a33f15bd379288ad119a00c9c48abd4/training_avatar_texture/triplane_next3d.py#L226C9-L226C9) Shall this line be "alpha_image_side = (alpha_images[1].bool() | alpha_images[2].bool()).float()" in stead of "alpha_image_side = (alpha_images[1].bool() | [alpha_images[1].bool()).float()"] to conbine the alpha images of two sides?