NirAharon / BoT-SORT

BoT-SORT: Robust Associations Multi-Pedestrian Tracking
MIT License
918 stars 420 forks source link

MOT17 val metric #38

Open HanGuangXin opened 2 years ago

HanGuangXin commented 2 years ago

Hi,could you please provide the code to get metrics on MOT val set? Current codes just write files in txt.

NirAharon commented 2 years ago

Hi @HanGuangXin, I used TrackEval for getting the metrics from created text files. For evaluation the validation set, you can put MOT17-valid.zip in TrackEval/data/gt/mot_challenge folder. Make sure to choose the correct paths and options in the TrackEval code. Good luck!