aliked
sushi31415926 opened this issue · 2 comments
sushi31415926 commented
there is a plan to add aliked support?
fabio-sim commented
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.
1191658517 commented
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.