Skip to content

Commit

Permalink
eliminate rift
Browse files Browse the repository at this point in the history
  • Loading branch information
lcmrl committed Oct 8, 2024
1 parent 4e840fd commit 92921d6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/deep_image_matching/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,7 @@
"dedode+kornia_matcher": {
"extractor": {
"name": "dedode",
"n_features": 1000,
"upright": False,
},
"matcher": {"name": "kornia_matcher", "match_mode": "smnn", "th": 0.99},
},
"dedode+kornia_matcher": {
"extractor": {
"name": "dedode",
"n_features": 1000,
"n_features": 4000,
"upright": False,
},
"matcher": {"name": "kornia_matcher", "match_mode": "smnn", "th": 0.99},
Expand Down

0 comments on commit 92921d6

Please sign in to comment.