-
Notifications
You must be signed in to change notification settings - Fork 33
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
Support for open version of Superpoint #39
Comments
Hi @adricostas Thank you for the information. I am able to export SuperPoint-Open, however, it seems that when I try to pass its output features to the LightGlue matcher that was trained on SuperPoint-MagicLeap's features, I obtain a blank output (zero matches). I cannot find any weights for a LightGlue that has been trained on SuperPoint-Open's features. Could you point me to a URL for these weights? |
Hi, Well, I'm not sure, but they say that: "All models and datasets in gluefactory have auto-downloaders, so you can get started right away!". So, inside the code of the model of each extractor/matcher exists an url from which the weights are downloaded. However, as you pointed out, it seems that in the LightGlue case, only the weights for the not open version of SuperPoint are available: https://github.com/cvg/LightGlue/releases. Thanks |
@adricostas It appears that LightGlue weights trained on SuperPoint-Open haven't been released yet. See cvg/glue-factory#22 |
Ok, thanks for the information! Let's wait for them, then. |
From: https://github.com/rpautrat/SuperPoint
It sounds like those weights might work? |
HI, can you share your code to export superpoint-open? I tried by myself, but I have warnings like this
|
Hi @noahzn, thank you for your interest in LightGlue-ONNX. This is the code I adapted when exporting SuperPoint-Open: LightGlue-ONNX/lightglue_onnx/superpoint_open.py Lines 1 to 188 in fc1d67a
As for the error/warning, a lot has changed with respect to the frameworks though, so you might have to align to these versions iirc:
Hope this helps! |
@fabio-sim Thanks a lot!! |
Hello,
I have just found out that a new repository to train Lightglue is available (https://github.com/cvg/glue-factory). They have included the open version of Superpoint this time so I was wondering if you are planning to include this also into LightGlue-ONNX.
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: