dotrack haved modified!
This commit is contained in:
Binary file not shown.
@ -161,7 +161,7 @@ class BOTSORT(BYTETracker):
|
||||
'''1. reid 相似度阈值,低于该值的两 boxes 图像不可能是同一对象,需要确定一个合理的可信阈值
|
||||
2. iou 的约束为若约束,故 iou_dists 应设置为较大的值
|
||||
'''
|
||||
emb_dists_mask = (emb_dists > 0.85)
|
||||
emb_dists_mask = (emb_dists > 0.65)
|
||||
iou_dists[emb_dists_mask] = 1
|
||||
emb_dists[iou_dists_mask] = 1
|
||||
|
||||
|
Reference in New Issue
Block a user