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
OK I solve it by considering more keyframes. The code is in loopclosing.py line 143. Change the d = max(20, len(considered_keyframes) * 0.1) into d = max(200, len(considered_keyframes) * 0.1) works for me.
I try to reproduce your result like README.
But, there is no detection of loop through sequence 00.
How did you work?
This is the last output.
num frames 4541
num keyframes 1331
average time 0.143037252714
mapping stopped
loop closing stopped
Thanks,
The text was updated successfully, but these errors were encountered: