Skip to content

tobiasvanderwerff/htr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTR

Codebase for training various HTR models.

Current models include:

  • FPHTR
  • Show Attend and Read

How to install

pip install -e .

Examples

FPHTR

python htr/main.py --data_dir /path/to/IAM \
                   --model fphtr \
                   --data_format word \
                   --max_epochs 3 \
                   --precision 16 \
                   --use_aachen_splits \

SAR

python htr/main.py --data_dir /path/to/IAM \
                   --model sar \
                   --max_epochs 3 \
                   --precision 16 \
                   --use_aachen_splits \

About

Codebase for training various HTR models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages