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

question about prediction outputs #6

Open
DavidYan2001 opened this issue May 2, 2024 · 2 comments
Open

question about prediction outputs #6

DavidYan2001 opened this issue May 2, 2024 · 2 comments

Comments

@DavidYan2001
Copy link

Dear authors,

Thanks for your nice work!

I am confused by the network output in the code. For the self-supervised training, are the outputs consist of 1 channel for disparity(inv depth) and 1 channel for variance of the depth (not inv depth) ? Cause when I try to train under the setting of : prediction for normal distribution, outputs include disp and var of depth, it usually shows like pixels with large disp(small depth) correspond to large var of depth. This is not consistent with the results in the paper ( I think small depth should correpond to low uncertainty).

Hope you can help with this! Thanks a lot!

@DavidYan2001
Copy link
Author

Something strange is that when I turn to predict depth (instead of disp), the uncertainty map seems right

@remimar
Copy link
Collaborator

remimar commented Jun 16, 2024

Hi David,

  • Without self-distillation and for normal distributions, the outputs consist of 1 channel for disparity and 1 channel between 0 and 1 that, when it is multiplied to the mean depth (obtained from disparity predictions), provides the standard deviation of the depth distribution.
  • With self-distillation and for normal distributions, the outputs consist of 1 channel for disparity and 1 channel that is directly the standard deviation of the depth distribution following the work of Poggi et al.

Hope this helps!

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