Vincentqyw / image-matching-webui

🤗 image matching toolbox webui
https://huggingface.co/spaces/Realcat/image-matching-webui
Apache License 2.0
796 stars 68 forks source link

XFeat + LighterGlue #67

Closed guipotje closed 2 months ago

guipotje commented 3 months ago

🚀 Feature Request

Hi, congratulations on the impressive demo with a great variety of models! Thanks for adding xfeat.

I believe it should be fairly simple to include xfeat along with lighterglue matching (a faster version of lightglue). I’ve provided an example here -- it's quite straightforward using torchhub; you just need a recent version of Kornia. It would be cool to have this option in the webUI as well! :)

Vincentqyw commented 3 months ago

Thank you for the suggestion! Added xfeat+lighterglue in this PR: https://github.com/Vincentqyw/image-matching-webui/pull/68