You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the ocrd/all:latest converted to a singularity image,
and downloaded the models for sbb-binarize:
singularity exec --bind ~/ocrd-resources:/usr/local/share/ocrd-resources ../ocrd.sif ocrd resmgr download ocrd-sbb
►-binarize default-2021-03-09
16:22:24.826 INFO ocrd.resource_manager.download - Copying '.' from archive to /usr/local/share/ocrd-resources/
►ocrd-sbb-binarize/default-2021-03-09
16:22:25.007 INFO ocrd.cli.resmgr - Installed resource https://github.com/apacha/sbb_binarization/releases/
►download/pre-trained-models/model_2021_03_09.zip under /usr/local/sh
are/ocrd-resources/ocrd-sbb-binarize/default-2021-03-09
16:22:25.007 INFO ocrd.cli.resmgr - Use in parameters as 'default-2021-03-09'
and then
singularity exec --bind /home/hd/hd_hd/hd_wu120/ocrd-resources:/usr/local/share/ocrd-resources -e --env-file /home
►/hd/hd_hd/hd_wu120/ocrd.env --env MAGICK_TEMPORARY_PATH=/scratch/hd_wu120_o05i15 --env TMPDIR=/scratch/
►hd_wu120_o05i15 /home/hd/hd_hd/hd_wu120/ocrd.sif ocrd-sbb-binarize -P model default-2021-03-09 -I OCR-D-IMG -O OCR
►-D-001
...
...
File "/usr/local/lib/python3.8/site-packages/tensorflow/python/saved_model/loader_impl.py", line 116, in
►parse_saved_model
raise IOError(
OSError: SavedModel file does not exist at: /usr/local/share/ocrd-resources/ocrd-sbb-binarize/default-2021-03-09/
►__MACOSX//{saved_model.pbtxt|saved_model.pb}
Command exited with non-zero status 1
The text was updated successfully, but these errors were encountered:
I'm using the ocrd/all:latest converted to a singularity image,
and downloaded the models for sbb-binarize:
and then
The text was updated successfully, but these errors were encountered: