xfeat_cpp icon indicating copy to clipboard operation
xfeat_cpp copied to clipboard

onnxRuntime

Open zw-92 opened this issue 1 year ago • 4 comments

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.

zw-92 avatar Jul 26 '24 06:07 zw-92

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 avatar Jul 26 '24 11:07 udaysankar01

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

udaysankar01 avatar Jul 28 '24 20:07 udaysankar01

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?

zw-92 avatar Jul 30 '24 12:07 zw-92

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.

udaysankar01 avatar Aug 04 '24 08:08 udaysankar01