Skip to content

Commit

Permalink
Update the URL of the D2Net weights (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe authored Feb 19, 2024
1 parent 34b689b commit e3e953f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hloc/extractors/d2net.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _init(self, conf):
model_file.parent.mkdir(exist_ok=True)
cmd = [
"wget",
"https://dsmn.ml/files/d2-net/" + conf["model_name"],
"https://dusmanu.com/files/d2-net/" + conf["model_name"],
"-O",
str(model_file),
]
Expand Down

0 comments on commit e3e953f

Please sign in to comment.