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:python3.6 - 版本号/Version:Paddle: PaddleOCR: PPOCRLabel/Related components:release/2.6 - 运行指令/Command Code:本地windows标注表格 - 完整报错/Complete Error Message: 本地无gpu时,根据社区上一个问题的回复。将PPOCR server部署到服务器上,并可以本地调起。 上一个回复是PPOCRLable.py的97行,use_pdserving参数设为True。 我这边调整后,未发现表格识别推理对应调用 服务器。请问...
**This** is my config.yml ``` Global: debug: false use_gpu: true epoch_num: 500 log_smooth_window: 20 print_batch_step: 5 save_model_dir: ./output/v3_arabic_mobile save_epoch_step: 1 eval_batch_step: [0, 100] cal_metric_during_train: true pretrained_model: checkpoints: arabic_PP-OCRv3_rec_train/best_accuracy save_inference_dir: use_visualdl:...
Is your PPOCRLabel depreciated? After running auto recognition on a batch of images , after clicking OK program ends with the following error `(paddle_env) haider@haider-pc:~/Documents/PaddleOCR/PPOCRLabel$ PPOCRLabel [2022/10/21 19:18:39] ppocr WARNING:...
wherever i tried to train the KIE mdoel i get this error when running on gpu cuda 10.2 and when running on cpu it throws target 41 is out of...
Hi, Thanks for developing PaddleOCR. I am trying to finetune KIE model on my custom dataset. I have my dataset annotated in Label Studio for form data. Since, for relation...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Ubuntu - 版本号/Version:Paddle: PaddleOCR:2.6.0 问题相关组件/Related components: - 运行指令/Command Code:python3 tools/train.py -c configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh.yml - 完整报错/Complete Error Message: [2022-10-21 09:05:35,953]...
Hi I am trying to train SER using custom dataset annotated as here https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/doc/doc_en/kie_en.md SimpleDataset config : configs/kie/vi_layoutxlm/ser_vi_layoutxlm.yaml (modified according to my dataset (check the very end of this issue))...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:window10 - 版本号/Version:release2.6 Paddle: PaddleOCR: 问题相关组件/Related components:onnx onnx部署页面文档错误: 
python ppstructure/predict_system.py --use_gpu=False --use_onnx=True --det_model_dir=./inference/det_onnx/det.onnx --rec_model_dir=./inference/rec_onnx/rec.onnx --table_model_dir=./inference/sla_onnx/sla.onnx --layout_model_dir=./inference/pico_onnx/pico.onnx --image_dir=./docs/table/1.png --rec_char_dict_path=../ppocr/utils/ppocr_keys_v1.txt --table_char_dict_path=../ppocr/utils/dict/table_structure_dict_ch.txt --output=../output --vis_font_path=../doc/fonts/simfang.ttf会报错,经查是ppstructure/layout/predict_layout.py中缺少onnx模型的调用,临时改成了 class LayoutPredictor(object): def __init__(self, args): pre_process_list = [{ 'Resize': { 'size': [800, 608] } }, { 'NormalizeImage':...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message: 识别部分-------自己训练结束的模型在 python tools/eval.py 测试后准确率很高 分别87%,98%,但是相同的数据相同配置在执行python...