Instructions to use zju-community/matchanything_eloftr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zju-community/matchanything_eloftr with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForKeypointMatching processor = AutoImageProcessor.from_pretrained("zju-community/matchanything_eloftr") model = AutoModelForKeypointMatching.from_pretrained("zju-community/matchanything_eloftr") - Notebooks
- Google Colab
- Kaggle
Demo does not run
#2
by alexdzm - opened
The demo does not run with the latest version of transformers. I have fixed it here, any comments on a better way of doing this are welcome.
https://github.com/huggingface/transformers/pull/40244
Hi, it should be fixed with the updated code snippet!
alexdzm changed discussion status to closed