-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLEAR MOT MetricGenerator
#1068
Conversation
a261367
to
9fde5fc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1068 +/- ##
==========================================
+ Coverage 94.31% 94.33% +0.01%
==========================================
Files 208 209 +1
Lines 13603 13716 +113
Branches 2767 2790 +23
==========================================
+ Hits 12830 12939 +109
- Misses 522 523 +1
- Partials 251 254 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hey @sdhiscocks, since you reviewed a precursor PR on the associator logic - could you please take a look on this PR, which implements the actual metric? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution. Looks good to me, with some minor suggestions. 👍
Will also need to add docs/source/stonesoup.metricgenerator.tracktotruthmetrics.rst
file and toc tree entry in docs/source/stonesoup.metricgenerator.rst
for docs to generate.
This PR follows #1017 - where the association described in [1] is implemented.
Now we compute the actual MOTP and MOTA metrics:
[1] Evaluating Multiple Object Tracking Performance: The CLEAR MOT Metrics, Bernardin et al, 2008