CVMI-Lab / Point-UV-Diffusion

(ICCV2023) This is the official PyTorch implementation of ICCV2023 paper: Texture Generation on 3D Meshes with Point-UV Diffusion
175 stars 10 forks source link

About "vb" loss #14

Closed XiangyuSu611 closed 9 months ago

XiangyuSu611 commented 9 months ago

Hi,

Why do you need an additional "vb" loss? and what is its primary function?

Thank you!

XinYu-Andy commented 9 months ago

Hi,

Why you need an additional "vb" loss? and what is its primary function?

Thank you!

Please refer to this paper. It is used for optimizing the variance term.

XiangyuSu611 commented 9 months ago

Thank you for your quickly reply :) !