Skip to content

Commit

Permalink
updated roma matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
franioli committed May 29, 2024
1 parent 4107139 commit ba34c73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deep_image_matching/matchers/roma.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class RomaMatcher(DetectorFreeMatcherBase):
"""

_default_conf = {
"name": "roma",
"coarse_res": 560, # (h,w) or only one value for square images
"upsample_res": 864, # (h,w) or only one value for square images
"num_sampled_points": 10000, # number of points to sample for each image (or for each tile if tile_preselection_size is set)
Expand Down

0 comments on commit ba34c73

Please sign in to comment.