-
### Bug description
when I run the following code, the training time of the epoch will increase epoch by epoch. For example, the first epoch takes 3:39 min, and the second on takes 4:21min, and the t…
-
对app.py进行了修改,用于视频中的文字检测与识别。对于一些视频,运行一段时间后,出现如下错误:
File "main_chineseocr.py", line 31, in TEXT
POST(img)
File "main_chineseocr.py", line 49, in POST
leftAdjust=True,rightAdjust=True,alp…
-
I reproduced crnn+ctc and test it on IIIT5K+SVT+IC03+IC13 test database, got WER 0.153, which is same as the reported results in paper.
I also reproduced crnn+ace loss, but only got WER 0.205 on the…
-
https://github.com/qjadud1994/CRNN-Keras/blob/d8e2f552cd5260d590a3a9a6c202d1079833e26e/Model.py#L16
The original paper seems not to have this slicing trick.
-
作者你好,请问CRNN模块现在验证过OK了吗
-
Will Turicreate implement algorithms like ctpn + crnn for scene text detection and recognition?
-
**Hello, thanks a lot for your great job which is very excellent and inspires me a lot.**
**Now I am trying to run your code UCF101_CRNN.py on a Windows PC but facing a Runtime** **problem.**
**I tr…
-
python3 infer.py error:
Traceback (most recent call last):
File "infer.py", line 58, in
model.load_state_dict(torch.load(crnn_model_path))
File "/usr/local/lib/python3.5/dist-packages/t…
-
In UCF101_ResNetCRNN.py:
begin_frame, end_frame, skip_frame = 1, 29, 1
selected_frames = np.arange(begin_frame, end_frame, skip_frame).tolist()
train_set, valid_set = Dataset_CRNN(data_path, train_…
-
您好,看了您的代码收益匪浅,里面有3个问题请您解惑:
1.关于crnn训练数据的生成,我使用的是TextRecognitionDataGenerator,旋转,噪声,模糊,膨胀都可以,您说的随机添加字符间距是直接加入空格吗?还是有别的方法?能否给予代码参考一下。不胜感激
2.识别用的数据集是不定长的吗?
3.您在识别以后后面接的那个语言模型是怎么训练的,就是veterbi那个。