Skip to content

Commit

Permalink
Bugfix in homography dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Oct 5, 2023
1 parent 55c4fbd commit 942cf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluefactory/datasets/homographies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 942cf95

Please sign in to comment.