Closed imadtoubal closed 1 year ago
Fine, I will accept the pull request, it is harmless. But note that MultiObjectTrackerRuntime is not really supported in any case (and is not complete) at the moment as it will cause resource problems for many modern trackers. It was only considered as a bridge do old (fast) tracking algorithms that work in single-object mode.
Looks like the member variable
self._runtime
is referenced before being initialized invot/tracker/__init__.py
line 829 resulting in the error:Changing this line 829 from:
to:
solves the issue.
Have there been any successful uses of a multi-object tracker using this toolkit? Can I see some examples?