How to use zju-community/efficientloftr with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForKeypointMatching processor = AutoImageProcessor.from_pretrained("zju-community/efficientloftr") model = AutoModelForKeypointMatching.from_pretrained("zju-community/efficientloftr")
Modify AutoImageProcessor and AutoModel pretrained model name
Thanks!
· Sign up or log in to comment