Spaces:
Running
Running
Merge branch 'main' of https://huggingface.co/spaces/Realcat/image-matching-webui
Browse files- common/utils.py +2 -2
common/utils.py
CHANGED
@@ -488,6 +488,6 @@ matcher_zoo = {
|
|
488 |
"config_feature": extract_features.confs["sift"],
|
489 |
"dense": False,
|
490 |
},
|
491 |
-
"roma": {"config": match_dense.confs["roma"], "dense": True},
|
492 |
-
"DKMv3": {"config": match_dense.confs["dkm"], "dense": True},
|
493 |
}
|
|
|
488 |
"config_feature": extract_features.confs["sift"],
|
489 |
"dense": False,
|
490 |
},
|
491 |
+
# "roma": {"config": match_dense.confs["roma"], "dense": True},
|
492 |
+
# "DKMv3": {"config": match_dense.confs["dkm"], "dense": True},
|
493 |
}
|