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")
The code as of now doesn't work so I fixed it
cc @nielsr
· Sign up or log in to comment