OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.55k stars 2.19k forks source link

how can i know track objects is who #211

Closed 756537479 closed 5 years ago

756537479 commented 5 years ago

when i use traking model to track objects, how can i know who is who,thanks

OlafenwaMoses commented 5 years ago

ImageAI currently doesn't provide objects or person tracking. You might want to use methods like Kalman filter with the data generated by ImageAI for this purpose. See the link below on examples for Kalman filter.

https://towardsdatascience.com/kalman-filters-a-step-by-step-implementation-guide-in-python-91e7e123b968

756537479 commented 5 years ago

thanks