tesseract-ocr / tesstrain

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

error during training ( make: * [data/foo/foo.traineddata] Error) #279

Closed nebiyebln closed 2 years ago

nebiyebln commented 3 years ago

Hi, I created everything correctly. After the 'make training' command, some of my files were not created and I am getting this error: Config file is optional, continuing... Failed to read data from: data//foo/foo.config Failed to read data from: data//radical-stroke.txt Error reading radical code table data//radical-stroke.txt Makefile:123: recipe for target 'data/foo/foo.traineddata' failed make: * [data/foo/foo.traineddata] Error Screenshot from 2021-09-16 10-31-23 @kba @zdenop @jimregan

ozlem-atiz commented 3 years ago

oh. yes i have this error . HELP

zdenop commented 3 years ago

posting screenshots does not help much. Input data could help more.

I created everything correctly.

So why do you get errors like these?

Failed to read data from: data//foo/foo.config
Failed to read data from: data//radical-stroke.txt
Error reading radical code table data//radical-stroke.txt
haideralipf commented 2 years ago

i have this error Connecting to github.com Unable to establish SSL connection. Makefile:317: recipe for target 'data/radical-stroke.txt' failed

huuson235 commented 2 years ago

I have this issue too but it resolved. Simply, rm data/radical-stroke.txt to download it, make sure that your internet is good.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.