david8862 / keras-YOLOv3-model-set

end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologies
MIT License
637 stars 220 forks source link

The MOTA index of deepsot algorithm #157

Open kz258852 opened 3 years ago

kz258852 commented 3 years ago

Is there any code to calculate the MOTA index of deepsort algorithm? Thank u.

david8862 commented 3 years ago

@kz258852 maybe you can try py-motmetrics or pymot as common MOT eval toolkit.

kz258852 commented 3 years ago

ok,Thank u,i will try it.

david8862 commented 3 years ago

@kz258852 I've ported pymot here and have a simple try on MOT16 dataset. FYI.

kz258852 commented 3 years ago

Brother, your code can generate groundtruth.json file, but how to generate hypothesis.json files? The pymot.py code needs these two files. Thank u.