vggt's picture
fix: switch to Docker SDK with Python 3.12
9b3b49c
|
Raw
History Blame
962 Bytes
---
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)