Instructions to use magic-leap-community/superglue_outdoor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use magic-leap-community/superglue_outdoor with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForKeypointMatching processor = AutoImageProcessor.from_pretrained("magic-leap-community/superglue_outdoor") model = AutoModelForKeypointMatching.from_pretrained("magic-leap-community/superglue_outdoor") - Notebooks
- Google Colab
- Kaggle
problems with run model as said in readme
2
#1 opened over 1 year ago
by
kurbobo