Skip to content
New issue

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.] #34

Open
seokmin-kim opened this issue Oct 16, 2019 · 2 comments

Comments

@seokmin-kim
Copy link

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?

@Npccc
Copy link

Npccc commented Nov 26, 2019

Have you solved this problem

@laofeiwei
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants