skhu101 / GauHuman

Code for our CVPR'2024 paper "GauHuman: Articulated Gaussian Splatting from Monocular Human Videos"
Other
285 stars 23 forks source link

about mask loss #34

Closed yangqinhui0423 closed 3 weeks ago

yangqinhui0423 commented 1 month ago

Dear authors! Thanks for your excellent work. I have a question about the mask loss. I am confused about the code. Is the bkgd_mask and alpha mask used to compute the mask loss? Where is the ground truth mask? And the bound_mask=1 means the person region or others? By the way, when inference, do we neek the mask as input?

skhu101 commented 1 month ago

Hi, bound_mask means the projected bounding box mask. bkgd_mask masks the human subject region.