Belval / CRNN

A TensorFlow implementation of https://github.com/bgshih/crnn
MIT License
297 stars 101 forks source link

What is the different bettween this project and current LSTM+CTCproject #42

Closed wangyuxin87 closed 5 years ago

wangyuxin87 commented 5 years ago

I wanna if there are something developments in current LSTM+CTC project, which I notice your project was established 2years ago. Wait for you response!

Belval commented 5 years ago

I wouldn't know what to answer to that. My project is an implementation of Shi's paper from 2015. I tried to stay as true to the original paper as possible.

As for the other project I wouldn't know.