Update README.md
Browse files
README.md
CHANGED
@@ -54,6 +54,12 @@ MatchAnything-ELOFTR is designed for a vast array of applications requiring robu
|
|
54 |
### Direct Use
|
55 |
|
56 |
Here is a quick example of using the model for matching a pair of images.
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
```python
|
58 |
from transformers import AutoImageProcessor, AutoModelForKeypointMatching
|
59 |
from transformers.image_utils import load_image
|
|
|
54 |
### Direct Use
|
55 |
|
56 |
Here is a quick example of using the model for matching a pair of images.
|
57 |
+
|
58 |
+
_Make sure to use transformers from the following commit as a fix for this model got merged on main but is still not part of a released version :_
|
59 |
+
```
|
60 |
+
uv pip install "git+https://github.com/huggingface/transformers@22e89e538529420b2ddae6af70865655bc5c22d8"
|
61 |
+
```
|
62 |
+
|
63 |
```python
|
64 |
from transformers import AutoImageProcessor, AutoModelForKeypointMatching
|
65 |
from transformers.image_utils import load_image
|