How to determine correct max_age value.
abdulwajid725 opened this issue · 1 comments
abdulwajid725 commented
Hi,
My Task is to detect and track clothes in a video of people walking around.
When I set the max_age value to 10, then after occlusion, tracker forgets the apparel tracked and assigns new Id once it is detected and tracked again.
When I increase the max_age to larger value, then after the tracked object gets out of the frame, it transfers the same id to other apparels which have just come in the frame. What should I do.
Thanks
alvarojsj commented
Hi, any updates on this? I'm also looking for the best value for that parameter...