Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,11 @@ from transformers import LightGlueForKeypointMatching
|
|
| 16 |
model = LightGlueForKeypointMatching.from_pretrained("ETH-CVG/lightglue_disk", trust_remote_code=True)
|
| 17 |
```
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
# LightGlue
|
| 20 |
|
| 21 |
The LightGlue model was proposed
|
|
|
|
| 16 |
model = LightGlueForKeypointMatching.from_pretrained("ETH-CVG/lightglue_disk", trust_remote_code=True)
|
| 17 |
```
|
| 18 |
|
| 19 |
+
_Also, the commit allowing DISK to work with LightGlue is not yet included in a version of transformers, please install transformers from the main branch_
|
| 20 |
+
```
|
| 21 |
+
uv pip install git+https://github.com/huggingface/transformers.git
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
# LightGlue
|
| 25 |
|
| 26 |
The LightGlue model was proposed
|