gberton commited on
Commit
e755436
·
verified ·
1 Parent(s): e3134af

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +25 -0
  2. gim_dkm_100h.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - image-matching
5
+ - computer-vision
6
+ - feature-matching
7
+ library_name: image-matching-models
8
+ ---
9
+
10
+ # GIM-DKM
11
+
12
+ GIM (Graph-based Image Matching) with DKM backbone for dense matching.
13
+
14
+ ## Usage
15
+
16
+ ```python
17
+ from matching import get_matcher
18
+
19
+ matcher = get_matcher("gim-dkm", device="cuda")
20
+ mkpts0, mkpts1, _, _, _, _ = matcher(img0, img1)
21
+ ```
22
+
23
+ ## Links
24
+ - [Original repository](https://github.com/xuelunshen/gim)
25
+ - [Image Matching Models](https://github.com/gmberton/image-matching-models)
gim_dkm_100h.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90aa0955d11859b7e1dcc03b9e41287a77fa4de4caf7cdb8d804369f753aa84f
3
+ size 281402848