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