fabio-sim / LightGlue-ONNX

ONNX-compatible LightGlue: Local Feature Matching at Light Speed. Supports TensorRT, OpenVINO
Apache License 2.0
376 stars 34 forks source link

OPENVINO #93

Closed pinnintipraneethkumar closed 1 month ago

pinnintipraneethkumar commented 1 month ago

Hi @fabio-sim I could'nt able to find the openvino inference , if this repo supports openvino could you please point me where to look.

Thank you

fabio-sim commented 1 month ago

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

Thanks for the reminder. I've added a sample for OpenVINO in #94. Make sure to pip install onnxruntime-openvino.

pinnintipraneethkumar commented 1 month ago

Thank you @fabio-sim