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

Infer depth with given camera intrinsics #25

Open
LzqInsta opened this issue Nov 20, 2024 · 2 comments
Open

Infer depth with given camera intrinsics #25

LzqInsta opened this issue Nov 20, 2024 · 2 comments

Comments

@LzqInsta
Copy link

Hi, Great Work!
I'd like to know is there any way to inference depth maps & points with given fixed camera intrinsics? Is there any way to support it?

@EasternJournalist
Copy link
Collaborator

Hi, thanks for your interest! Inference with user-provided intrinsics is a good idea and can be quite useful. It was discussed in this issue #24 (comment).

Note that the model itself is trained to directly estimate point maps without intrinsics inputs. But we can tweak the output to align with a user-provided intrinsics. I am going to support this in the inference code after a few tests.

@meyiao
Copy link

meyiao commented Nov 25, 2024

Hi, excellent wrok, congratulations!

Although we can align with the user-provided intrinsics in post-processing step, I wonder whether it's possible to let the network know the intrinsics and output more accurate point maps? Any ideas?

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

3 participants