meyiao / xfeatc

xfeat for cpp
59 stars 5 forks source link

output name cannot be empty #5

Closed dapao-0808 closed 1 month ago

dapao-0808 commented 1 month ago

Hi! Thank you very much for your work, but I encountered an empty output name while running the code. How did this happen? How should I solve it? The onnx model is based on a 480x640 image that I converted from the example code

691ae4032358978748aaffa879d1c58f

meyiao commented 1 month ago

Hi @dapao-0808 , thanks for your interest. Could you please try to change the OnnxHelper::GetOnnxModelInfo function according to the suggestions given here: https://github.com/microsoft/onnxruntime/issues/20568. I will try to solve the issue when I have the time.

dapao-0808 commented 1 month ago

Thank you very much, this issue has been resolved. I don't know when you have free time to update the onnxrruntime example for xFeat+LighterGlue. I am looking forward to it.

meyiao commented 1 month ago

The latest commit has fixed this issue.

meyiao commented 1 month ago

Hi, I'm also interested in XFeat+LighterGlue, but I don't think I have free time to experiment with it in the near future.