Instructions to use stevenbucaille/efficientloftr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stevenbucaille/efficientloftr with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForKeypointMatching processor = AutoImageProcessor.from_pretrained("stevenbucaille/efficientloftr") model = AutoModelForKeypointMatching.from_pretrained("stevenbucaille/efficientloftr") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ tags: []
|
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
|
|
|
|
| 11 |
|
| 12 |
## Model Details
|
| 13 |
|
|
|
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
|
| 11 |
+

|
| 12 |
|
| 13 |
## Model Details
|
| 14 |
|