How to use ETH-CVG/lightglue_superpoint with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForKeypointMatching processor = AutoImageProcessor.from_pretrained("ETH-CVG/lightglue_superpoint") model = AutoModelForKeypointMatching.from_pretrained("ETH-CVG/lightglue_superpoint")
The community tab is the place to discuss and collaborate with the HF community!