Open zw-92 opened 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++.
I just came across this repo, where the author uses onnx runtime to port XFeat into C++. https://github.com/meyiao/xfeatc
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?
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.
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.