vmarceau / cabane-crnn

Simple Tensorflow implementation of a CRNN neural network architecture for text recognition (presented during cabane.io 2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cabane-crnn

Exemple d'implémentation tensorflow d'une architecture CRNN (présenté à cabane.io)

Références

B. Shi, X. Bai, C. Yao, "An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition", arXiv:1507.05717.

A. Graves, S. Fernández, F. Gomez, J. Schmidhuber, "Connectionist temporal classification: Labelling unsegmented sequence data with recurrent neural networks". Proceedings of ICML, 2006.

About

Simple Tensorflow implementation of a CRNN neural network architecture for text recognition (presented during cabane.io 2019)

License:The Unlicense


Languages

Language:Python 100.0%