-
crnn can recognize line of charactors by my understading, but images of yours appears to be 2 lines.
is my understand right?
-
Currently TRTIS only allows the first dimension of an input/output tensor to be variable sized and only when that dimension represents batching. TRTIS should allow variable-sized dimensions in other c…
-
1. 在models/fluid/PaddleCV/ocr_recognition, 我想使用train.py的def test()里添加以下下面的代码来保存crnn_ctc的__model__文件
fluid.io.save_inference_model(args.save_model_dir,["image","label"],test_seq_error,exe,main_progr…
ghost updated
5 years ago
-
当我尝试运行这份代码时,test.py 有以下报错信息,疑惑?
我添加了map_location='cpu' 是这个原因吗?
model.load_state_dict(torch.load(crnn_model_path,map_location='cpu'))
报错信息:
>> python test.py ****
loading pretrained model from …
-
请问会公开yolo3的训练code么,
yolo3除了在时效上优于ctpn, 准确度上有改进吗
-
Hi 哥哥
今天把那个CRNN_TensorFlow clone下来的时候,然后在PyCharm中运行那个
测试图片ocr的时候报错,是不是github上面那个模型不好使呀?需要自己训练呀?
![image](https://user-images.githubusercontent.com/13706689/47649990-d3952600-dbb9-11e8-98b1-4ab77236…
-
Is `analyzer_vis_tester.cc` an implementation of CRNN-CTC in CAPI? If yes, where can I find trained model and data for inference for that model.
-
作者您好, 我用的是合成的360万中文数据集数据做训练@https://github.com/YCG09/chinese_ocr
具体数据来源我忘了,我就想问一下,问什么我训练的模型输出结果都是固定长的10个字符,在训练集和测试集上效果还可以。但是处理正常的文档中的文本的效果并不好。想问一下作者,像这种情况有什么需要注意的地方,或者是什么参数需要修改
这是模型的部分输出
correct …
-
I can import caffe, and use the ctpb module successfully, but when i want to import both ctpn and crnn modules, there is a error;
raceback (most recent call last):
File "", line 1, in
File "…
-
### Model
Original Model: https://github.com/PaddlePaddle/models/blob/develop/fluid/ocr_recognition/crnn_ctc_model.py
- Since the inference model will do fuse batch norm, thus, we can easily change …