Provide ground truth data for training
mainGround truth data must be placed in a specific directory structure: data/MODEL_NAME-ground-truth.
File Requirements
- Images: Must be TIFF (
.tif) or PNG (.png,.bin.png, or.nrm.png). - Transcriptions: Must be single-line plain text files with the same name as the image but with the extension replaced by
.gt.txt(e.g.,line01.pngandline01.gt.txt).
Data Splitting
The files in this directory are split into training and evaluation sets based on the RATIO_TRAIN variable (default is 0.90).