-
Notifications
You must be signed in to change notification settings - Fork 113
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
FEATURE REQUEST: Support 'depth' task using two images with different Intrinsics. #30
Comments
Thanks for your suggestion and you are welcome to send a PR to this repo, thanks. |
Have you solved it? |
No sorry. In the end I just used a different code base for this. |
Could you share the project you used? |
So I’m not 100% sure because I didn’t end up actually using this for any final results. I think I resorted to mono depth with Zoe Depth as an initial guess and then optimised to make it consistent between the frames with a nerf like variant. This is VERY different to what your repo is doing, but it gave me approximately what I was looking for (depth consistent between two frames). If you ever implement this in your code would be cool. |
I have images from different cameras with different intrinsics that I would like the calculate the depth from.
I already have the intrinsics for each and the relative pose between them, but this code base doesn't support this currently (e.g. see matching.py line 260 and 265 which explicitly assumes the intrinsics are the same for both cameras.
Cheers,
Jonathon
The text was updated successfully, but these errors were encountered: