tracklab.wrappers.eval package

Subpackages

Submodules

tracklab.wrappers.eval.trackeval_evaluator module

class tracklab.wrappers.eval.trackeval_evaluator.TrackEvalEvaluator(cfg, eval_set, show_progressbar, dataset_path, tracking_dataset, *args, **kwargs)[source]

Bases: Evaluator

Evaluator using the TrackEval library (https://github.com/JonathonLuiten/TrackEval). Save on disk the tracking predictions and ground truth in MOT Challenge format and run the evaluation by calling TrackEval.

run(tracker_state)[source]

Run the evaluation :param tracker_state: the tracker state for the evaluation :type tracker_state: TrackerState

tracklab.wrappers.eval.trackeval_evaluator.format_metric(metric_name, metric_value, scale_factor)[source]