Transformers 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")