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

Using COLMAP camera models in Deep Image Matching #68

Open
GAMHer opened this issue Aug 5, 2024 · 1 comment
Open

Using COLMAP camera models in Deep Image Matching #68

GAMHer opened this issue Aug 5, 2024 · 1 comment

Comments

@GAMHer
Copy link

GAMHer commented Aug 5, 2024

Dear @lcmrl

First of all, I want to express my gratitude for the fantastic work you've been doing!

I am trying to use classical COLMAP camera models in Deep Image Matching. For instance i'm trying to use a fish-eye camera model.

Whenever I try any of the following models

SIMPLE_RADIAL_FISHEYE, RADIAL_FISHEYE, OPENCV_FISHEYE, FOV, THIN_PRISM_FISHEYE

The error message I receive is: RuntimeError: Invalid camera model RADIAL_FISHEYE. This suggests that the camera model I'm trying to use is not recognized by Deep Image Matching.

I've tried to change upper case with lower case and use the dash "-" instead of the underscore "_," but the error persists.

Could you please help me pass to Deep Image Matching the correct instruction?

Your guidance on this matter would be invaluable and greatly appreciated.

@lcmrl
Copy link
Collaborator

lcmrl commented Sep 3, 2024

Hi sorry for the late response. DIM does not use the camera model to match features, so you can use another camera model, then when you import it in COLMAP you can change the camera model to OPENCV_FISHEYE for the incremental reconstruction. Did you try to visualize the matches to see if they are reasonable?

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