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

Refactor: Allow for mutliple Tracker instances #28

Open
vsaw opened this issue Dec 17, 2021 · 1 comment
Open

Refactor: Allow for mutliple Tracker instances #28

vsaw opened this issue Dec 17, 2021 · 1 comment

Comments

@vsaw
Copy link
Collaborator

vsaw commented Dec 17, 2021

I have to confirm with a test suite, but I believe that the tracker does not differentiate merges trajectories without checking for object types.

So if e.g. a Person walks in front of a car, they will not be tracked as two separate objects but as one single object, even if the Modell is capable of detecting the objects separately.

@vsaw vsaw added the bug label Dec 17, 2021
@vsaw
Copy link
Collaborator Author

vsaw commented Feb 10, 2022

Looking at the code this requires to refactor the tracker to allow for different tracker instances. (Right now the tracker is a singleton instance).

@vsaw vsaw changed the title Bug: Tracker merges detections of different object types on overlap Refactor: Allow for mutliple Tracker instances Feb 10, 2022
@vsaw vsaw added enhancement and removed bug labels Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant