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

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:paddlepaddle-gpu 2.3.2.post112 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:paddleocr2.7 - 运行指令/Command Code:python -m paddle.distributed.launch --log_dir=./debug --gpus '0,1,3,4' tools/train.py -c configs/rec/PP-OCRv4/ch_PP-OCRv4_rec_distill.yml...

bug

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Win10,NVIDIA GTX 1050ti , CUDA 12.0 ,cuDNN 8.9.1 - 版本号/Version:Paddle:paddlepaddle-gpu-2.5.1 PaddleOCR:2.6 - 问题相关组件/Related components: - 运行指令/Command Code: `python...

stale

![image](https://github.com/PaddlePaddle/PaddleOCR/assets/31125043/1db58518-be7f-4b4d-a072-8ddd5743bedf) 不开mkldnn的时候也要10秒,比pp_ocrv3慢了一倍 开了mkldnn这是有bug吧,直接200秒了,pp_ocrv3开了这个快的飞起

bug
mkldnn

故事是这样的 ![image](https://github.com/PaddlePaddle/PaddleOCR/assets/31125043/83149ccd-63f6-485f-8db4-0e662ec38e64) 我项目里的这些斜着的字有几率识别不出来 ![image](https://github.com/PaddlePaddle/PaddleOCR/assets/31125043/92861f27-9cfd-493e-97e1-d6a5e821ef4b) 就是自己finetune过,没传参的推理 ![image](https://github.com/PaddlePaddle/PaddleOCR/assets/31125043/8c509bc4-65ef-4ce4-840d-429fa7218949) 于是我追踪代码到了这里,并强制在这里把det_box_type参数改成了'poly' ![image](https://github.com/PaddlePaddle/PaddleOCR/assets/31125043/b3c4457a-2c0f-4965-aea8-c455c4ca4ae7) 很神奇的就识别出来了 ![image](https://github.com/PaddlePaddle/PaddleOCR/assets/31125043/ad7e2a7c-2cad-494e-9f9a-8b947538dc54) 于是我尝试传参使用 ![image](https://github.com/PaddlePaddle/PaddleOCR/assets/31125043/62ad9e61-c7d9-4e20-a3ab-60e99dc96c24) 结果报错,能修复嘛

bug

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:centos - 版本号/Version:Python 3.8.8 Paddle:2.1 PaddleOCR: - 问题相关组件/Related components: - 运行指令/Command Code: - by command code ```bash $...

![image](https://github.com/PaddlePaddle/PaddleOCR/assets/31125043/9f26b0d0-243f-4273-a754-d538a2192db7) 我项目的图长这个样子,有时斜着的字识别不出来,后来打印看了下,部分框顶点顺序乱了 ![image](https://github.com/PaddlePaddle/PaddleOCR/assets/31125043/9efca7cc-6e3e-421c-ad88-22322689cb2d) 就是经过这步之后乱的,害我研究好久 希望能修复,这样我使用的时候就不用改源码了

bug

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:win10 - 版本号/Version:Paddle:2.3.2 PaddleOCR:2.6 问题相关组件/Related components:rec-PPOCRv3 - 运行指令/Command Code:train.py - 完整报错/Complete Error Message: [2023/12/09 20:45:37] ppocr ERROR: When...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:centos7 - 版本号/Version:Paddle:paddlepaddle-gpu 2.5.2.post112 PaddleOCR:2.7.0.3 问题相关组件/Related components: - 运行指令/Command Code: ocr = PaddleOCR(use_angle_cls=False, lang="ch", det_model_dir = det_model_dir, rec_model_dir...