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

ONNX support for lightglue-sift #79

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

lvfengkun
Copy link

I have implemented ONNX support for lightglue-sift

@fabio-sim
Copy link
Owner

Hi, thanks for the PR, I appreciate it. I'll hold off for now since I'm not sure how to export SIFT itself to ONNX, but I'll leave it open for others' reference.

@lvfengkun
Copy link
Author

Hi, thanks for the PR, I appreciate it. I'll hold off for now since I'm not sure how to export SIFT itself to ONNX, but I'll leave it open for others' reference.

It is very troublesome to convert SIFT to onnx model, but at the same time, SIFT is faster than superPoint in feature point detection and matching, so I directly use SIFT output as input of lightglue-onnx without converting SIFT to onnx.

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

Successfully merging this pull request may close these issues.

3 participants