Hello there,
using deep sort algorithm you actually detect and track in each iteration and creating an object for each detection. So each detection has as id. If something happens and the algorithm do not detect one object, then it may re detect it with a new id, but the old id is still there for some iterations. There isn’t any actually helpful complete tutorial in order to understand the algorithm in depth. So i am asking how i can keep only the latest detected bounding box for each object.
is.confirmed() and time_since_update() are two methods regarding objects and probably play a significant role to what i am saying but i cannot understand them fully. Is there anybody can help me with my question or suggest me a good tutorial?
thanks