-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is py-motmetrics missing any metrics/datasets? #84
Comments
The problem with the metrics on UA-DETRAC is that they use "ignore zones", which are not annotated, and are a source of false positives (as many cars can be detected there). I think this is not taken into account in the current motmetrics, right? |
I think that, at the moment, ignore zones should be handles by the user before calling the toolkit functions. There is an exception: For the MOT challenge datasets, there seems to be a second script ( If this needs to be implemented for detrac, you could modify |
I generated a PR to integrate the ignore zones for the UA-DETRAC dataset. The main problem is the speed, as it loops over all the detections / ground truth and compares it to every ignore zone. I think it could be highly parallelizable though. |
How about the AOGM measure for cell tracking? It is used in the Cell Tracking Challenge. https://cbia.fi.muni.cz/software/aogm-measure.html |
@michih8 any chance you could provide a PR? |
HOTA would be nice to include. It's now the default tracking metric in KITTI and the motivations for this metric seem reasonable in general, not just for the KITTI dataset. The reference implementation of HOTA is here: https://github.com/JonathonLuiten/TrackEval or more specifically here https://github.com/JonathonLuiten/TrackEval/blob/master/trackeval/metrics/hota.py |
@ahrnbom, yes that seems like a good idea. Could you provide a PR? |
Hey,
this is a community question: are you aware of any metrics/datasets that py-motmetrics does not support out of the box, but that you wish it did? If yes, please let us know by citing the related publication.
The text was updated successfully, but these errors were encountered: