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
Limit the optimizer iterations in bundleAjust.py
sol = least_squares(fun, packmotst(mot,stre), method='lm')
if you add ,max_nfev=1000
sol = least_squares(fun, packmotst(mot,stre), method='lm',max_nfev=1000)
stuck after feature point detection ? What should i do now ?
The text was updated successfully, but these errors were encountered: