JonathonLuiten / TrackEval

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

Allow comparison_plots.py to take trackers name to include in plots as parameters #68

Open yayuniversal opened 2 years ago

yayuniversal commented 2 years ago

Allow the comparison_plots.py script to take as parameters a list of trackers to include in the generated plots. If no parameter is provided, all the trackers found in the trackers folder are included (default and previous behavior). If a tracker name is provided as parameter but not found in the trackers folder, an exception is raised and the script stops.

It can be convenient in scripts (or even manually in the command line) to choose which trackers to include in the generated plots, without having to delete the folder of the "unwanted trackers" in the trackers/ folder.

yayuniversal commented 1 year ago

Hi, Any update on this? Thanks