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 已经将cmakelist 74line 的小写o改成了大写O 编译失败  - 系统环境/System Environment:Ubuntu 22.04.3 LTS, python 3.8.19 ``` Package Version ---------------------- ----------- annotated-types 0.6.0 anyio...
经过近期在社区的讨论: #11859 ,和线下的社区交流,我们在[社区会议](https://github.com/PaddlePaddle/community/blob/master/pposdwg/2024-Q2-meeting-minutes.md)上,正式成立了 PaddleOCR PMC(Project Management Committee) 。 ## 初始 PMC 成员 - @GreatV (PMC Chair) - @tink2123 (PMC Chair) - @Topdu - @SWHL - @Liyulingyue - @Sunting78 PMC 的职责,被简要地概括为:**照看项目、持续研发、发展社区**。PMC...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: ubuntu 22.04 nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Wed_Sep_21_10:33:58_PDT_2022 Cuda...
I am using the PaddleOCR pretrained model for the English language [link](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_en/models_list_en.md#22-english-recognition-model) The dictionary path in the English YAML **en_dict.txt** file contains only 62 characters. `0 1 2 3 4...
端侧本地部署ppocr的推理程序。计划将ppocr编译为dll,并导出一个接口供外部调用。主程序ConsoleApplication1.exe调用这个导出的接口。主程序里引入mimalloc后,在推理过程中崩溃。 具体崩溃位置为检测过程的BoxesFromBitmap接口,见附图。 其中主程序ConsoleApplication.exe的代码为 PPOCR推理库导出接口为 请教可能是什么原因?是ppocr里内存管理可能有不恰当的地方,还是自身与mimalloc不兼容?是否与ppocr.dll的MT、MD模式有关?
How can you identified rotated image for extracting text using this ocr. Which code can i refer in this github I need rotated angle and how to rotate as proper...
按照官网: https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/applications/%E8%BD%BB%E9%87%8F%E7%BA%A7%E8%BD%A6%E7%89%8C%E8%AF%86%E5%88%AB.md》所述步骤对ch_PP-OCRv4_det_train模型进行车牌数据集fine-tune。 目前官方文档提供的demo是ch_PP-OCRv3_det_distill_train模型。 我们打算选用ch_PP-OCRv4_det_train,在选用配置文件“ch_PP-OCRv4_det_student.yml”时,训练过程中会出现以下报警: [2024/02/21 10:08:23] ppocr WARNING: The pretrained params backbone.conv1.hardswish.scale not in model [2024/02/21 10:08:23] ppocr WARNING: The pretrained params backbone.conv1.hardswish.bias not in model 请问需要怎么调整?或者选用哪个配置文件才合适?(PaddleOCR-release-2.7内config文件夹自带的ch_PP-OCRv4_det_teacher.yml与ch_PP-OCRv4_det_cml.yml都尝试过,报错问题更多)
#### 问题描述 / Problem Description 使用ch_PP-OCRv4_det_infer模型进行推理时是正常的,但是使用server模型推理时,就报core dumped: #### 运行环境 / Runtime Environment - OS: ubuntu18.04 - Paddle: 2.1.3 - PaddleOCR: release/2.7.1 #### 复现代码 / Reproduction Code 使用的指令:python tools/infer/predict_system.py --image_dir="./tests/1.jpg" --det_model_dir="./models/server_model/ch_PP-OCRv4_det_server_infer/"...
使用ch_PP-OCRv4_rec_svtr_large.yml训练的OCR识别模型,训练正常, 使用python tools/eval.py -c configs/rec/PP-OCRv4/ch_PP-OCRv4_rec_svtr_large.yml也是正常的, 用python tools/export_model.py -c configs/rec/PP-OCRv4/ch_PP-OCRv4_rec_svtr_large.yml 也是能成功导出模型的 用export_model.py导出的模型,使用python tools/infer/predict_rec.py预测宽度不太长的单行图片也是能正常预测的, 但是predict_rec.py预测宽度比较大的图片时出现:(InvalidArgument) Broadcast dimension mismatch错误 即使是训练、验证用的宽度比较大的图片也是出现这个错误,这个怎么解决? 训练配置:image_shape: [3, 48, 320], max_text_length: &max_text_length 50 `[2024/05/25 14:48:36] ppocr INFO: Traceback (most...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:windows 11 教育版 - 版本号/Version:Paddle:paddle 2.7 PaddleOCR: 问题相关组件/Related components:PPOCRLabel - 运行指令/Command Code:python PPOCRLabel.py --lang ch - 完整报错/Complete Error...