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...
环境为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...
  是需要修改,paddlepaddle不支持uint8格式的数据进行计算?
请提供下述完整信息以便快速定位问题/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...
- System Environment: python 3.6.13 - Version:   - 运行指令/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  如果使用 export_model.py 預測出來的會是  結果如下: ...
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...