From fbaa5548a4f0e5a1926bee51fd8aa16482b4a6b2 Mon Sep 17 00:00:00 2001 From: Realcat Date: Tue, 29 Oct 2024 17:15:22 +0000 Subject: [PATCH] fix: match dense --- hloc/match_dense.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hloc/match_dense.py b/hloc/match_dense.py index 6861028..29d6115 100644 --- a/hloc/match_dense.py +++ b/hloc/match_dense.py @@ -250,6 +250,7 @@ "model": { "name": "roma", "weights": "outdoor", + "model_name": "roma_outdoor.pth", "max_keypoints": 2000, "match_threshold": 0.2, }, @@ -266,7 +267,7 @@ "output": "matches-gim", "model": { "name": "gim", - "weights": "gim_dkm_100h.ckpt", + "model_name": "gim_dkm_100h.ckpt", "max_keypoints": 2000, "match_threshold": 0.2, },