PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de...

Results 1088 PaddleOCR issues
Sort by recently updated
recently updated
newest added

- 系统环境/System Environment:linux Ubuntu 16.04 2080ti 11G显存 - 版本号/Version:Paddle:2.2.2.post101 PaddleOCR:latest(v2.6) 问题相关组件/Related components: - 运行指令/Command Code: ```shell python ./tools/infer_kie_token_ser_re.py \ -c configs/kie/vi_layoutxlm/re_vi_layoutxlm_xfund_zh.yml \ -o Architecture.Backbone.checkpoints=./pretrained_model/re_vi_layoutxlm_xfund_pretrained/best_accuracy \ Global.infer_img=./train_data/XFUND/zh_val/image/zh_val_42.jpg \ -c_ser configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh.yml \...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:jetson arrch 64 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:paddleocr - 运行指令/Command Code:import paddleocr - 完整报错/Complete Error Message: ` ```...

![image](https://user-images.githubusercontent.com/27794678/199675791-46868896-4b95-49fc-8dd9-86d7c116ce08.png) 通过什么方法可以检测出红框和绿框两个输出?

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Ubuntu 18.04/ Ubuntu20.04 / CentOS 7 均做过尝试 - 版本号/Version:Paddle:2.3.2 PaddleOCR:release/2.6 - 问题相关组件/Related components:tools/program.py; ppocr/optimizer/optimizer.py - 运行指令/Command Code:python3 -m...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:ubuntu18.04 python3.7.0 - - 版本号/Version:Paddle: paddlepaddle-gpu=2.4.0rc0 PaddleOCR:2.6 Paddlenlp: 2.4.1 - 运行指令/Command Code: from pprint import pprint from paddlenlp...

SER 推理模型使用自己训练好的OCR识别检测模型 乱码。不指定rec_model_dir,det_model_dir的话 就是正常的。 如果指定自己的,rec_model_dir,det_model_dir,和rec_char_dict_path 。乱码。 运行的 类似下面这样 参考的这个命令:

通过hub serving start启动PaddleHub Serving,能否多个模型用同一个端口8866,通过url路径参数区分模型? 比如同一个网站上提供图片识别,一共有三种模型,模型1为验证码识别,模型2为身份证件识别,模型3为动物识别

请问一下,PPOCRLabel提供在Windows下的离线可执行文件吗,exe打开可直接运行的那种。 涉密单位可提供的环境有限,仅能使用Win10电脑和Python

- 系统环境/System Environment:Ubuntu - 版本号/Version:PaddleOCR:2.6 问题相关组件/Related components: Det - 配置文件:ch_PP-OCRv3_det_student.yml 添加数据增强MultiplyHueAndSaturation后,训练耗时增加特别多 添加后 ``` transforms: - DecodeImage: img_mode: BGR channel_first: false - DetLabelEncode: null - IaaAugment: augmenter_args: - { 'type': Fliplr,...