GrumpyZhou / image-matching-toolbox

This is a toolbox repository to help evaluate various methods that perform image matching from a pair of images.
MIT License
543 stars 80 forks source link

SIFT+SuperGlue #21

Closed szgy66 closed 2 years ago

szgy66 commented 2 years ago

Hi, thank you for coming up with this great project! I have been working on this project recently, and superglue really feels like the best matching method at present. I would like to ask if you plan to release the combination of SIFT + Superglue? thanks!

GrumpyZhou commented 2 years ago

Hi,

As far as I know, SuperGlue authors didn't release a SuperGlue version that was trained with SIFT features. If there's a publicly available model, then I will consider integrate it into this toolbox.