FOTS_TF icon indicating copy to clipboard operation
FOTS_TF copied to clipboard

InvalidArgumentError (see above for traceback): assertion failed: [width must be >= target + offset.]

Open seokmin-kim opened this issue 5 years ago • 2 comments

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?

seokmin-kim avatar Oct 16 '19 08:10 seokmin-kim

Have you solved this problem

Npccc avatar Nov 26 '19 09:11 Npccc

When I tested the model, I met the same problem as you. Do you know the reason?

laofeiwei avatar Jun 17 '22 03:06 laofeiwei