Skip to content

Commit

Permalink
Update link to undistorted ETH3D
Browse files Browse the repository at this point in the history
  • Loading branch information
rpautrat committed Oct 30, 2023
1 parent 3bb0673 commit 79d942c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluefactory/datasets/eth3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def download_eth3d(self):
if tmp_dir.exists():
shutil.rmtree(tmp_dir)
tmp_dir.mkdir(exist_ok=True, parents=True)
url_base = "https://cvg-data.inf.ethz.ch/SOLD2_ETH3D_undistorted/"
url_base = "https://cvg-data.inf.ethz.ch/SOLD2/SOLD2_ETH3D_undistorted/"
zip_name = "ETH3D_undistorted.zip"
zip_path = tmp_dir / zip_name
torch.hub.download_url_to_file(url_base + zip_name, zip_path)
Expand Down

0 comments on commit 79d942c

Please sign in to comment.