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 (#2)
Browse files- Update README.md (a2641cde0776dbf00460cc89adeb54e2e10f6fd0)
Co-authored-by: Pavel Iakubovskii <qubvel-hf@users.noreply.huggingface.co>