Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depth loss is negative #26

Open
YZsZY opened this issue Dec 24, 2022 · 1 comment
Open

Depth loss is negative #26

YZsZY opened this issue Dec 24, 2022 · 1 comment

Comments

@YZsZY
Copy link

YZsZY commented Dec 24, 2022

Hello and thank you for your great work! I noticed that the paper is using GaussianNLLLoss to satisfy the true sampling distribution as much as possible, as this formula shows:
image
But I find that this loss is always negative, is this as expected?

Also I would like to ask, have you tried to do MSE loss directly on the rendered depth map with the GT depth?

Sorry to bother you and look forward you for your reply!

@barbararoessle
Copy link
Owner

Hi, due to the logarithm, the depth loss can be negative, so that is ok.
We have ablations (named w/o GNLL) using MSE instead of GNLL in the paper, however they equally use the depth predicted by the depth completion (not the ground truth depth from the sensor).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants