-
本地单机单卡训练正常。
本地单机多卡出现如下问题。
34 File "./ctc_train.py", line 125, in main
35 train(args, data_reader=ctc_reader)
36 File "./ctc_train.py", line 87, in train
37 feed=get_feeder_data(dat…
-
我应用到crnn去做ocr,就会出现这个问题,调整学习率也没效果
-
When I train, there is an error in the code:
Traceback (most recent call last):
File "det_train.py", line 259, in
TrainValProgram(config)
File "det_train.py", line 145, in TrainValProgr…
kszqq updated
4 years ago
-
我在Docker容器里面执行安装了hub,但是在 执行 hub install deploy/hubserving/ocr_system/ 还是报以下错误
from tools.infer.utility import base64_to_cv2
ModuleNotFoundError: No module named 'tools.infer'
docker执行如下:
…
-
按照官方提供的教程
cmake : 3.10.3
opencv: 3.4.7
gcc/g++: 4.9.3
在conda 10.2 cudnn7.6 虚拟环境操作
inference文件夹放置到c++预测库的paddle文件夹下
inference/
|-- det_db
| |--model
| |--params
|-- rec_rcnn
| |--mode…
-
加载模型时候报以下错误:
./pretrain_models/MobileNetV3_large_x0_5_pretrained/.pdparams not found,
模型已经放在这个目录下了,配置文件det_mv3_db.yml里面也已经设置好模型路径了,不知道是哪地方设置错了
-
如题,python文字定位和检测都比较正常。
![2](https://user-images.githubusercontent.com/34880475/88448085-6dac0000-ce6c-11ea-8d8a-42a3146d226e.png)
但是C++,使用ocr_system.exe识别时,出现文字定位不准确的情况,导致识别结果异常。
![360截图1672040…
-
编译之后,复制到手机 ,adb 连接手机,在手机设备中执行命令:
**./ocr_db_crnn ch_ppocr_mobile_v1.1_det_prune_opt.nb ch_ppocr_mobile_v1.1_rec_quant_opt.nb ch_ppocr_mobile_cls_quant_opt.nb ./11.jpg ppocr_keys_v1.txt**
以下错误:…
-
请问: 将paddle-lite部署转换为linux gpu c++部署版本中,
https://github.com/LDOUBLEV/PaddleOCR/blob/fixocr/deploy/lite/ocr_db_crnn.cc
145 行中: auto *rec_idx = output_tensor0->data(); 如何在linux c++ 中实现相同的功能?
```…
-
如题,返回结果中,文字是没问题的,但是位置框漂移了,根本就不在这里,感觉是不是计算文字位置时计算错误,有bug呀。另,该问题在我本机Ubuntu18.04中是没问题的,打包到docker(也是ubuntu18.04)后部署才会出现这种问题。我使用的pip安装的paddlehub中的代码调用的mobile版的模型。