Skip to content

Commit 12dd36b

Browse files
Merge pull request #149 from AllenNeuralDynamics/seanf-v1
Replaced solver testing value
2 parents 1a0d6af + 2d3692c commit 12dd36b

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)