FOTS_TF
FOTS_TF copied to clipboard
InvalidArgumentError (see above for traceback): assertion failed: [width must be >= target + offset.]
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?
Have you solved this problem
When I tested the model, I met the same problem as you. Do you know the reason?