LightGlue icon indicating copy to clipboard operation
LightGlue copied to clipboard

ONNX convert/export

Open fabio-sim opened this issue 1 year ago • 1 comments

Hello!

First of all, I would like to applaud your work in pushing the envelope on SOTA local feature matching with LightGlue!

I've actually made an ONNX-compatible version at https://github.com/fabio-sim/LightGlue-ONNX. It'd be great if you could kindly add a link to it in your readme :)

With ONNX, however, comes some caveats (e.g., difficulty in exporting dynamic control flow). Do let me know if you've got any ideas to support early stopping & adaptive point pruning in ONNX runtime. Have a good day!

fabio-sim avatar Jun 27 '23 12:06 fabio-sim

Hi @fabio-sim, amazing work and also very fast! I added a link to your implementation in the README. Thanks a lot for your contribution.

Phil26AT avatar Jun 27 '23 22:06 Phil26AT