slyviacassell / tensorflow_CRNN

CNN+RNN+CTC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow_CRNN

CNN+RNN+CTC

论文:An End-to-ENd Trainable Neural Network for Image-based Sequence Recognition and Its application to Scene Text Recognition 的tensorflow实现

文件 作用
extract.py 提取图片标签中的字符,并制成map.json文件
TFrecorde.py 把数据集生成tfrecorde文件
Model.py 定义模型,train/test
run.py 主程序
inference.py 使用新数据,引用模型

About

CNN+RNN+CTC

License:GNU General Public License v3.0


Languages

Language:Python 100.0%