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
Add model
Browse files- model.safetensors +2 -2
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00a5edc343fa222eba763643553548ad37a05aa3d00d266553c9f6cf67bb0e64
|
| 3 |
+
size 64263488
|