Skip to content

Infinite loop #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tanajikamble13 opened this issue May 3, 2019 · 1 comment
Open

Infinite loop #1

tanajikamble13 opened this issue May 3, 2019 · 1 comment

Comments

@tanajikamble13
Copy link

stuck after feature point detection ? What should i do now ?

@aferral
Copy link
Owner

aferral commented May 3, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants