-
os environment:
ubuntu18.04 with gpu 10.0,cudnn 7
paddle2.0
operation:
when convert paddle ocr_attention to ++,whcih occurs error as following:
**error:**
-----------------------------------…
-
使用的是rec_mv3_none_bilstm_ctc_v2.0_train预训练模型,配置yml是rec_chinese_lite_train_v2.0.yml。采用了自己的数据集进行识别模型训练。使用的是训练集图片对训练模型进行识别测试,脚本如下:
python3 tools/infer_rec.py -c configs/rec/ch_ppocr_v2.0/rec_chinese_lite…
-
文字识别主要有crnn ocr和attention ocr两种方式,但是在我们的说明文档中,crnn有对应的论文,但是attention ocr没看到,指的是RARE那篇论文吗?是由RARE先提出来的吗?
-
![1648706381](https://user-images.githubusercontent.com/44393339/160986595-a69fb26f-2c26-49ba-b7dc-7df250febe6d.png)
paddle版本为cpu-2.2,paddleocr由2.4降低至2.2,都是该问题,gpu版本也出现该问题,gpu为3070,cuda为11.2,cudnn为8.…
-
您好,在竖直文字上,我使用了该仓库的crnn模型,进行识别竖直文字,看了该仓库的竖直文字识别原理,应该是只能识别横向和或者是竖直文字逆时针颠倒90度的,才能识别。我没有使用文本分类器,单独将图片加载到文字识别模型,如下所示:
![img_3_0000038](https://user-images.githubusercontent.com/43515926/122852729-aafe6380…
-
- 版本、环境信息:
1) paddlepaddle-gpu 1.5.x
2) 百度AI Studio的在线环境(GPU版 V100)
代码来自**场景文字识别**的**OCR Attention**:
https://github.com/PaddlePaddle/models/tree/develop/PaddleCV/ocr_recognition
attention …
-
https://github.com/clovaai/deep-text-recognition-benchmark
apache
-
自己训练数字模型,用到检测和识别,在转inference模型前,识别的是数字。但将检测和识别串联的时候,按照官方教程,转换成inference模型,为什么识别出来的是中文?
-
usage:
##### System information (version)
- OpenCV => OpenCV 4.5.3-dev
- Operating System / Platform => Windows 10 - 64 Bit
- Compiler => Visual Studio 2019
##### Detailed description
I f…
-
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/layers/utils.py:26: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, u…