CaptainEven / MCMOT

Real time one-stage multi-class & multi-object tracking based on anchor-free detection and ReID
MIT License
386 stars 82 forks source link

Evaluate Multi-Class Data Using Motmetrics #19

Closed rajatsainju closed 3 years ago

rajatsainju commented 4 years ago

While writing to the results of tracking in the *.txt file, the predictions for each frame does not include object class information. How do you calculate the mot-metrics for the multi-class data?

nwoyecid commented 3 years ago

Did you solve this problem?

CaptainEven commented 3 years ago

You guys can refer to the repo: https://github.com/CaptainEven/YOLOV4_MCMOT In this repo, you will find solutions.