-
Notifications
You must be signed in to change notification settings - Fork 11
Fix build #92
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
Fix build #92
Conversation
| from pix2pixhd.options.test_options import TestOptions | ||
| from pix2pixhd.models.models import create_model | ||
| from pix2pixhd.data.base_dataset import BaseDataset, get_params, get_transform | ||
| from pix2pixhd.util.util import tensor2im |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sry, forgot to update these – strange I did not notice via tests (I guess it must have been an old copy in my venv).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI shows the failure ...
|
If you think that pix2pixhd should be kept as a submodule, we could add it to ocrd_all instead of ocrd_anybaseocr. |
|
@bertsky, I updated the commit to fix only the build breakage. It no longer removes the pix2pixhd submodule. |
No, that would be a misfit – we only did this for modules which had broken dependencies (neither pip nor submodule workable). |
bertsky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
|
@kba (or whoever has the rights), please merge this pull request and update ocrd_all to get the fix. |
Fixes: cbf2ca4 ("build with proper pix2pixhd pkg")
Signed-off-by: Stefan Weil sw@weilnetz.de