tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
630 stars 184 forks source link

Training fails to start when model name includes a "-" #267

Closed stweil closed 2 years ago

stweil commented 3 years ago

make training MODEL_NAME=Example-Name does not work.

wrznr commented 3 years ago

@kba Could this be a Makefile problem?

kba commented 3 years ago

I cannot reproduce this

mkdir -p data/Example-Name-ground-truth
cd data/Example-Name-ground-truth
unzip ../../ocrd-testset.zip
cd ../..
make training MODEL_NAME=Example-Name

seems to work fine?

wrznr commented 3 years ago

@stweil Is this problem solved?