thanhtung0512 / vietnamese_handwritten_ocr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1st Kalapa ByteBattles 2023 - Vietnamese Handwritten Text Recognition

1.Installation

- git clone https://github.com/manhdh32/1st_kalapa_ocr.git
- cd 1st_kalapa_ocr
- pip install -r requirements.txt

2. Data

3. Training

Get pretrained model here or generate synthetic data with:

python tools/gen_synthetic_data.py

and training from scratch:

python PaddleOCR/tools/train.py -c configs/pretrained_config.yml

Fine-tune:

python PaddleOCR/tools/train.py -c configs/final_kalapa.yml

4. Inference

Inference notebook here

About


Languages

Language:Python 96.8%Language:Shell 1.6%Language:C++ 0.8%Language:Cuda 0.6%Language:Cython 0.1%