Instructions to use stevenbucaille/superpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stevenbucaille/superpoint with Transformers:
# Load model directly from transformers import AutoImageProcessor, SuperPointForKeypointDetection processor = AutoImageProcessor.from_pretrained("stevenbucaille/superpoint") model = SuperPointForKeypointDetection.from_pretrained("stevenbucaille/superpoint") - Notebooks
- Google Colab
- Kaggle
Fix task tag (#1)
Browse files- Fix task tag (e568c4e1a076c0ead07da695eaa6fc585affeb5e)
Co-authored-by: Merve Noyan <merve@users.noreply.huggingface.co>