Qidian213 / deep_sort_yolov3

Real-time Multi-person tracker using YOLO v3 and deep_sort with tensorflow
GNU General Public License v3.0
1.65k stars 593 forks source link

Finding the life time of a tracker? #88

Open prnvjb opened 5 years ago

prnvjb commented 5 years ago

How to find the life time of a tracker? I'm making tracker sets to collect objects in every frame? In order to end the collection of each tracker I'm trying to find end of tracker or tracker lifetime. Thanks for the help!!

crazylazydboy commented 4 years ago

Hi, I'm interested in the same >> finding and recording life of track IDs.. Were you able to make some progress ??