crnn icon indicating copy to clipboard operation
crnn copied to clipboard

how to use tensorflow to instead of torch ?

Open ZhangZoffy opened this issue 6 years ago • 2 comments

I want to copy the model by tensorflow

ZhangZoffy avatar Oct 19 '17 07:10 ZhangZoffy

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.

githubharald avatar Oct 23 '17 21:10 githubharald

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

harish2704 avatar Jan 26 '18 04:01 harish2704