Using ocrd/all:maximum I get the following error when executing ocrd-anybaseocr-dewarp -I OCR-D-DESKEW-PAGE -O OCR-D-DEWARP-PAGE:
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
On the other hand, explicitly passing -gpu_id=-1 yields
model [Pix2PixHDModel] was created
I would have expected from the docs that -gpu_id=-1 is the default and implicitly passed, while what I see implies the contrary.
Using
ocrd/all:maximumI get the following error when executingocrd-anybaseocr-dewarp -I OCR-D-DESKEW-PAGE -O OCR-D-DEWARP-PAGE:On the other hand, explicitly passing
-gpu_id=-1yieldsI would have expected from the docs that
-gpu_id=-1is the default and implicitly passed, while what I see implies the contrary.