You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# To replace calcCovarianceBasicfunctioncalcStdBasic(vartype::InferenceVariable, ptsArr::Vector{P}) where P
σ =std(getManifold(vartype), ptsArr)
#if no std yet, set to 1
msst =1e-10< σ ? σ :1.0return msst
end
upgrade this:
IncrementalInference.jl/src/ApproxConv.jl
Line 156 in 7f45f63
The text was updated successfully, but these errors were encountered: