ashawkey / nerf2mesh

[ICCV2023] Delicate Textured Mesh Recovery from NeRF via Adaptive Surface Refinement
https://me.kiui.moe/nerf2mesh/
MIT License
879 stars 87 forks source link

Cant get depth supervision to work #62

Open juuso-oskari opened 1 year ago

juuso-oskari commented 1 year ago

Hi @ashawkey,

I'm trying to get the depth supervision to work, but so far its only making perfomance worse for me. I'm wondering why the depth is not normalized with the weights_sum? Because depth is calculated as weighted sum timestep_i * weight_i, shouldn't it be divided with weights_sum, since we can't be sure that weights_sum is 1?

meriemjabri commented 11 months ago

did you manage to make it work ?