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

Not working with SIFT instead of OPENCV_SIFT #5

Open
chekirou opened this issue May 30, 2022 · 0 comments
Open

Not working with SIFT instead of OPENCV_SIFT #5

chekirou opened this issue May 30, 2022 · 0 comments

Comments

@chekirou
Copy link

chekirou commented May 30, 2022

Hi,
I would like to use models.features.sift.SIFT instead of OPENCV_SIFTas a feature extractor but the superglue matcher doesn't work with this configuration. Even if the model is trained using the features from OPENCV_SIFT, shoudn't the two versions of sift compute the same features given the same parameters ? Here are the configurations i used :

features:
  name: 'SIFT'
  descriptor_dim: 128
  parameters:
    max_keypoints: 2048
    nms_diameter: 9
    rootsift: True
    descriptor_dim: 128 

With SIFT no matches are found.

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

1 participant