Spaces:
Running
Running
Vincentqyw
commited on
Commit
•
474fd5c
1
Parent(s):
f517bbf
disable: dkmv3,roma,d2net-ms
Browse files- extra_utils/utils.py +7 -7
extra_utils/utils.py
CHANGED
@@ -147,11 +147,11 @@ matcher_zoo = {
|
|
147 |
"config_feature": extract_features.confs["d2net-ss"],
|
148 |
"dense": False,
|
149 |
},
|
150 |
-
"d2net-ms": {
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
},
|
155 |
"alike": {
|
156 |
"config": match_features.confs["NN-mutual"],
|
157 |
"config_feature": extract_features.confs["alike"],
|
@@ -177,6 +177,6 @@ matcher_zoo = {
|
|
177 |
"config_feature": extract_features.confs["sift"],
|
178 |
"dense": False,
|
179 |
},
|
180 |
-
"roma": {"config": match_dense.confs["roma"], "dense": True},
|
181 |
-
"DKMv3": {"config": match_dense.confs["dkm"], "dense": True},
|
182 |
}
|
|
|
147 |
"config_feature": extract_features.confs["d2net-ss"],
|
148 |
"dense": False,
|
149 |
},
|
150 |
+
# "d2net-ms": {
|
151 |
+
# "config": match_features.confs["NN-mutual"],
|
152 |
+
# "config_feature": extract_features.confs["d2net-ms"],
|
153 |
+
# "dense": False,
|
154 |
+
# },
|
155 |
"alike": {
|
156 |
"config": match_features.confs["NN-mutual"],
|
157 |
"config_feature": extract_features.confs["alike"],
|
|
|
177 |
"config_feature": extract_features.confs["sift"],
|
178 |
"dense": False,
|
179 |
},
|
180 |
+
# "roma": {"config": match_dense.confs["roma"], "dense": True},
|
181 |
+
# "DKMv3": {"config": match_dense.confs["dkm"], "dense": True},
|
182 |
}
|