Skip to content
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

Loop closing doesn't work #1

Open
yukitsuji opened this issue Mar 16, 2018 · 2 comments
Open

Loop closing doesn't work #1

yukitsuji opened this issue Mar 16, 2018 · 2 comments

Comments

@yukitsuji
Copy link

yukitsuji commented Mar 16, 2018

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,

output

@ChengHan111
Copy link

I get the same plot as you are, did you figure out how to solve that? Thanks

@ChengHan111
Copy link

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.

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