Skip to content

Commit

Permalink
fix: match dense
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentqyw committed Oct 30, 2024
1 parent 08fa558 commit fbaa554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hloc/match_dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
"model": {
"name": "roma",
"weights": "outdoor",
"model_name": "roma_outdoor.pth",
"max_keypoints": 2000,
"match_threshold": 0.2,
},
Expand All @@ -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,
},
Expand Down

0 comments on commit fbaa554

Please sign in to comment.