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:win10 - 版本号/Version:Paddle: 2.5 PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message: 请教一下,paddle --use_onnx=True 怎么指定语种? predict_system.py...
[2022/08/06 01:18:05] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.0.cell.bias_ih not in model [2022/08/06 01:18:05] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.0.cell.bias_hh not in model [2022/08/06 01:18:05] ppocr WARNING: The pretrained params Student.head.sar_head.decoder.rnn_decoder.1.cell.weight_ih...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message:
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message:
I just don't know why -_- ``` Traceback (most recent call last): File "C:\Users\Aquiko\miniconda3\envs\open-mmlab\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\Aquiko\miniconda3\envs\open-mmlab\lib\runpy.py", line 87, in _run_code exec(code, run_globals)...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem paddleocr --image_dir C:/Users/admin/Pictures/微信图片_20220521091100.jpg Traceback (most recent call last): File "C:\Users\admin\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\admin\AppData\Local\Programs\Python\Python39\lib\runpy.py",...
2.3 Release Trained Model - 2.5 Release Code results mismatch. After training my recognition model using the 2.3 release and testing it successfully, when trying to use the same weights...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Centos7.9, python3.7, R200 - 版本号/Version:Paddle:PaddlePaddle-xpu2.3.0rc0 PaddleOCR:release/2.5 问题相关组件/Related components: - 运行指令/Command Code:\ python3 tools/infer/predict_rec.py --image_dir="./doc/imgs_words/ch/word_4.jpg" --rec_model_dir="./inference/ch_PP-OCRv3_rec_infer/" --use_xpu=True - 完整报错/Complete...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - jetson nx jepack 4.6 cuda 10.2 cudnn 8.2.1 ubuntu 18.04 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: paddle...
单独进行文字检测时,将tensorrt打开,可以正常加速运行。识别部分打开tensorrt就报错 错误信息: -------------------------------------- C++ Traceback (most recent call last): -------------------------------------- 0 paddle_infer::CreatePredictor(paddle::AnalysisConfig const&) 1 paddle_infer::Predictor::Predictor(paddle::AnalysisConfig const&) 2 std::unique_ptr paddle::CreatePaddlePredictor(paddle::AnalysisConfig const&) 3 paddle::AnalysisPredictor::Init(std::shared_ptr const&, std::shared_ptr const&) 4 paddle::AnalysisPredictor::PrepareProgram(std::shared_ptr const&) 5 paddle::AnalysisPredictor::OptimizeInferenceProgram()...