deep_sort icon indicating copy to clipboard operation
deep_sort copied to clipboard

Why are the bounding boxes in tlwh format and not in tlbr format?

Open tuncalie opened this issue 2 years ago • 0 comments

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.

tuncalie avatar Feb 11 '23 08:02 tuncalie