microsoft / AISkillsForWindows

Contains samples for implementing Windows Skills by extending the preview base API and using exsting skill packages
https://docs.microsoft.com/en-us/windows/ai/windows-vision-skills/
MIT License
166 stars 46 forks source link

Add sample demonstrating chaining ObjectDetector and ObjectTracker skills #60

Closed dhung-msft closed 5 years ago

dhung-msft commented 5 years ago

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