yihongXU / deepMOT

Official Implementation of How To Train Your Deep Multi-Object Tracker (CVPR2020)
GNU Lesser General Public License v3.0
498 stars 87 forks source link

How to evaluate MOT17 test set performance if there are no groundtruth gt.txt files? #24

Closed igygi closed 4 years ago

igygi commented 4 years ago

Hi,

May I know how you came up with the MOT17 test set metric results you provided in the readme? It seems that your evaluation.py code requires gt.txt files to generate these results. However, the gt.txt files are unavailable for the MOT17 test set. Thank you.

JOSHUAWENJZ commented 4 years ago

Hi, @igygi the ground truth of test sets in the MOT benchenmark is not piblic. If you want to get the results, you would upload your TEST.txt on MOT Challenge Networks https://motchallenge.net/.

igygi commented 4 years ago

oh, okay. Thanks! @JOSHUAWENJZ