JonathonLuiten / TrackEval

HOTA (and other) evaluation metrics for Multi-Object Tracking (MOT).
MIT License
975 stars 243 forks source link

The difference between MOT and MOTS evaluation on HOTA metrcis #137

Closed NanH5837 closed 5 months ago

NanH5837 commented 1 year ago

I want to evaluate on custom dataset. Due to the difficulty of segmentation mask labeling, can I only label bounding boxes and only obtain the bounding boxes output by the MOTS algorithm for the HOTA metrics evaluation. Is there a big difference between this(using bounding boxes) and the evaluation of HOTA metrics using masks? Here the HOTA metrics only refer to association scores such as AssA, AssPr and AssRe. Thank you!

JonathonLuiten commented 5 months ago

you can evaluate boxes or segmentation masks the same without any issue.