-
Notifications
You must be signed in to change notification settings - Fork 427
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
Weird reproductibility error at inference #332
Comments
Hi, are you sure that the SuperPoint is correctly initialized, i.e. with the right pre-trained weights loaded? Do you get the same if you test it on other images? |
Hi, My weights are loaded from the https://github.com/cvg/LightGlue/releases/download/v0.1_arxiv/superpoint_v1.pth repo. |
Hi, However, I got the second descriptor extracted from SuperPoint model with dimension This is the pair of images being loaded. |
Update :
Best, Hugo |
@leblond14u Thanks for asking. Not sure if this has something to do with the "no descriptor error" I met. |
@leblond14u, I tested the torch SuperPoint model with recent versions of CUDA/Torch (CUDA 12.6 and Torch 2.4.1), and the detections look normal for me. So I am not sure where your problem is coming from... All I can suggest is to try another set of CUDA/Torch versions and see if this helps to resolve the problem. @GoroYeh-HRI, which tensorflow version are you using? This repo is using an old version (e.g. 1.12 recommended). |
Thanks for the prompt reply! |
Yes, this is very much possible. Unfortunately, this repo is getting old and is only compatible with older versions of CUDA probably. Can you try with an earlier version? |
你可以试试nvidia-tensorflow,我之前遇到就是用的这个解决的 |
Hi,
I'm using LightGlue with SuperPoint and I noticed a weird SuperPoint behavior.
When extracted on the sacre_coeur data (with no maximum points) my points seems weird :
When extracted with 2048 max points the points are looking a bit better but still ...
This weird behavior is then leeding me to no matches between the two images ...
Does anybody ever encountered the same issue with the descriptor or know how to solve this issue ?
Thanks in advance,
Best regards,
Hugo
The text was updated successfully, but these errors were encountered: