udaysankar01 / xfeat_cpp

The C++ Implementation of XFeat (Accelerated Features).
Apache License 2.0
32 stars 1 forks source link

onnxRuntime #1

Open zw-92 opened 3 months ago

zw-92 commented 3 months ago

Thank you very much for your contribution, it is really great.I have two questions for you. Have you used onnxRuntime to accelerate your model?Have you compared how much faster post-processing in C++ is than in python?Looking forward to your reply.

udaysankar01 commented 3 months ago

Hi, I have not tried using onnxRuntime as of now, I may try testing it out. As for post processing speed, I am planning to compare both and see if there is any improvement with C++.

udaysankar01 commented 3 months ago

I just came across this repo, where the author uses onnx runtime to port XFeat into C++. https://github.com/meyiao/xfeatc

zw-92 commented 3 months ago

I just came across this repo, where the author uses onnx runtime to port XFeat into C++. https://github.com/meyiao/xfeatc I tried running the code but there are many problems. Have you tried it?

udaysankar01 commented 3 months ago

Oh, I have not been able to test that repo out as I have been working on another project. It probably would be best to wait for the author to post some updates.