Skip to content
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

Adding an example of extended object tracking (EOT) #969

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

A-acuto
Copy link
Contributor

@A-acuto A-acuto commented Mar 18, 2024

This PR adds an example showing how to use Stone Soup components for a multi target extended object tracking scenario.

This example assumes that multiple detections are generated by each target at each timestep, by randomly drawing samples from an extended shape (ellipse in this case) and then employs a clustering algorithm to process the multiple detections and generate a new set of detections for performing the tracking duties.

@A-acuto A-acuto requested a review from a team as a code owner March 18, 2024 16:04
@A-acuto A-acuto requested review from jswright-dstl and orosoman-dstl and removed request for a team March 18, 2024 16:04
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.49%. Comparing base (10e26e0) to head (909449d).
Report is 39 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #969      +/-   ##
==========================================
- Coverage   93.52%   93.49%   -0.04%     
==========================================
  Files         201      201              
  Lines       12835    12835              
  Branches     2629     2629              
==========================================
- Hits        12004    12000       -4     
- Misses        587      590       +3     
- Partials      244      245       +1     
Flag Coverage Δ
integration 66.25% <ø> (-0.03%) ⬇️
unittests 89.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants