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 see that most operations convert given bounding boxes from top,left,width,height to top, left, bottom, right. One exception that I could see is the Kalman filter, which uses top, left, aspect ratio, height format.
Wouldn't it be more efficient to use tlbr format for the bounding boxes as input (or convert them to tlbr for once as as soon as they are provided)?
Please let me know if I am missing operations that actually rely on tlwh format.
The text was updated successfully, but these errors were encountered:
I see that most operations convert given bounding boxes from top,left,width,height to top, left, bottom, right. One exception that I could see is the Kalman filter, which uses top, left, aspect ratio, height format.
Wouldn't it be more efficient to use tlbr format for the bounding boxes as input (or convert them to tlbr for once as as soon as they are provided)?
Please let me know if I am missing operations that actually rely on tlwh format.
The text was updated successfully, but these errors were encountered: