Duplicated from stevenbucaille/superpoint
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")
I tried to use the model on aerial images and it only show single red point on image.
· Sign up or log in to comment