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

Fix linear_assignment using scipy and unassigned lost tracks #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tchaloupka
Copy link

Two fixes here.

  • First is for a case when unmatched_track_pool is not initialized with unassigned tracks when there is no high_score detection.
  • Second one is for scipy version of linear_assignment where matched_rows and matched_cols weren't filtered by thresh and thus unmatched_a and unmatched_b were wrong.

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.

1 participant