nwojke / deep_sort

Simple Online Realtime Tracking with a Deep Association Metric
GNU General Public License v3.0
5.27k stars 1.47k forks source link

How to get mAP、id switch.etc.MOT metrics with own COCO OR VOC datasets? #224

Open Veronica1997 opened 4 years ago

Veronica1997 commented 4 years ago

How to get mAP、id switch.etc.MOT metrics with own COCO OR VOC datasets? Anyone knows?Thanks in advance!

studentbrad commented 3 years ago

I think you are mistaken. The mAP score is not computed in any SORT algorithm; DeepSORT or SORT. It is a metric used to grade the CNN. This has nothing to do with tracking, gating distance or detections. This repository includes all three of those, but does not author the CNN. If you are interested in finding the mAP score for a specific CNN you have to look for the repository that contains that models structure. The author usually provides a script to compute the mAP score.