diff --git a/gluefactory/datasets/eth3d.py b/gluefactory/datasets/eth3d.py index ca5e2648..c99485d5 100644 --- a/gluefactory/datasets/eth3d.py +++ b/gluefactory/datasets/eth3d.py @@ -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/ETH3D_undistorted/" + url_base = "https://cvg-data.inf.ethz.ch/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)