Skip to content

Commit

Permalink
updated all tests and fixed bug in config reader
Browse files Browse the repository at this point in the history
  • Loading branch information
franioli committed Apr 13, 2024
1 parent 3ef8dae commit 0718db0
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 108 deletions.
3 changes: 3 additions & 0 deletions src/deep_image_matching/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"min_inlier_ratio_per_pair": 0.25,
# Even if the features are extracted by tiles, you can try to match the features of the entire image first (if the number of features is not too high and they can fit into memory). Default is False.
"try_match_full_images": False,
"preselection_pipeline": "superpoint+lightglue",
}


Expand Down Expand Up @@ -258,6 +259,8 @@ class Config:
"force": True,
"verbose": False,
"graph": True,
"openmvg": None,
"camera_options": None,
}
_cfg = {
"general": {},
Expand Down
Loading

0 comments on commit 0718db0

Please sign in to comment.