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

Add Colmap SIFT Features #815

Merged
merged 11 commits into from
Nov 6, 2024
Merged

Add Colmap SIFT Features #815

merged 11 commits into from
Nov 6, 2024

Conversation

travisdriver
Copy link
Collaborator

No description provided.

@travisdriver travisdriver changed the title Test with Colmap SIFT Features Add Colmap SIFT Features Oct 16, 2024
# Create pycolmap object every time as the object is not pickle-able.
# TODO (travisdriver): Add GPU support
options = pycolmap.SiftExtractionOptions(max_num_features=self.max_keypoints)
colmap_obj = pycolmap.Sift(options)
Copy link
Collaborator

@akshay-krishnan akshay-krishnan Oct 18, 2024

Choose a reason for hiding this comment

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

nit: call this a sift_obj? or maybe colmap_sift_detector?

@akshay-krishnan
Copy link
Collaborator

There are some unused imports that are causing the unit tests to fail.

@travisdriver travisdriver merged commit 3c767b8 into master Nov 6, 2024
23 of 24 checks passed
@travisdriver travisdriver deleted the add/colmap-sift branch November 6, 2024 19:13
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