node-moving-things-tracker icon indicating copy to clipboard operation
node-moving-things-tracker copied to clipboard

Refactor: Allow for mutliple Tracker instances

Open vsaw opened this issue 3 years ago • 1 comments

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 avatar Dec 17 '21 16:12 vsaw

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 avatar Feb 10 '22 17:02 vsaw