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

how to adjust the parameters when do the offline calibration #3

Open
Warsin opened this issue Jun 12, 2018 · 2 comments
Open

how to adjust the parameters when do the offline calibration #3

Warsin opened this issue Jun 12, 2018 · 2 comments

Comments

@Warsin
Copy link

Warsin commented Jun 12, 2018

hi,
when i do the offline mode, i do not konw how to adjust the parameters to make the result better, some times when i adjust it(eg: --nr-active-frames 200 --keyframe-spacing 100 ) , the system break,can you tell me what are the parameters mean more detailed and how to adjust it? And i found the result has no differences between the offline and online mode,is it right?

@NikolausDemmel
Copy link
Contributor

Sorry, beyond the help text and the code there is not much documentation unfortunately. Your best bet is to have a quick look in the code to see how each parameter is used.

In particular, nr-active-frames is the number of frames for which we estimate calibration at a time. keyframe-spacing is the spacing between keyframes (part of the backend optimization), so you shouldn't pick that too large to ensure enough overlap.

If you have more specific questions @PaulBergmann might be able to help.

There is a difference between online and batch optimization as also illustrated in the paper.

@NikolausDemmel
Copy link
Contributor

PS: If you have a specific scenario where it crashes/fails, it would be best if you open a separate issue detailing how to reproduce the failure.

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