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

MiDaS depth prediction -- inverse depth? #27

Open
b0ku1 opened this issue Feb 24, 2022 · 1 comment
Open

MiDaS depth prediction -- inverse depth? #27

b0ku1 opened this issue Feb 24, 2022 · 1 comment

Comments

@b0ku1
Copy link

b0ku1 commented Feb 24, 2022

Hi,

I just want to quickly inquire about Midas depth prediction. The original midas approach seems to predict disparity or inverse depth, rather than euclidean depth: isl-org/MiDaS#42.

However, as far as I can tell, the rendered depth map is based on z-values distance, not inverse depth. Thus, is your MiDaS model pretrained on depth? Thanks.

@zhengqili
Copy link
Owner

We use pretrained Midas network. We optimize NSFF in ndc space as original NeRF, and the depth in NDC space is equal to negative disparity in Euclidean space up to scale and shift as derived in https://www.cs.cornell.edu/~zl548/NSFF/NSFF_supp.pdf

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