fabio-sim / LightGlue-ONNX

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

Use providers argument for extractor #74

Closed davidtvs closed 7 months ago

davidtvs commented 7 months ago

Replaces hard-coded providers in extractor's InferenceSession with input providers argument.

fabio-sim commented 7 months ago

Hi @davidtvs, thank you for the PR