Spaces:
Running
Running
Realcat
commited on
Commit
•
bef3475
1
Parent(s):
5069bec
fix: cached model
Browse files- common/config.yaml +20 -20
common/config.yaml
CHANGED
@@ -16,26 +16,26 @@ defaults:
|
|
16 |
setting_geometry: Homography
|
17 |
|
18 |
matcher_zoo:
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
loftr:
|
40 |
matcher: loftr
|
41 |
dense: true
|
|
|
16 |
setting_geometry: Homography
|
17 |
|
18 |
matcher_zoo:
|
19 |
+
roma:
|
20 |
+
matcher: roma
|
21 |
+
dense: true
|
22 |
+
info:
|
23 |
+
name: RoMa #dispaly name
|
24 |
+
source: "CVPR 2024"
|
25 |
+
github: https://github.com/Parskatt/RoMa
|
26 |
+
paper: https://arxiv.org/abs/2305.15404
|
27 |
+
project: https://parskatt.github.io/RoMa
|
28 |
+
display: true
|
29 |
+
dkm:
|
30 |
+
matcher: dkm
|
31 |
+
dense: true
|
32 |
+
info:
|
33 |
+
name: DKM #dispaly name
|
34 |
+
source: "CVPR 2023"
|
35 |
+
github: https://github.com/Parskatt/DKM
|
36 |
+
paper: https://arxiv.org/abs/2202.00667
|
37 |
+
project: https://parskatt.github.io/DKM
|
38 |
+
display: true
|
39 |
loftr:
|
40 |
matcher: loftr
|
41 |
dense: true
|