Skip to content

abbracadabra/ctpn_text_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

references

difference of mine from the paper

  • no side refinement
  • no recurrent network

data source

baidu cloud drive

dependency

  • tensorflow(1.12.0)
  • PIL
  • numpy

scripts

  • train.py #for training
  • eval.py #for evaluation
  • config.py #all configs are congregated here
  • model.py #build the model
  • tf_vgg_pretrained.py #convert a keras vgg16 model to tensorflow

use

edit eval.py at line 19 to put your image path,then run python ./eval.py.You will see result image pops up with bounding boxes drawn on it.

demo

About

图像文字目标识别

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages