Skip to content

zet-rutherford/handwriting_ocr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Shell 1.6%
  • Other 1.5%