Skip to content

Commit 1fd587b

Browse files
authored
Add HuggingFace links to README (#165)
LightGlue got integrated into [Hugging Face transformers](https://github.com/huggingface/transformers) thanks to @sbucaille! (#162) This PR adds some links to the README.
1 parent 2d99381 commit 1fd587b

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<p>ICCV 2023</p>
1212
<a href="https://arxiv.org/pdf/2306.13643.pdf" align="center">Paper</a> |
1313
<a href="https://colab.research.google.com/github/cvg/LightGlue/blob/main/demo.ipynb" align="center">Colab</a> |
14-
<a href="https://psarlin.com/assets/LightGlue_ICCV2023_poster_compressed.pdf" align="center">Poster</a> |
15-
<a href="https://github.com/cvg/glue-factory" align="center">Train your own!</a>
14+
<a href="https://huggingface.co/spaces/ETH-CVG/LightGlue" align="center">🤗 Demo </a> |
15+
<a href="https://psarlin.com/doc/LightGlue_ICCV2023_poster_compressed.pdf" align="center">Poster</a> |
16+
<a href="https://github.com/cvg/glue-factory" align="center"> ⚙️ Train your own</a>
1617
</h2>
17-
18+
1819
</p>
1920
<p align="center">
2021
<a href="https://arxiv.org/abs/2306.13643"><img src="assets/easy_hard.jpg" alt="example" width=80%></a>
@@ -29,7 +30,9 @@ This repository hosts the inference code of LightGlue, a lightweight feature mat
2930
We release pretrained weights of LightGlue with [SuperPoint](https://arxiv.org/abs/1712.07629), [DISK](https://arxiv.org/abs/2006.13566), [ALIKED](https://arxiv.org/abs/2304.03608) and [SIFT](https://www.cs.ubc.ca/~lowe/papers/ijcv04.pdf) local features.
3031
The training and evaluation code can be found in our library [glue-factory](https://github.com/cvg/glue-factory/).
3132

32-
## Installation and demo [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/cvg/LightGlue/blob/main/demo.ipynb)
33+
LightGlue is now part of 🤗 [Hugging Face Transformers](https://huggingface.co/docs/transformers/main/en/model_doc/lightglue) (credit to [@sbucaille](https://huggingface.co/stevenbucaille)!). It enables easy inference in a few lines of Python code, using `pip install transformers` ([model card](https://huggingface.co/ETH-CVG/lightglue_superpoint)).
34+
35+
## Installation and demo [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/cvg/LightGlue/blob/main/demo.ipynb) [![](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/ETH-CVG/LightGlue)
3336

3437
Install this repo using pip:
3538

0 commit comments

Comments
 (0)