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

arbitrary calibration intrinsic matrix #44

Open
tobycollins opened this issue May 29, 2018 · 1 comment
Open

arbitrary calibration intrinsic matrix #44

tobycollins opened this issue May 29, 2018 · 1 comment

Comments

@tobycollins
Copy link

tobycollins commented May 29, 2018

Thanks for this great work. Just one important question. I would like to try this with images using an intrinsic matrix, let's call this K. I see that the network was trained using a fixed intrinsic matrix, let's call it Khat.

The way to do this would seem to be to warp my images by a corrective homography H = Khat*inv(K). Then I can pass the warped images to the network. This seems fine, but the main problem with this is when K has a longer focal length than Khat, my warped image will need to be padded at the borders. Standard padding techniques (zero padding) gives very bad results.

Can you see any simple way that this can be resolved? It's related to you mentioning cropping as a way to use a different intrinsic matrix, however if the focal length is longer we can't deal with it by cropping.

Much appreciated for your great paper and code, Toby

@benjaminum
Copy link
Collaborator

We are aware of this problem but unfortunately don't have a solution for this yet.
In this case it is better to not adjust the intrinsics, although the network was not trained with the parameters.

We are happy to hear that you like our work, thanks!

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