Skip to content

Commit

Permalink
fix gui
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schicho committed Dec 1, 2024
1 parent c1261fd commit 8f23d00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/deep_image_matching/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def parse_cli() -> dict:
"--camera_options",
help="Path to camera options yaml file, e.g. config/cameras.yaml",
default="./config/cameras.yaml",
required=True,
)
args = parser.parse_args()

Expand All @@ -156,7 +155,6 @@ def parse_cli() -> dict:
args.outs = gui_out["out_dir"]
args.matcher = gui_out["matcher"]
args.extractor = gui_out["extractor"]
args.config_file = gui_out["config_file"]
args.strategy = gui_out["strategy"]
args.pairs = gui_out["pair_file"]
args.overlap = gui_out["image_overlap"]
Expand Down

0 comments on commit 8f23d00

Please sign in to comment.