ray0809 / Text-detector-for-Chinese-ID

a detector is used for detecting text in Chinese ID

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 in Chinese ID


Languages

Language:Python 100.0%