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
InvalidArgumentError (see above for traceback): assertion failed: [width must be >= target + offset.]
This error caused by RoI_rotate.py line 112 roi = tf.image.crop_to_bounding_box(_affine_feature_map, 0, 0, 8, width_box)
_affine_feature_map's width is not bigger than width_box.
How can I fix it?
The text was updated successfully, but these errors were encountered:
Have you solved this problem
Sorry, something went wrong.
When I tested the model, I met the same problem as you. Do you know the reason?
No branches or pull requests
InvalidArgumentError (see above for traceback): assertion failed: [width must be >= target + offset.]
This error caused by
RoI_rotate.py line 112 roi = tf.image.crop_to_bounding_box(_affine_feature_map, 0, 0, 8, width_box)
_affine_feature_map's width is not bigger than width_box.
How can I fix it?
The text was updated successfully, but these errors were encountered: