Skip to content

Commit

Permalink
new file: config/dedode+kornia_matcher.yaml
Browse files Browse the repository at this point in the history
	modified:   config/keynet+kornia_matcher.yaml
  • Loading branch information
nneilsutherland committed Sep 16, 2024
1 parent 84a7546 commit 9f6e380
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions config/dedode+kornia_matcher.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# User configuration file

general:
tile_size: (2400, 2000)
geom_verification: pydegensac
gv_threshold: 1
min_inliers_per_pair: 10
min_inlier_ratio_per_pair: 0.25

extractor:
name: "dedode"
n_features: 8000
upright: False

matcher:
name: "kornia_matcher"
match_mode: "smnn"
th: 0.99
2 changes: 1 addition & 1 deletion config/keynet+kornia_matcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ extractor:
matcher:
name: "kornia_matcher"
match_mode: "smnn"
th: 0.95
th: 0.99

0 comments on commit 9f6e380

Please sign in to comment.