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

Questions about colmap matcher for multicamera setup #85

Open
stas-polukeev opened this issue Oct 17, 2024 · 1 comment
Open

Questions about colmap matcher for multicamera setup #85

stas-polukeev opened this issue Oct 17, 2024 · 1 comment

Comments

@stas-polukeev
Copy link

Hello! Thanks for great work, I've been running multiple experiments with your repository, the results are impressive!
However, I have a question concerning the colmap matcher.
As far as I understood from the paper apendix on the colmap you are doing a per-camera sequential matcher with multiple loop closure matches all in the realm of the same camera.
However, the camera setup you showed in the papers suggests some overlap between neighboring cameras. Are you doing any kind of matching between the adjacent cameras? If so, what logic do you use?
All the details about the matcher logic would be really welcome, thank you in advance!

@ameuleman
Copy link
Collaborator

Hi,
When matching a capture i to a capture j, we match all images of the rig at time i to all images of the rig at time j.

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