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.
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.