verlab / accelerated_features

Implementation of XFeat (CVPR 2024). Do you need robust and fast local feature extraction? You are in the right place!
https://www.verlab.dcc.ufmg.br/descriptors/xfeat_cvpr24
Apache License 2.0
1.01k stars 113 forks source link

Add HF demo #23

Closed qubvel closed 6 months ago

qubvel commented 6 months ago

Hi, great work! I build a demo for your project in HF Spaces. It would be great to add a link to your official code repo! Please let me know what you think 🙂

guipotje commented 6 months ago

Hi @qubvel, thank you so much for providing the HF spaces demo! Very cool 👍🏽

Is there a way we can put an option in the interface to swap between homography and fundamental matrix -> on this line? Because with homography only, we may end up filtering more correct correspondences than expected, for example in the Eiffel tower and racing car samples, they do not follow the planar constraint.

qubvel commented 6 months ago

Hi @guipotje, sure, I can add this option! Could you please provide the exact line of code with arguments that should be used?

P.S. would be also nice to have a description in which case which matrix to choose for the interface!