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

Is it possible to improve online demo performance with any hyperparameter changes? #60

Open
JoshMSmith44 opened this issue Oct 3, 2023 · 1 comment

Comments

@JoshMSmith44
Copy link

In some point tracking works, for example, temporal window size can be adjusted to improve performance. Are there any hyper-parameter changes from the default live_demo (causal model) that can improve tracking performance, even if it increases model runtime or memory use?

@cdoersch
Copy link
Collaborator

Sorry I missed this.

This model is trained end-to-end, so there's no simple way to trade off compute time for performance.

If your data does not contain any occlusions and objects move slowly, it may be possible to increase accuracy (and compute time) by replacing the TAP-Net-style global search with an initialization that uses the output from the prior frames. Feeding this directly into the refinement iterations should work fine. However, this would be a non-trivial code change and not something we directly support. If you try it, let us know how it goes.

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