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

Issue of reproductibility at inference #141

Open
leblond14u opened this issue Nov 7, 2024 · 1 comment
Open

Issue of reproductibility at inference #141

leblond14u opened this issue Nov 7, 2024 · 1 comment

Comments

@leblond14u
Copy link

Hi LightGlue community,

I'm facing a weird problem when using LightGlue.
I'm comparing two images of mine :
image

However when looking at the result I notice 1) poor results and 2) the pattern of the first image features weirdly match the one found on the second :
image

To be sure it wasn't only on my images I also tried the sacre_coeur test images and those are the results I'm having :
image
image
No matches whatsoever ...

I'm using the maximum accuracy setup :

extractor = SuperPoint(max_num_keypoints=None).eval().to(device)
matcher = LightGlue(features='superpoint', depth_confidence=-1, width_confidence=-1).eval().to(device)

Has anyone already faced the same issues or knows how to solve it ?

Thanks in advance,
Best regards,

Hugo

@leblond14u
Copy link
Author

leblond14u commented Nov 8, 2024

Update:
When using LightGlue with DISK features I get nor problems at all. It seems to be linked directly to faulty SuperPoints ...
Weird :/

@leblond14u leblond14u changed the title Issue of reproductibility Issue of reproductibility at inference Nov 8, 2024
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