timmeinhardt / trackformer

Implementation of "TrackFormer: Multi-Object Tracking with Transformers”. [Conference on Computer Vision and Pattern Recognition (CVPR), 2022]
https://arxiv.org/abs/2101.02702
Apache License 2.0
487 stars 113 forks source link

Problems with the MOT17 dataset when testing #116

Open zhoutianxiang-coder opened 6 months ago

zhoutianxiang-coder commented 6 months ago

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 commented 6 months ago

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.