-
Notifications
You must be signed in to change notification settings - Fork 18
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
/models not working #394
Comments
For more clarification, I can still effectively use |
Related OCR-D/ocrd_tesserocr#195 |
Me too:
|
sbb-binarize works:
|
I think I now know what's going on: Lines 136 to 142 in 56507f1
So what is supposed to happen here is that we end up with However, since recently we switched to staged build (core → minimum → medium → maximum), that means we enter the above castling move over and over again. Which means:
At runtime, OCR-D resource manager will choke on this structure:
The same goes for Lines 144 to 148 in 56507f1
/models/ocrd-resources/ocrd-resources/ocrd-resources/ocrd-resources/... .
So IMO what needs to be done in both cases is checking whether the target already exists. |
Executing:
Outputs:
When I volume map to I have the latest |
Does not work. However, if I do it the old way I used to with
OCRD_MODELS_DIR_IN_DOCKER="/usr/local/share"
then it works but effectively overwrites that path which leads to other issues such as OCR-D/ocrd_olena#87Originally posted by @MehmedGIT in #380 (comment)
The text was updated successfully, but these errors were encountered: