PaddleOCR
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...
请提供下述完整信息以便快速定位问题/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...
RuntimeError: (PreconditionNotMet) The meta data must be valid when call the mutable data function.
请提供下述完整信息以便快速定位问题/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...
 不开mkldnn的时候也要10秒,比pp_ocrv3慢了一倍 开了mkldnn这是有bug吧,直接200秒了,pp_ocrv3开了这个快的飞起
故事是这样的  我项目里的这些斜着的字有几率识别不出来  就是自己finetune过,没传参的推理  于是我追踪代码到了这里,并强制在这里把det_box_type参数改成了'poly'  很神奇的就识别出来了  于是我尝试传参使用  结果报错,能修复嘛
请提供下述完整信息以便快速定位问题/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 $...
 我项目的图长这个样子,有时斜着的字识别不出来,后来打印看了下,部分框顶点顺序乱了  就是经过这步之后乱的,害我研究好久 希望能修复,这样我使用的时候就不用改源码了
请提供下述完整信息以便快速定位问题/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...