As I learned in the list.train and list.eval folders there are lstmf file paths required. Also make sure when you are using tesseract on linux the end of file in the file should be LF and NOT the windows standard CRLF. Maybe this will help you: https://github.com/tesseract-ocr/tesseract/issues/2456
[email protected] schrieb am Donnerstag, 23. November 2023 um 07:33:54 UTC+1: > > chinnu@SaiRahul2507:~/tesseract_tutorial/tesstrain$ > TESSDATA_PREFIX=../tesseract/tessdata make training MODEL_NAME=Y145 > START_MODEL=eng TESSDATA=../tesseract/tessdata MAX_ITERATIONS=200 > You are using make version: 4.3 > lstmtraining \ > --debug_interval 0 \ > --traineddata data/Y145/Y145.traineddata \ > --old_traineddata ../tesseract/tessdata/eng.traineddata \ > --continue_from data/eng/Y145.lstm \ > --learning_rate 0.0001 \ > --model_output data/Y145/checkpoints/Y145 \ > --train_listfile data/Y145/list.train \ > --eval_listfile data/Y145/list.eval \ > --max_iterations 200 \ > --target_error_rate 0.01 > Loaded file data/eng/Y145.lstm, unpacking... > Warning: LSTMTrainer deserialized an LSTMRecognizer! > Code range changed from 111 to 111! > Num (Extended) outputs,weights in Series: > 1,36,0,1:1, 0 > Num (Extended) outputs,weights in Series: > C3,3:9, 0 > Ft16:16, 160 > Total weights = 160 > [C3,3Ft16]:16, 160 > Mp3,3:16, 0 > TxyLfys64:64, 20736 > Lfx96:96, 61824 > RxLrx96:96, 74112 > Lfx512:512, 1247232 > Fc111:111, 56943 > Total weights = 1461007 > Previous null char=110 mapped to 110 > Continuing from data/eng/Y145.lstm > Deserialize failed: data/Y145-ground-truth/eng_0.tif read 0/1229531648 > lines > > in list.train I put some paths to tif files > how to solve this > > -- 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/32121ec9-095e-42d4-a067-de73405a9cf0n%40googlegroups.com.

