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 followed the tutorial, I extracted the content of ocrd-testset.zip in ./data/foo-ground-truth, but when I run:
make training
I get the following output:
(python) manuelarte@maclaptop tesstrain % gmake training
You are using make version: 4.4.1
tesseract "data/foo-ground-truth/fontane_irrungen_1888_0258_008.tif" data/foo-ground-truth/fontane_irrungen_1888_0258_008 --psm 13 lstm.train
No box data found in 'data/foo-ground-truth/fontane_irrungen_1888_0258_008.box'.
Failed to read boxes from data/foo-ground-truth/fontane_irrungen_1888_0258_008.tif
Error during processing.
gmake: *** [Makefile:260: data/foo-ground-truth/fontane_irrungen_1888_0258_008.lstmf] Error 1
I am running on Mac
The text was updated successfully, but these errors were encountered:
Usually this is when issue reporter does not write whole story ;-) (previous training was stopped, or crashed, or there was missing some dependency and box file was not created correctly...)
Did you check data/foo-ground-truth/fontane_irrungen_1888_0258_008.box? Is there any box information? If not just delete file and run training again...
Hi,
I followed the tutorial, I extracted the content of
ocrd-testset.zip
in./data/foo-ground-truth
, but when I run:I get the following output:
I am running on Mac
The text was updated successfully, but these errors were encountered: