githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.
https://towardsdatascience.com/2326a3487cd5
MIT License
1.96k stars 885 forks source link

IAM line level database #141

Closed Sofiane23i closed 2 years ago

Sofiane23i commented 2 years ago

Hello,

When we use --line_mode argument, we should use IAM line database with line.txt not IAM words , right ?

Thanks

githubharald commented 2 years ago

no, line mode takes multiple word images and pastes them onto a larger image, thereby creating a text line which will be used for training.