cvg / GlueStick

Joint Deep Matcher for Points and Lines 🖼️💥🖼️ (ICCV 2023)
https://iago-suarez.com/gluestick
MIT License
532 stars 40 forks source link

Can GlueStick export onnx? #25

Open aa03146 opened 3 months ago

aa03146 commented 3 months ago

Hi, I am very concerned about some recent developments of GlueStick. What I care about is whether GlueStick is easy to deploy and transplant to other platforms, such as whether it can smoothly export onnx files.

rpautrat commented 3 months ago

Hi, I have never done it myself, but you should be able to convert it to an onnx model in theory, since it is pytorch code. Just keep in mind that GlueStick is not yet real time (but we are working on it).

aa03146 commented 3 months ago

Hi, the latest GlueStick code, although it is all pytorch code, but I tried very hard to export the onnx file, and found that it was still a little difficult, and ultimately failed.

rpautrat commented 3 months ago

Well, I never tried it myself, so I am afraid I can't help you much with it...

haoxinnihao commented 2 weeks ago

do you have sucessfully?