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
923 stars 95 forks source link

Can xfeat be reproduced by MATLAB? #61

Open wei-yi-wei opened 3 weeks ago

wei-yi-wei commented 3 weeks ago

Need to deploy Xfeat into MATLAB project, what is the general process?

guipotje commented 2 days ago

Hello @wei-yi-wei, thank you for the interest in XFeat!

I'm not very familiar with MATLAB, but in a quick search I found this: https://www.mathworks.com/matlabcentral/fileexchange/67296-deep-learning-toolbox-converter-for-onnx-model-format

I believe you can easily export XFeat model to onnx and then you can import it using the matlab toolbox.