fabio-sim/LightGlue-ONNX

aliked

sushi31415926 opened this issue · 2 comments

there is a plan to add aliked support?

Hi @sushi31415926, thank you for your interest in LightGlue-ONNX.

Not at the moment. ALIKED seems to use some difficult operators like deformable convolution, so I'm not sure if it can be exported to ONNX correctly.

I tried it but it rasie :torch.onnx.errors.UnsupportedOperatorError: ONNX export failed on an operator with unrecognized namespace torchvision::deform_conv2d. If you are trying to export a custom operator, make sure you registered it with the right domain and version.
aliked cant be exported to ONNX correctly.