gberton commited on
Commit
26d59f3
·
verified ·
1 Parent(s): 4715d09

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -28
README.md CHANGED
@@ -1,32 +1,8 @@
1
  ---
2
- license: mit
3
  tags:
4
- - image-matching
5
- - computer-vision
6
- - feature-matching
7
- library_name: image-matching-models
8
  ---
9
 
10
- # Patch2Pix
11
-
12
- Patch2Pix is a dense image matching model for pixel-level correspondence estimation.
13
-
14
- ## Usage
15
-
16
- ```python
17
- from imm import get_matcher
18
-
19
- matcher = get_matcher("xfeat", device=device)
20
- result = matcher(img0, img1)
21
-
22
- from imm import get_matcher
23
-
24
- matcher = get_matcher("patch2pix", device=device)
25
- result = matcher(img0, img1)
26
- # result.keys() = ["num_inliers", "H", "all_kpts0", "all_kpts1", "all_desc0", "all_desc1", "matched_kpts0", "matched_kpts1", "inlier_kpts0", "inlier_kpts1"]
27
- ```
28
- ```
29
-
30
- ## Links
31
- - [Original repository](https://github.com/GrumpyZhou/patch2pix)
32
- - [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