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
R2CNN_FPN_Tensorflow/libs/box_utils/coordinate_convert.py
Line 43 in 37da5d7
See here,
Developer should keep in mind that the returned rotatedRect can contain negative indices when data is close to the containing Mat element boundary.
the use of minAreaRect could be unsafe. And the drawing will crush the program.
minAreaRect
The text was updated successfully, but these errors were encountered:
I think you can make a bounds check
Sorry, something went wrong.
No branches or pull requests
R2CNN_FPN_Tensorflow/libs/box_utils/coordinate_convert.py
Line 43 in 37da5d7
See here,
the use of
minAreaRect
could be unsafe. And the drawing will crush the program.The text was updated successfully, but these errors were encountered: