-
-
Can you please tell me what layers are different from original caffe?
I think this addition add CtcLoss layer and ContinuationIndicator layer. Is that right?
Where is the cpp file of the added layer…
-
首先很感谢repo主无私的分享,该repo非常经典。在使用该repo过程中走过很多坑以下简要介绍:(1)模型推断阶段BN层未关闭,(2)模型推断时dropout未关闭(但测试了很多,发现未关闭也没有出现影响),(3)模型中图像宽度缩小8倍进入ctc loss计算这一点限制很大,使得你训练使用的图像宽度和图像中的文字序列长度有较好的比例,不然就会导致ctc loss无法计算出现ctc loss
为…
-
作为OCR小白菜,希望加上语言模型增加识别准确率,有没有大神有增加语言模型的代码,训练自己的语言模型等,有相关资料的也可以,带带我。
-
-
Upon running the TextRecognizer.py for an image with text, desirable output in form of text is not shown. Instead, a single word output in Chinese language is given. Here is the output:
`2020-05-12…
-
## Description
I'm converting a [CRNN+LSTM+CTC](https://github.com/breezedeus/cnocr-models/blob/master/models/cnocr-models-v1.0.0.zip) model to onnx, but get some errors.
converting code:
```
impo…
-
Below is the configuration file and training log.
Looking forward to your reply.
![IMG_20210420_103511](https://user-images.githubusercontent.com/7894408/115329477-f3bf6200-a1c4-11eb-997b-f5b8a92c…
-
I am new to OCR. I run your code and the Loss and Recognition Loss are all negative and detection loss is positive. I am a little confused about this result. Is it correct?
Train Epoch: 3 [576/856 …
-
你好! 我想请问下为什么修改batch size之后报tensorflow.python.framework.errors_impl.InvalidArgumentError: Not enough time for target transition sequence (required: 4, available: 3)1You can turn this error into a warni…