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

环境为ppocr docker 镜像2.1.3-gpu-cuda11.2-cudnn8容器环境,正常训练没有问题,但是根据官方文档进行量化就报错了,量化命令为python deploy/slim/quantization/quant.py -c configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_cml.yml -o Global.save_model_dir=./output/quant_model_distill/ - 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR:2.6 - 问题相关组件/Related components: paddleslim 2.3.2 - 运行指令/Command Code:python deploy/slim/quantization/quant.py -c configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_cml.yml -o Global.save_model_dir=./output/quant_model_distill/ - 完整报错/Complete Error...

![image](https://user-images.githubusercontent.com/57654726/195282807-b4446041-ff73-44fd-80ba-a89e4b3c62d6.png) ![image](https://user-images.githubusercontent.com/57654726/195282981-6491d6fc-1655-46a6-8719-bfd007fcf92c.png) 是需要修改,paddlepaddle不支持uint8格式的数据进行计算?

status/close

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Windows 11 x64 - 版本号/Version:Paddle:2.3.2 PaddleOCR:2.6.01 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message: I fine tuned...

可否在PPOCRLabel kie功能中添加关系标注功能?现在有点不方便

PPOCRLabel

- System Environment: python 3.6.13 - Version: ![paddle version](https://user-images.githubusercontent.com/32258790/193961523-652958fd-5cb5-4bb7-9d76-6ecbcc8098db.png) ![image](https://user-images.githubusercontent.com/32258790/193961579-9e951348-6768-45d1-b538-728537b06fc4.png) - 运行指令/Command Code: - yaml 檔 - https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/configs/rec/rec_svtrnet_ch.yml - 轉換模型的方法 - 基本上是參考: https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/deploy/paddle2onnx/readme.md ![image](https://user-images.githubusercontent.com/32258790/193961731-a04a137b-5505-4e05-8ae1-0ed559d6a759.png) 如果使用 export_model.py 預測出來的會是 ![image](https://user-images.githubusercontent.com/32258790/193962063-d0562e5f-6221-43b7-bbfa-ce8f4ed00922.png) 結果如下: ![image](https://user-images.githubusercontent.com/32258790/193962202-c8dc6911-9f18-4fbf-9b6e-634235ccec77.png)...

Python-Levenshtein is GPL licensed, which is not compatible with the Apache license. This PR replaces python-levenshtein with the MIT licensed library rapidfuzz.

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Google colab - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:paddleocrv3 - 运行指令/Command Code:!python3 tools/train.py -c configs/rec/PP-OCRv3/en_PP-OCRv3_rec.yml -o Global.pretrained_model=./pretrain_models/en_PP-OCRv3_rec_train/best_accuracy - 完整报错/Complete Error...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:windows - 版本号/Version:Paddle:release/2.6 - PaddleOCR: 问题相关组件/Related components:ppocr_v3_rec - 运行指令/Command Code: - python tools/infer/predict_system.py --image_dir="******" --det_model_dir="./output/save_det_inference/" --rec_model_dir="./output/save_rec_inference/Student" --rec_image_shape="3, 48,...

Hi I am trying to convert this [det_r50_vd_east_v2.0_train](wget https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_r50_vd_east_v2.0_train.tar) into `inference` model and run with `tensorrt` flag. Input image size is - 512 X 512 X 3 I am facing...