Skip to content

Commit

Permalink
fix flake8 linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kopytjuk committed Sep 6, 2024
1 parent ae0bae5 commit 14b04e0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions stonesoup/metricgenerator/clearmotmetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 14b04e0

Please sign in to comment.