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

YOLOX predict negative bounding box #1543

Open
khaclinh opened this issue Oct 25, 2022 · 0 comments
Open

YOLOX predict negative bounding box #1543

khaclinh opened this issue Oct 25, 2022 · 0 comments

Comments

@khaclinh
Copy link

When the object located in the corner or the edge of image, model predict negative bounding box.
I print the bounding boxes value from tools/demo.py as below:
https://github.com/Megvii-BaseDetection/YOLOX/blob/main/tools/demo.py#L178
and get the issue:
bug
The value of left-corner bounding box (y1) always negative.

khaclinh added a commit to khaclinh/YOLOX that referenced this issue Oct 25, 2022
Fix issue prediction of negative bounding box corner Megvii-BaseDetection#1543 
Megvii-BaseDetection#1543
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