tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
599 stars 178 forks source link

./plot/plot_cer.sh is missing! #313

Closed MeilyOeng closed 1 year ago

MeilyOeng commented 1 year ago

plot_cer.sh file is not created after make training so how to extract plot_cer.csv file from TESSTRAIN.LOG

stefan6419846 commented 1 year ago

This seems to be a documentation error/migration issue in https://github.com/tesseract-ocr/tesstrain/commit/17dcaad64c5e1aa07c16d04fd5c1dded99f6d1ec. Have you tried using the plot/plot_cer.py script, which plot_cer.sh has just been a wrapper for?

MeilyOeng commented 1 year ago

This seems to be a documentation error/migration issue in 17dcaad. Have you tried using the plot/plot_cer.py script, which plot_cer.sh has just been a wrapper for?

I have checked it plot_cer.py but it is just a plot file that get data from csv file, so basically plot_cer.sh extract data from log file into csv file.

stale[bot] commented 1 year 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.