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

Problems with the MOT17 dataset when testing #116

Open
zhoutianxiang-coder opened this issue Dec 13, 2023 · 1 comment
Open

Problems with the MOT17 dataset when testing #116

zhoutianxiang-coder opened this issue Dec 13, 2023 · 1 comment

Comments

@zhoutianxiang-coder
Copy link

When I ran track.py to test the MOT17 dataset, I found that it was just testing the data in the train. What can I do to test the test dataset in MOT17

@timmeinhardt
Copy link
Owner

The default setting in track.yaml is to run MOT17 train and test for all three sets of public detections MOT17-ALL-ALL.

But you will only see metric evaluations for train cause the ground truth for test is not published. You have to take the prediction files and submit them to the MOTChaellenge evaluation server.

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