We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: The value of left-corner bounding box (y1) always negative.
The text was updated successfully, but these errors were encountered:
Update boxes.py
40973ff
Fix issue prediction of negative bounding box corner Megvii-BaseDetection#1543 Megvii-BaseDetection#1543
No branches or pull requests
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:
The value of left-corner bounding box (y1) always negative.
The text was updated successfully, but these errors were encountered: