diff --git a/gluefactory/datasets/homographies.py b/gluefactory/datasets/homographies.py index 51e0493d..f5a21310 100644 --- a/gluefactory/datasets/homographies.py +++ b/gluefactory/datasets/homographies.py @@ -89,7 +89,7 @@ def _init(self, conf): if not data_dir.exists(): if conf.data_dir == "revisitop1m": logger.info("Downloading the revisitop1m dataset.") - self.download_revisitop1m(data_dir) + self.download_revisitop1m() else: raise FileNotFoundError(data_dir)