-
作者您好,首先非常感谢你将这么好的项目开源出来,让大家一起学习。
我最近也遇到些问题,就是OCR识别部分速度慢的问题,看了你这项目之后,才知道你训练CRNN模型的时候,去掉了lstm,并且将pytorch训练的ocr模型文件*.pth转成darknet下的.weights/.cfg文件,通过opencv的darknet接口来调用,这样识别的速度的确是快多了。
…
-
win10新安装的环境
根据文档安装paddlepaddle和paddlehub等依赖包,执行
(paddle) C:\Users\paddleadmin>hub serving start -m chinese_ocr_db_crnn_server
Warning: Windows cannot use multiprocess working mode, PaddleHub Servin…
-
欢迎您反馈PaddleHub使用问题,非常感谢您对PaddleHub的贡献!
在留下您的问题时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddleHub和PaddlePaddle版本:请提供您的PaddleHub和PaddlePaddle版本号,例如PaddleHub1.7.1,PaddlePaddle1.8.1
2)系统环境:请您描述系统类型,例如Linux/Windows/…
-
It raise error when I try to run https://github.com/faustomorales/keras-ocr#Using
```
Looking for /home/nghiacv/.keras-ocr/craft_mlt_25k.h5
2020-08-12 16:39:00.748298: I tensorflow/stream_executor/…
-
运行,python train.py --cfg lib/config/360CC_config.yaml
出现,(smile) F:\test\lianxi\OCR>python train.py --cfg lib/config/360CC_config.yaml
train.py:25: YAMLLoadWarning: calling yaml.load() without Loade…
-
采用教程编译了windows下的 ocr_system.exe(mkl数学库),测试发现,同一张图片有如下情况
1. 同样的cpu_math_library_num_threads_=10情况下,use_mkldnn 选项打开耗时(1.85s) 关闭选项(1.6s)
2. use_mkldnn 关闭,cpu_math_library_num_threads_=0时,耗时1.4s cp…
-
个人想搭建测试web接口请求,falsk不知道为啥会加载2次模型,不知是我代码问题还是啥
这么写,我启动端口服务的时候可以起开并访问。
但是调用时又加载一次模型文件
![image](https://user-images.githubusercontent.com/57654726/89194305-c486a780-d5d9-11ea-9377-7718fde8f313.png)…
-
您好,在开始训练时,我遇到了这种情况:
‘I0515 15:14:44.180166 8095 caffe.cpp:213] CUDNN version: 7004
I0515 15:14:44.180531 8095 caffe.cpp:229] Using GPUs 1
I0515 15:14:44.193114 8095 caffe.cpp:234] GPU 1: GeForce…
-
epoch:0/10
Traceback (most recent call last):
File "train-ocr.py", line 276, in
if (j+1)%interval==0:
ZeroDivisionError: integer division or modulo by zero、
执行train-ocr时,报错如上,
这个interval是…
-
Hi; this is not an issue but a question on custom pipelines: I apologize if this is not the place for such a matter; if there's a specific place to post please let me know.
I'm trying to set up a ker…