Skip to content

Commit 2d3692c

Browse files
committed
Replaced solver testing value
1 parent a642142 commit 2d3692c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rhapso/matching/ransac_matching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self, data_global, num_neighbors, redundancy, significance, num_req
4646
self.image_file_prefix = image_file_prefix
4747

4848
def filter_inliers(self, candidates, initial_model):
49-
max_trust = 6.0
49+
max_trust = 4.0
5050

5151
if len(candidates) < self.model_min_matches:
5252
return []

0 commit comments

Comments
 (0)