gberton commited on
Commit
70761e0
·
verified ·
1 Parent(s): de00879

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -15
README.md CHANGED
@@ -1,18 +1,8 @@
1
  ---
2
- license: cc-by-nc-sa-3.0
3
- library_name: image-matching-models
 
 
4
  ---
5
 
6
- ```python
7
- from imm import get_matcher
8
-
9
- matcher = get_matcher("r2d2", device=device)
10
-
11
- result = matcher(img0, img1)
12
- # result.keys() = # result.keys() = ['num_inliers', 'H', 'all_kpts0', 'all_kpts1', 'all_desc0', 'all_desc1', 'matched_kpts0', 'matched_kpts1', 'inlier_kpts0', 'inlier_kpts1']
13
- ```
14
-
15
- ## Links
16
- - [Original repository](https://github.com/naver/r2d2/tree/209b36dce146bfa5fcc69c3fb67ce076c3137b17?tab=readme-ov-file)
17
- - [Image Matching Models](https://github.com/gmberton/image-matching-models)
18
-
 
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