-
Notifications
You must be signed in to change notification settings - Fork 11
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
stop creating directories in the input fileGrp #60
Comments
Can also cause failures:
|
This is necessary because pix2pixHD expects this directory, named exactly like that, in that place. The data flow in pix2pixHD's plumbing is so convoluted that it's hard to say without trial&error how to fix this. I have no CUDA hardware, so I cannot test the dewarping unfortunately. |
Understood. Than we should document that, and fix the problem of repeated mkdir (which is now more realistic due to
Too bad! |
fixed by #89 |
Probably a left-over of some failed attempt at temporary file I/O…
ocrd_anybaseocr/ocrd_anybaseocr/cli/ocrd_anybaseocr_dewarp.py
Line 39 in 287adce
ocrd_anybaseocr/ocrd_anybaseocr/cli/ocrd_anybaseocr_dewarp.py
Line 158 in 287adce
…these should be removed.
The text was updated successfully, but these errors were encountered: