faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.39k stars 360 forks source link

Custom data training #256

Open Tushar009R opened 2 months ago

Tushar009R commented 2 months ago

Hi @faustomorales,

I am working on fine-tuning a detector using a custom dataset in Sanskrit (handwritten manuscripts). Since the ICDAR 2013 dataset utilizes character-level annotations, I wanted to confirm if I also need to provide character-level annotations for other languages in my dataset. Since I previously provided word level annotations in finetuning EasyOCR which also uses CRAFT model only for Text Detection

Thank you!