标签: image keras ocr ctc
在keras / examples / image_ocr中,ctc损失是通过使用TextImageGenrator来计算的,TextImageGenrator需要会标文件和bigram文件。 可以只提供图像并提供真实值来计算损失并预测文本吗?