astoken commited on
Commit
5583dc0
·
verified ·
1 Parent(s): 3b86df3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,10 +14,10 @@ Fast variant of TopicFM with 2-head attention and full attention mechanism.
14
  ## Usage
15
 
16
  ```python
17
- from matching import get_matcher
18
 
19
  matcher = get_matcher("topicfm", device="cuda")
20
- mkpts0, mkpts1, _, _, _, _ = matcher(img0, img1)
21
  ```
22
 
23
  ## Links
 
14
  ## Usage
15
 
16
  ```python
17
+ from imm import get_matcher
18
 
19
  matcher = get_matcher("topicfm", device="cuda")
20
+ result matcher(img0, img1)
21
  ```
22
 
23
  ## Links