cvg/depthsplat

depth loss calculation

Closed this issue · 1 comments

Hello
I can't find the part in your code that calculates the depth loss as described in your paper
Screenshot 2024-11-17 at 20 48 53
I want to tweak the parameters if possible

Hi, we used the unimatch codebase to perform the depth experiments with GT depth supervision, and you can find the losses here: https://github.com/autonomousvision/unimatch/blob/master/loss/depth_loss.py#L27-L91
For training Gaussian splatting models for view synthesis, we don't need depth supervision.