Instructions to use magic-leap-community/superglue_indoor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use magic-leap-community/superglue_indoor with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForKeypointMatching processor = AutoImageProcessor.from_pretrained("magic-leap-community/superglue_indoor") model = AutoModelForKeypointMatching.from_pretrained("magic-leap-community/superglue_indoor") - Notebooks
- Google Colab
- Kaggle
image processor not included in Transformers?
1
#1 opened over 1 year ago
by
JMog