gberton commited on
Commit
27136c1
·
verified ·
1 Parent(s): d84a70c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -20
README.md CHANGED
@@ -1,23 +1,8 @@
1
  ---
2
- library_name: image-matching-models
3
- license: apache-2.0
 
 
4
  ---
5
 
6
- # EDM: Efficient Deep Feature Matching
7
-
8
-
9
-
10
- ## Usage
11
-
12
- ```python
13
- from imm import get_matcher
14
-
15
- matcher = get_matcher("edm", device=device)
16
- result = matcher(img0, img1)
17
- # result.keys() = ["num_inliers", "H", "all_kpts0", "all_kpts1", "all_desc0", "all_desc1", "matched_kpts0", "matched_kpts1", "inlier_kpts0", "inlier_kpts1"]
18
- ```
19
-
20
-
21
- ## Links
22
- - [Original repository](https://github.com/chicleee/EDM?tab=readme-ov-file)
23
- - [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