Eagle104fred / Yolov5-deep_sort-Sec_kalman

增加了较为详细的注释、一些自己的功能和封装代码方便嵌入
18 stars 4 forks source link

您这个ID池的具体作用是什么?解读您的代码发现它好像不起到什么作用,望解答 #2

Open liangbo1999 opened 10 months ago

liangbo1999 commented 10 months ago

您这个ID池的具体作用是什么?解读您的代码发现它好像不起到什么作用,望解答

Eagle104fred commented 10 months ago

用于存储检测器找不到情况下的id,当id的生命周期没有耗尽前检测器重新匹配到该id则复活,耗尽的id就淘汰

2023年10月31日 22:14,liangbo1999 @.***> 写道:

您这个ID池的具体作用是什么?解读您的代码发现它好像不起到什么作用,望解答

— Reply to this email directly, view it on GitHub https://github.com/Eagle104fred/Yolov5-deep_sort-Sec_kalman/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFRJFJZOHMXX4RV2ZVFYCA3YCEBTTAVCNFSM6AAAAAA6XYTE52VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TANJXGA2DMOI. You are receiving this because you are subscribed to this thread.

liangbo1999 commented 10 months ago

请问ID是如何复活的,解读您的代码好像没有直接对ID进行操作

Eagle104fred commented 10 months ago

直接把生命周期重置

2023年11月1日 20:57,liangbo1999 @.***> 写道:

请问ID是如何复活的,解读您的代码好像没有直接对ID进行操作

— Reply to this email directly, view it on GitHub https://github.com/Eagle104fred/Yolov5-deep_sort-Sec_kalman/issues/2#issuecomment-1788911108, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFRJFJ3BBJM7TK3S6L4CUATYCJBK7AVCNFSM6AAAAAA6XYTE52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBYHEYTCMJQHA. You are receiving this because you commented.

liangbo1999 commented 10 months ago

感谢您的回答,但这个ID似乎只在对象idpool里空转,并没有影响到跟踪轨迹的ID,我对此感到疑惑。

Eagle104fred commented 10 months ago

轨迹id从idpool里面取的,他们是同一个id

2023年11月2日 16:07,liangbo1999 @.***> 写道:

感谢您的回答,但这个ID似乎只在对象idpool里空转,并没有影响到跟踪轨迹的ID,我对此感到疑惑。

— Reply to this email directly, view it on GitHub https://github.com/Eagle104fred/Yolov5-deep_sort-Sec_kalman/issues/2#issuecomment-1790250369, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFRJFJ2WZ6XJ6HNB2EDF42TYCNIE3AVCNFSM6AAAAAA6XYTE52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJQGI2TAMZWHE. You are receiving this because you commented.