Skip to content

Commit

Permalink
Update link to download DeepLSD
Browse files Browse the repository at this point in the history
  • Loading branch information
rpautrat committed Oct 30, 2023
1 parent 79d942c commit e50ed21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluefactory/models/lines/deeplsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def download_model(self, path):

if not path.parent.is_dir():
path.parent.mkdir(parents=True, exist_ok=True)
link = "https://www.polybox.ethz.ch/index.php/s/XVb30sUyuJttFys/download"
link = "https://cvg-data.inf.ethz.ch/DeepLSD/deeplsd_md.tar"
cmd = ["wget", link, "-O", path]
print("Downloading DeepLSD model...")
subprocess.run(cmd, check=True)
Expand Down

0 comments on commit e50ed21

Please sign in to comment.