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

# change predict score based on sigma #17

Open
Rickyyy-zh opened this issue Sep 28, 2022 · 0 comments
Open

# change predict score based on sigma #17

Rickyyy-zh opened this issue Sep 28, 2022 · 0 comments

Comments

@Rickyyy-zh
Copy link

Hello,
here I find that the prediction score has been weighted by depth. I assume the reason is with larger depth, the prediction is more uncertain. but I didn't notice this method mentioned in your paper?Is this operation important for results or training?

 # change predict score based on sigma
        sigma = depth_pred[:, :, 1]
        sigma = torch.exp(-sigma)
        batch_scores *= sigma
        batch_scores = batch_scores[..., None]
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

1 participant