Instructions to use stevenbucaille/efficientloftr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stevenbucaille/efficientloftr with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForKeypointMatching processor = AutoImageProcessor.from_pretrained("stevenbucaille/efficientloftr") model = AutoModelForKeypointMatching.from_pretrained("stevenbucaille/efficientloftr") - Notebooks
- Google Colab
- Kaggle
| { | |
| "do_grayscale": true, | |
| "do_rescale": true, | |
| "do_resize": true, | |
| "image_processor_type": "EfficientLoFTRImageProcessor", | |
| "resample": 2, | |
| "rescale_factor": 0.00392156862745098, | |
| "size": { | |
| "height": 480, | |
| "width": 640 | |
| } | |
| } | |