Realcat commited on
Commit
222d8dc
1 Parent(s): de8bee7

update: api

Browse files
Files changed (1) hide show
  1. common/config.yaml +23 -23
common/config.yaml CHANGED
@@ -16,29 +16,29 @@ defaults:
16
  setting_geometry: Homography
17
 
18
  matcher_zoo:
19
- # omniglue:
20
- # enable: true
21
- # matcher: omniglue
22
- # dense: true
23
- # info:
24
- # name: OmniGlue
25
- # source: "CVPR 2024"
26
- # github: https://github.com/Vincentqyw/omniglue-onnx
27
- # paper: https://arxiv.org/abs/2405.12979
28
- # project: https://hwjiang1510.github.io/OmniGlue/
29
- # display: true
30
- # DUSt3R:
31
- # # TODO: duster is under development
32
- # enable: false
33
- # matcher: duster
34
- # dense: true
35
- # info:
36
- # name: DUSt3R #dispaly name
37
- # source: "CVPR 2024"
38
- # github: https://github.com/naver/dust3r
39
- # paper: https://arxiv.org/abs/2312.14132
40
- # project: https://dust3r.europe.naverlabs.com
41
- # display: true
42
  GIM(dkm):
43
  matcher: gim(dkm)
44
  dense: true
 
16
  setting_geometry: Homography
17
 
18
  matcher_zoo:
19
+ omniglue:
20
+ enable: true
21
+ matcher: omniglue
22
+ dense: true
23
+ info:
24
+ name: OmniGlue
25
+ source: "CVPR 2024"
26
+ github: https://github.com/Vincentqyw/omniglue-onnx
27
+ paper: https://arxiv.org/abs/2405.12979
28
+ project: https://hwjiang1510.github.io/OmniGlue/
29
+ display: true
30
+ DUSt3R:
31
+ # TODO: duster is under development
32
+ enable: false
33
+ matcher: duster
34
+ dense: true
35
+ info:
36
+ name: DUSt3R #dispaly name
37
+ source: "CVPR 2024"
38
+ github: https://github.com/naver/dust3r
39
+ paper: https://arxiv.org/abs/2312.14132
40
+ project: https://dust3r.europe.naverlabs.com
41
+ display: true
42
  GIM(dkm):
43
  matcher: gim(dkm)
44
  dense: true