Spaces:
Running on Zero
Running on Zero
| title: Image Matching WebUI | |
| emoji: π | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| license: apache-2.0 | |
| # Image Matching WebUI | |
| A Gradio WebUI for image matching using state-of-the-art algorithms. | |
| ## Quick Start | |
| ```bash | |
| pip install imcui | |
| imcui | |
| ``` | |
| This Space runs image matching with 30+ algorithms including: LightGlue, LoFTR, RoMa, DKM, OmniGlue, GlueStick, Mast3R, DUSt3R, GIM, and many more. | |
| ## Supported Matchers | |
| | Category | Algorithms | | |
| |----------|------------| | |
| | Sparse | SuperPoint+LightGlue, DISK+LightGlue, ALIKED+LightGlue, SuperGlue, SIFT, XFeat | | |
| | Dense | LoFTR, SE2-LoFTR, Efficient LoFTR, RoMa, RoMaV2, DKM, LoMa | | |
| | End-to-End | OmniGlue, GlueStick, Mast3R, DUSt3R, GIM | | |
| | Efficient | MINIMA variants, XFeat, ALIKED | | |
| ## Links | |
| - π¦ [PyPI](https://pypi.org/project/imcui/) | |
| - π» [GitHub](https://github.com/Vincentqyw/image-matching-webui) | |
| - π [Paper (RoMa)](https://arxiv.org/abs/2305.15404) | |