ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.77k stars 902 forks source link

Evaluation of other detectors #271

Open moxigk opened 2 years ago

moxigk commented 2 years ago

How to evaluate your MOT tracking dataset using YOLOV5 training weights? How should this be done?

LamnouarMohamed commented 2 years ago

You can use dataSet from website motchallenge for predictions after that you can use Metrics from repository Traceval for evaluating your results.

moxigk commented 2 years ago

Sorry, how do I use YOLOV5 weights to evaluate my MOT tracking dataset by BYTETrack?