stevenbucaille commited on
Commit
91b5e6f
·
verified ·
1 Parent(s): 67b1b7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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