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:3.10.4 - 版本号/Version:Paddle:2.6.1 PaddleOCR: 问题相关组件/Related components:tools/infer/predict_system.py - 运行指令/Command Code:python tools/infer/predict_system.py --det_model_dir=output/CCPD/det_quant/infer --rec_model_dir=output/CCPD/rec_quant/infer --det_limit_side_len=736 --det_limit_type=min --image_dir=F:/DataSet/CCPD2020/ccpd_green/test/ --draw_img_save_dir=infer/quant --use_dilation=true -...

So I want to use algorithms other than the default 'CRNN' algorithm that are available for text recognition in PaddleOCRv4. I saw that you have to build the code from...

注:这个问题是https://github.com/PaddlePaddle/PaddleOCR/issues/10337 的重开,它未得到解决或解答,且被关闭了,这个问题和PaddleInference 2.5准确率下降的问题是不同的问题。 - 系统环境/System Environment:Windows 10 - Paddle: 2.5.0/2.4.2 with mkldnn - PaddleOCR: ppocr-v4 识别模型 AVX512 CPU上速度正常,速度大约是1.3s 在其它CPU上奇慢无比,速度大约是60秒~100秒 (虚拟机CPU都是4核) ![LFOV6P1M3% Z@$(DB5TM7HB](https://github.com/PaddlePaddle/PaddleOCR/assets/1317141/57c3b929-a1c5-48d9-88b8-8f5f9ee11b06) 使用Openblas或者Onnx速度都正常,使用ppocr-v3识别模型也正常。

triaged
needs investigation
intel related

![image](https://github.com/PaddlePaddle/PaddleOCR/assets/99791142/083cdd1e-ff38-4ec9-947b-f0eea64b2d93) 请问这种问题咋回事?

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:win10 - 版本号/Version:Paddle:2.7 PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code:python tools/train.py -c configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_dml.yml - 完整报错/Complete Error Message: [2024/05/09 14:50:45]...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Ubuntu python3.8 - 版本号/Version:Paddle:2.5.1 PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c /public/home/liuzhongyang/guo/PaddleOCR/configs/rec/PP-OCRv3/ch_PP-OCRv3_rec_distillation.yml...

默认 python PPOCRLabel.py 没有问题, 可以正常标注 和识别. 使用 python PPOCRLabel.py --lang ch 报错. `-------------------------------------- C++ Traceback (most recent call last): -------------------------------------- 0 paddle_infer::Predictor::Predictor(paddle::AnalysisConfig const&) 1 std::unique_ptr paddle::CreatePaddlePredictor(paddle::AnalysisConfig const&) 2 paddle::AnalysisPredictor::Init(std::shared_ptr const&,...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message: 如题,本人自己使用如下命令打包pyinstaller -F -w PPOCRLabel.py --collect-all...