File size: 729 Bytes
ac23d4a 9cc3fd3 ac23d4a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
license: apache-2.0
language:
- en
base_model:
- syscv-community/sam-hq-vit-large
pipeline_tag: image-segmentation
---
# SAMatcher
SAMatcher is a robust feature matching method that models cross-view co-visibility with Segment Anything (SAM), improving correspondence under viewpoint/illumination/texture changes.
- GitHub: https://github.com/TwSphinx54/SAMatcher
- Project Page: https://xupan.top/Projects/samatcher
## Quick Start
```bash
huggingface-cli download SSSSSphinx/SAMatcher --local-dir ./SAMatcher
```
Then follow the official training/evaluation scripts in the GitHub repository.
## Notes
- Recommended Python: 3.12 (if using lockfile setup)
- Main dependencies include PyTorch + CUDA 12.1 and flash-attn |