Skip to content

AniketGurav/Text-detector-for-Chinese-ID

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text detector for Chinese ID

This model is forked from ppt_detecteor
I add the training part and use it for detecting text in Chinese ID


Environment

  • python 2.7
  • keras=1.2.2
  • theano=0.9.0
  • some python libraries which can be included in Anaconda

Usage

Training:

X:\Users\Ray>python train_demo.py

prompt:you need create a list first and two folders(data and label),the format is similar to pascal_voc
just like
data/1.jpg label/1.xml
***
***

Testing:

X:\Users\Ray>python test_demo.py


Example

About

a detector is used for detecting text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%