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

Operands could not be broadcast together with shapes (512,512) (306,220) #6

Closed
lianqing11 opened this issue Sep 12, 2019 · 2 comments
Closed

Comments

@lianqing11
Copy link

lianqing11 commented Sep 12, 2019

Hi author, thanks for your open source.

When I train the icdar15 dataset, I met this problem:

"operands could not be broadcast together with shapes (512,512) (306,220). "

Do you also met this problem? And do you know which line of code causes this warning?

@backtime92
Copy link
Owner

@lianqing11 yes, there are some box width or height smaller than 1, so in four_point_transform function the warped with size of (512 * 512) because of the cv2.warpPerspective.
And I think you can ignore it, because it did not influence a lot for results. Also, I will solve it as soon as possible. Or if you have any advice,please contact me.

@lianqing11
Copy link
Author

@backtime92 Thanks for your reply. I got it.

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

2 participants