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

Bug in clip_box function #9

Open
txytju opened this issue Feb 21, 2019 · 1 comment
Open

Bug in clip_box function #9

txytju opened this issue Feb 21, 2019 · 1 comment

Comments

@txytju
Copy link

txytju commented Feb 21, 2019

in clip_box function, if x1<x2 or y1<y2 is not true, a area wil still be returned, but there is no box.

@ghost
Copy link

ghost commented Feb 5, 2021

Because annotations are in form (x1, y1, x2, y2);
x1, y1 require to < x2, y2

Thanks.

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