We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2eb13c commit f16af6eCopy full SHA for f16af6e
IncrementalInference/src/parametric/services/ParametricRANSAC.jl
@@ -88,7 +88,7 @@ function solveGraphParametricRansac!(
88
best_inlierlabels = inlierlabels
89
end
90
if ratio_inliers > stop_ratio
91
- @info "stop ratio met $best_ratio"
+ @info "stop ratio with $best_ratio"
92
break
93
94
# res_vals = last.(residuals)
0 commit comments