You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find a bug whiling using bytetrack algorithm of this "pip install version"
when i invoke the bytetrack class, i input det matrix
currently the type of bbox in det is tlbr
From xyxy2xywh function of yolov5, tlbr is changed to “xywh”, which are repectively center_x center_y width and height
However, you use (center_x, center_y, width,height) as tlwh incorrectly
so please check and fix it
The text was updated successfully, but these errors were encountered:
I find a bug whiling using bytetrack algorithm of this "pip install version"
when i invoke the bytetrack class, i input det matrix
currently the type of bbox in det is tlbr
From xyxy2xywh function of yolov5, tlbr is changed to “xywh”, which are repectively center_x center_y width and height
However, you use (center_x, center_y, width,height) as tlwh incorrectly
so please check and fix it
The text was updated successfully, but these errors were encountered: