Skip to content

An easy-to-run OCR model pipeline based on CRNN and CTC loss

License

Notifications You must be signed in to change notification settings

kapitsa2811/OCR-model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR CRNN and CTC loss model

Quick setup and start

The provided Dockerfile is supplied to build an image with CUDA support and cuDNN.

Also you can install the necessary python packages via requirements.txt

Preparations

  • Clone the repo.
  • Download and extract dataset to the data/ folder.
  • sudo make all to build a docker image and create a container. Or sudo make all GPUS=device=0 CPUS=10 if you want to specify gpu devices and limit CPU-resources.

About

An easy-to-run OCR model pipeline based on CRNN and CTC loss

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.7%
  • Dockerfile 2.7%
  • Makefile 1.6%