-
Notifications
You must be signed in to change notification settings - Fork 21
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
error when resuming training icdar2015 #12
Comments
Hi, @eyebies. I think there are two possible reasons:
|
Thanks for your response! ! I will check that. |
Excuse me,have you fix it?I got the same error. |
Hi,I got the same error, too. And I try to change the version of Shapely to Shapely==1.6.4.post2, which is same as the author's. Then it works. |
Hello, I also encountered the same problem, how did you solve it? |
Firstly, Thanks for sharing the code.
2. Train with ICDAR15
I am trying to resume training on icdar2015 and I run into the following issue
text-detection-fots.pytorch/datasets.py", line 93, in transform
intersected_quad -= crop_point
ValueError: operands could not be broadcast together with shapes (0,) (2,) (0,)
Some of the quads seem to be empty. Could I ignore those and continue. May I ask if how you fixed it? Or am I missing anything
I modified the dataset to icdar, and followed your other instructions!
thanks!
The text was updated successfully, but these errors were encountered: