Skip to content

Commit 1119122

Browse files
committed
chanhed filtering threshold
1 parent 8da45e5 commit 1119122

File tree

1 file changed

+1
-1
lines changed
  • src/deep_image_matching/matchers

1 file changed

+1
-1
lines changed

src/deep_image_matching/matchers/srif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _match_pairs(
124124
F, inlMask = pydegensac.findFundamentalMatrix(
125125
mkpts0,
126126
mkpts1,
127-
px_th=1.0,
127+
px_th=4.0,
128128
conf=0.99,
129129
max_iters=10000,
130130
)

0 commit comments

Comments
 (0)