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")
The community tab is the place to discuss and collaborate with the HF community!