Skip to content

PyTorch based OCR involving CTPN (detection) and CRNN (recognition)

Notifications You must be signed in to change notification settings

saswat0/OCR-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR-net

PyTorch based OCR involving CTPN (detection) and CRNN (recognition)

Requirements

  • Python-3.6
  • pytorch-0.4.1+
  • torchvision-0.2.1
  • opencv-3.4.0.14
  • numpy-1.14.3

Detection

Detection is based on CTPN

Recognition

Recognition is based on CRNN

Test

Download pretrained models from gdrive link into checkpoints folder

python3 demo.py

Implementation References

About

PyTorch based OCR involving CTPN (detection) and CRNN (recognition)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages