ilovin / lstm_ctc_ocr

Use CTC + tensorflow to OCR
https://ilovin.github.io/2017-04-06/tensorflow-lstm-ctc-ocr/
354 stars 140 forks source link

Using Tensorflow CTC on Dev and Beta instead of Warp CTC #36

Closed selcouthlyBlue closed 6 years ago

selcouthlyBlue commented 6 years ago

Is it possible to replace Warp CTC withTensorflow CTC for the dev and beta branches of this repository? I plan on using this for mobile and unfortunately, tensorflow android doesn't support warp ctc.

ilovin commented 6 years ago

of course, yes. Actually, someone has already done it. https://github.com/ilovin/lstm_ctc_ocr/issues/34

selcouthlyBlue commented 6 years ago

Alright, I'll try it out for myself. Thank you 👍