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
Update README.md
#2
by qubvel-hf - opened
No description provided.
nielsr changed pull request status to merged