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

Keep only best SIFT features and other fixes #1664

Merged
merged 2 commits into from
Jun 12, 2023

Conversation

pierotofy
Copy link
Member

  • In feature extraction using SIFT, keeps only up to 1.5x of the
    best min-num-features features (matching the behavior of HAHOG).
    Very large images tend to result in VERY large number of features, which
    slow down matching without adding any benefit. So this will speed up
    the SFM step while using SIFT.
  • Makes the --matcher-order parameter kick-in only if the dataset is
    not georeferenced. There's really no reason to apply matcher-order to
    georeferenced datasets, where graph or distance matching works better.
  • Makes the start-dev-env.sh script work on MacOS.

@pierotofy pierotofy merged commit cfa689b into OpenDroneMap:master Jun 12, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant