Hi there,
The LightGlue model is officially integrated in the Hugging Face Transformers library thanks to @sbucaille 🤗
It enables easy inference in a few lines of Python code, using pip install tranformers.
Note: you'll have to do pip install git+https://github.com/huggingface/transformers.git for now as the model is brand new at the time of writing.
Resources
Hi there,
The LightGlue model is officially integrated in the Hugging Face Transformers library thanks to @sbucaille 🤗
It enables easy inference in a few lines of Python code, using
pip install tranformers.Note: you'll have to do
pip install git+https://github.com/huggingface/transformers.gitfor now as the model is brand new at the time of writing.Resources