Keypoint Detection
Transformers
PyTorch
Safetensors
superpoint
feature-extraction
vision
image-matching
Instructions to use magic-leap-community/superpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use magic-leap-community/superpoint with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("magic-leap-community/superpoint") model = AutoModel.from_pretrained("magic-leap-community/superpoint") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (f4dbc91a4cd87a96a93cfc222e37eabb8dd57cf3)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1daf35c4ed78b386f7a8d3744f8160e72a30a749360a04a27ae886ff5a3ce23e
|
| 3 |
+
size 5206004
|