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 this method online MOT? #1

Closed
zouhaoa opened this issue Jun 18, 2021 · 2 comments
Closed

Is this method online MOT? #1

zouhaoa opened this issue Jun 18, 2021 · 2 comments

Comments

@zouhaoa
Copy link

zouhaoa commented Jun 18, 2021

Hi, thanks for your interesting work!
In your code, before saving results, the post_processing seems to filter out all trajectories with a score lower than the config.avg_score. In my understanding, this process makes your method unable to run online.
Looking forward to your reply.
Thanks.

@hailanyi
Copy link
Owner

Thanks for your attention. The code is designed for both online and global tracking use. The settings in the yaml files are global settings, it can achieve better tracking performance ( ~2 HOTA ) . You can set the ‘avg_score’ and ‘rec_misses’ to False to make it online. The other parameters, such as ‘init_score’ and ‘input_score’, also should be adjusted to obtain a desirable tracking performance.

@zouhaoa
Copy link
Author

zouhaoa commented Jun 19, 2021

Can you show the performance of online MOT for fair comparison?

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