bgshih / crnn

Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition.
MIT License
2.06k stars 552 forks source link

how to use tensorflow to instead of torch ? #87

Open ZhangZoffy opened 7 years ago

ZhangZoffy commented 7 years ago

I want to copy the model by tensorflow

githubharald commented 7 years ago

I don't think there is an easy way to "copy" this project to TF. But TF has all components needed out of the box (CNN, LSTM, CTC) which you can use to build CRNN using TF.

harish2704 commented 6 years ago

Hi, I've successfully ported this model ( Its PyTorch version ) to Keras. You can see live demo here
https://github.com/harish2704/pottan-ocr/blob/pre-alpha/web-demo/Readme.md

Hope it will help to port this to Tensorflow