-
Notifications
You must be signed in to change notification settings - Fork 592
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
ocropus-rpred estrate
option throws exceptions
#121
Comments
This looks like a bug, also my error message looks a little different. Can you provide as your example (bin.png and gt.txt file)? What version of numpy are you using? You can find out by the following python commands: import numpy
numpy.version.version |
Here you go: >>> import numpy
>>> numpy.version.version
'1.11.2' Had the same issue with numpy 1.11.0 provided by ubuntu. |
This issue will probably be solved by #124. |
Okay, that PR is now merged and it should solve this issue. @wallclock You can update to the newest version and test it again. Can you confirm that it is now working? |
Yes it is now working, thanks! |
Note that the default model is not trained at all for handwriting. |
Got the following exception when
estrate
is used.Without
my-line.gt.txt
:With
my-line.gt.txt
:The text was updated successfully, but these errors were encountered: