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

fix colmap convention for the pair id calculation #150

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

lpanaf
Copy link
Collaborator

@lpanaf lpanaf commented Dec 13, 2024

No description provided.

@lpanaf lpanaf requested a review from ahojnnes December 13, 2024 16:47
@lpanaf lpanaf enabled auto-merge (squash) December 13, 2024 16:47
@@ -33,7 +33,7 @@ typedef uint64_t track_t;

using colmap::Rigid3d;

const image_t kMaxNumImages = std::numeric_limits<image_t>::max();
const image_t kMaxNumImages = std::numeric_limits<std::int32_t>::max();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you redefine this constant instead of just reusing colmap's constants?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@lpanaf lpanaf merged commit db294c1 into main Dec 13, 2024
7 checks passed
@lpanaf lpanaf deleted the lpanaf/fix_colmap_convention branch December 16, 2024 09:35
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

Successfully merging this pull request may close these issues.

2 participants