Plus variant of TopicFM with 8-head attention and linear attention mechanism.
from matching import get_matcher matcher = get_matcher("topicfm-plus", device="cuda") mkpts0, mkpts1, _, _, _, _ = matcher(img0, img1)