Robert Sachunsky
Robert Sachunsky
> But using `notdir` looks fine for me because it allows specifying a full path for `PYTHON`. Duh, of course! Wood from the trees...
In this particular case, I think we can keep ocrd_all completely out of the picture: It was the non-existing packaging of pix2pixHD and the horrible integration of the pix2pixHD subcomponent...
> It was the non-existing packaging of pix2pixHD and the horrible integration of the pix2pixHD subcomponent in ocrd_anybaseocr which led us to this solution. But now that we need a...
Alas, due to pypa/pip#6658, we cannot just make setup contain a pix2pixhd dependency as a relative path. So I think I'll just upload a pkg for it myself.
Done: - fixed by https://github.com/OCR-D/ocrd_all/pull/304 - based on https://github.com/OCR-D/ocrd_anybaseocr/pull/91
> I could but you solved everything AFAICS. Is there still a need for it? No, not anymore.
Note: `per_process_gpu_memory_fraction` is a flp ratio, so 7.7 means "oversubscribe memory of a single GPU by using slow unified memory". Here's the full documentation: > Fraction of the available GPU...
Same happens with `/.config` (where `ocrd resmgr` wants to create `ocrd`). I believe the reason for this is that when run as non-root, `HOME` is set to `/`, but that...
> I think OCR-D has to decide if you want a "have it all" environment. Then either separate venvs per processor or some kind of Docker setup could be the...
@stweil > Are there plans to upgrade models and software to TF 2? I think it would help to get an overview of all processors which still use TF 1...