项目作者: ray0809

项目描述 :
a detector is used for detecting text in Chinese ID
高级语言: Python
项目地址: git://github.com/ray0809/Text-detector-for-Chinese-ID.git
创建时间: 2017-08-23T06:54:30Z
项目社区:https://github.com/ray0809/Text-detector-for-Chinese-ID

开源协议:

下载


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