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

adapts to pnnx #66

Open PatrioticDedicated opened 2 months ago

PatrioticDedicated commented 2 months ago

This is a great study, I have never seen such an efficient algorithm, and I would appreciate it if you could develop code to adapt to pnnx

guipotje commented 1 month ago

Hi @PatrioticDedicated, thanks for your interest! Please check out the ONNX export provided by other contributors—I believe this could be helpful.

PR https://github.com/verlab/accelerated_features/pull/5 https://github.com/meyiao/xfeatc