From 14b04e0efa775da08e4ed8f9a2a4097cb743fb4b Mon Sep 17 00:00:00 2001 From: Marat Kopytjuk Date: Fri, 6 Sep 2024 22:25:32 +0200 Subject: [PATCH] fix flake8 linting errors --- stonesoup/metricgenerator/clearmotmetrics.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/stonesoup/metricgenerator/clearmotmetrics.py b/stonesoup/metricgenerator/clearmotmetrics.py index 3edbbe600..2689e4bc1 100644 --- a/stonesoup/metricgenerator/clearmotmetrics.py +++ b/stonesoup/metricgenerator/clearmotmetrics.py @@ -23,10 +23,11 @@ class ClearMotMetrics(MetricGenerator): activities, and relationships (CLEAR) evaluation workshops. The implementation here is derived from [1] and provides following metrics: - * MOTP (precision): average distance between all associated truth and track states. The target score is 0. - * MOTA (accuracy): 1 - ratio of the number of misses, false positives, and mismatches (ID-switches) - relative to the total number of truth states. The target score is 1. This score can become - negative with a higher number of errors. + * MOTP (precision): average distance between all associated truth and track states. + The target score is 0. + * MOTA (accuracy): 1 - ratio of the number of misses, false positives, and mismatches + (ID-switches)relative to the total number of truth states. The target score is 1. + This score can become negative with a higher number of errors. Reference: [1] Evaluating Multiple Object Tracking Performance: The CLEAR MOT Metrics,