Add a sample app showcasing chaining ObjectDetector with ObjectTracker skills. The sample periodically runs the detector and initializes trackers based on the detected objects. The ObjectKind filter is applied prior to tracker initialization, i.e. only whitelisted object kinds are tracked.
Tracked objects are arbitrarily assigned numbers on initialization. The number of an object may change at tracker re-initialization (when the detector runs); there is no object correlation or tracker state preserved through detector evaluation/tracker re-initialization
Add a sample app showcasing chaining ObjectDetector with ObjectTracker skills. The sample periodically runs the detector and initializes trackers based on the detected objects. The ObjectKind filter is applied prior to tracker initialization, i.e. only whitelisted object kinds are tracked.
Tracked objects are arbitrarily assigned numbers on initialization. The number of an object may change at tracker re-initialization (when the detector runs); there is no object correlation or tracker state preserved through detector evaluation/tracker re-initialization