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 regarding guided sampling #33

Open
melhashash opened this issue May 23, 2022 · 1 comment
Open

Question regarding guided sampling #33

melhashash opened this issue May 23, 2022 · 1 comment

Comments

@melhashash
Copy link

Hi, thanks for open-sourcing the project

I have a question regarding these two lines:

near = (depth_priors * (1 - torch.clamp(depth_confidences, min=near_bound, max=far_bound))).unsqueeze(1)

far = (depth_priors * (1 + torch.clamp(depth_confidences, min=near_bound, max=far_bound))).unsqueeze(1)

I think you did not use the near_bound and far_bound as in equation (6) in the paper, is it correct, or I am missing something?

@gjgjgjfff
Copy link

Hi, thanks for open-sourcing the project

I have a question regarding these two lines:

near = (depth_priors * (1 - torch.clamp(depth_confidences, min=near_bound, max=far_bound))).unsqueeze(1)

far = (depth_priors * (1 + torch.clamp(depth_confidences, min=near_bound, max=far_bound))).unsqueeze(1)

I think you did not use the near_bound and far_bound as in equation (6) in the paper, is it correct, or I am missing something?

Hello, I have the same question, why is near_bound and far_bound used here?and how should these two values be set if it is my own data set?

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