cheind / py-motmetrics

:bar_chart: Benchmark multiple object trackers (MOT) in Python
MIT License
1.36k stars 258 forks source link

How to print IDTP, IDFP, IDTN, IDFN and num_detections metrics #153

Open ssbilakeri opened 2 years ago

cheind commented 2 years ago

Not sure if you have tried but,

  1. Have a look at how to compute / print metrics in general here
  2. Lookup the metrics you need in metrics.py and add those to compute statements.