Hi, sorry for the brief title, let me explain my situation a bit. So what i've done is:
1. Use tesstrain.sh to generate the training files (the.lstmf, .txt and that one other format) 2. Fine-Tune the best model to said training files 3. Perform lstmeval using one of the resulting checkpoints on the same file i trained on Expected result : - the program loads every files listed on the .txt generated in (1), and performs validation, and in doing so prints out the Truth and OCR of every sample What i got: - the program prints the file names in the .txt generated in (1), but did not perform validation, no Truth and OCR result being written seems to indicate it fails to read the lines? Things to note: - other checkpoints trained on the same data does not work, too - it works when i changed data list (not the one i use for training) or use the .lstm file you extract from off-the-shelf .traineddata files Is this intended behaviour? or am i doing something wrong? -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/4b75e0be-1bdc-4c1c-a108-8055aefc737b%40googlegroups.com.

