lsxi77777 commited on
Commit
2321773
·
verified ·
1 Parent(s): 36f1d82

Update ui/config.yaml

Browse files
Files changed (1) hide show
  1. ui/config.yaml +104 -95
ui/config.yaml CHANGED
@@ -1,95 +1,104 @@
1
- server:
2
- name: "0.0.0.0"
3
- port: 7861
4
-
5
- defaults:
6
- setting_threshold: 0.
7
- max_keypoints: 2000
8
- keypoint_threshold: 0.0005
9
- enable_ransac: true
10
- ransac_method: CV2_USAC_MAGSAC
11
- ransac_reproj_threshold: 8
12
- ransac_confidence: 0.999
13
- ransac_max_iter: 2000
14
- ransac_num_samples: 4
15
- match_threshold: 0.
16
- setting_geometry: Homography
17
-
18
- matcher_zoo:
19
- RoMa:
20
- matcher: roma
21
- skip_ci: true
22
- dense: true
23
- info:
24
- name: RoMa #dispaly name
25
- source: "CVPR 2024"
26
- github: https://github.com/Parskatt/RoMa
27
- paper: https://arxiv.org/abs/2305.15404
28
- project: https://parskatt.github.io/RoMa
29
- display: true
30
-
31
- minima(RoMa):
32
- matcher: minima_roma
33
- skip_ci: true
34
- dense: true
35
- info:
36
- name: MINIMA(RoMa) #dispaly name
37
- display: false
38
-
39
- loftr:
40
- matcher: loftr
41
- dense: true
42
- info:
43
- name: LoFTR #dispaly name
44
- source: "CVPR 2021"
45
- github: https://github.com/zju3dv/LoFTR
46
- paper: https://arxiv.org/pdf/2104.00680
47
- project: https://zju3dv.github.io/loftr
48
- display: true
49
-
50
- minima(loftr):
51
- matcher: minima_loftr
52
- dense: true
53
- info:
54
- name: MINIMA(LoFTR) #dispaly name
55
- display: false
56
-
57
- xoftr:
58
- matcher: xoftr
59
- dense: true
60
- info:
61
- name: XoFTR #dispaly name
62
- source: "CVPR 2024"
63
- github: https://github.com/OnderT/XoFTR
64
- paper: https://arxiv.org/pdf/2404.09692
65
- project: null
66
- display: true
67
-
68
- superpoint+lightglue:
69
- matcher: superpoint-lightglue
70
- feature: superpoint_max
71
- dense: false
72
- info:
73
- name: LightGlue #dispaly name
74
- source: "ICCV 2023"
75
- github: https://github.com/cvg/LightGlue
76
- paper: https://arxiv.org/pdf/2306.13643
77
- project: null
78
- display: true
79
-
80
- superpoint+minima(lightglue):
81
- matcher: superpoint-minima_lightglue
82
- feature: superpoint_max
83
- dense: false
84
- info:
85
- name: MINIMA(LightGlue) #dispaly name
86
- project: null
87
- display: false
88
-
89
- retrieval_zoo:
90
- netvlad:
91
- enable: true
92
- openibl:
93
- enable: true
94
- cosplace:
95
- enable: true
 
 
 
 
 
 
 
 
 
 
1
+ server:
2
+ name: "0.0.0.0"
3
+ port: 7861
4
+
5
+ defaults:
6
+ setting_threshold: 0.1
7
+ max_keypoints: 2000
8
+ keypoint_threshold: 0.0005
9
+ enable_ransac: true
10
+ ransac_method: CV2_USAC_MAGSAC
11
+ ransac_reproj_threshold: 8
12
+ ransac_confidence: 0.999
13
+ ransac_max_iter: 2000
14
+ ransac_num_samples: 4
15
+ match_threshold: 0.
16
+ setting_geometry: Homography
17
+
18
+ matcher_zoo:
19
+
20
+ superpoint+minima(lightglue):
21
+ matcher: superpoint-minima_lightglue
22
+ feature: superpoint_max
23
+ dense: false
24
+ info:
25
+ name: MINIMA(LightGlue) #dispaly name
26
+ project: null
27
+ display: false
28
+
29
+ minima(loftr):
30
+ matcher: minima_loftr
31
+ dense: true
32
+ info:
33
+ name: MINIMA(LoFTR) #dispaly name
34
+ display: false
35
+
36
+ minima(RoMa):
37
+ matcher: minima_roma
38
+ skip_ci: true
39
+ dense: true
40
+ info:
41
+ name: MINIMA(RoMa) #dispaly name
42
+ display: false
43
+
44
+ superpoint+lightglue:
45
+ matcher: superpoint-lightglue
46
+ feature: superpoint_max
47
+ dense: false
48
+ info:
49
+ name: LightGlue #dispaly name
50
+ source: "ICCV 2023"
51
+ github: https://github.com/cvg/LightGlue
52
+ paper: https://arxiv.org/pdf/2306.13643
53
+ project: null
54
+ display: true
55
+
56
+ loftr:
57
+ matcher: loftr
58
+ dense: true
59
+ info:
60
+ name: LoFTR #dispaly name
61
+ source: "CVPR 2021"
62
+ github: https://github.com/zju3dv/LoFTR
63
+ paper: https://arxiv.org/pdf/2104.00680
64
+ project: https://zju3dv.github.io/loftr
65
+ display: true
66
+
67
+ xoftr:
68
+ matcher: xoftr
69
+ dense: true
70
+ info:
71
+ name: XoFTR #dispaly name
72
+ source: "CVPR 2024"
73
+ github: https://github.com/OnderT/XoFTR
74
+ paper: https://arxiv.org/pdf/2404.09692
75
+ project: null
76
+ display: true
77
+
78
+ RoMa:
79
+ matcher: roma
80
+ skip_ci: true
81
+ dense: true
82
+ info:
83
+ name: RoMa #dispaly name
84
+ source: "CVPR 2024"
85
+ github: https://github.com/Parskatt/RoMa
86
+ paper: https://arxiv.org/abs/2305.15404
87
+ project: https://parskatt.github.io/RoMa
88
+ display: true
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+ retrieval_zoo:
99
+ netvlad:
100
+ enable: true
101
+ openibl:
102
+ enable: true
103
+ cosplace:
104
+ enable: true