gberton commited on
Commit
27c13bd
·
verified ·
1 Parent(s): 5583dc0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -22
README.md CHANGED
@@ -1,26 +1,8 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
- - image-matching
5
- - computer-vision
6
- - feature-matching
7
- library_name: image-matching-models
8
  ---
9
 
10
- # TopicFM
11
-
12
- Fast variant of TopicFM with 2-head attention and full attention mechanism.
13
-
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
24
- - [TopicFM Plus](https://huggingface.co/image-matching-models/topicfm-plus)
25
- - [Original repository](https://github.com/TruongKhang/TopicFM)
26
- - [Image Matching Models](https://github.com/gmberton/image-matching-models)
 
1
  ---
 
2
  tags:
3
+ - image-matching
4
+ - keypoint-detection
5
+ - feature-matching
 
6
  ---
7
 
8
+ For usage see https://github.com/gmberton/image-matching-models