Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tuncalie opened this issue Feb 11, 2023 · 0 comments
Open

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

tuncalie opened this issue Feb 11, 2023 · 0 comments

Comments

@tuncalie
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant