Instructions to use stevenbucaille/superglue with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stevenbucaille/superglue with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForKeypointMatching processor = AutoImageProcessor.from_pretrained("stevenbucaille/superglue") model = AutoModelForKeypointMatching.from_pretrained("stevenbucaille/superglue") - Notebooks
- Google Colab
- Kaggle
Ctrl+K