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.3.2 PaddleOCR:2.6 - 问题相关组件/Related components: - 运行指令/Command Code:python tools/train.py -c configs/det/det_r50_db++_icdar15.yml - 完整报错/Complete Error Message: 按照相关指令配置好参数文件后,能够得到检测效果不错的best_accuarcy用于检测印章文字。但是无论是使用小数据集(500train+200test)还是大数据集(8000train+2000test),训练总是会在前几个epoch就达到最好的评估指标。请问这是正常的现象吗?还是说训练过拟合了?应该要从哪里更改呢?...
I am trying to freeze the Backbone layers for fine tuning but I could not find a way to freeze them. There is no parameter in the Configuration file(yml) which...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: Ubuntu18.04 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:2.4 - 运行指令/Command Code: - 完整报错/Complete Error Message: hello thanks for your...
请提供下述完整信息以便快速定位问题/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'm training my dataset with size 9M images on a 2xv100 machine I'm setting the number of epochs to 500 The time estimated for training is more than 200 days...
请问下,ppocr后期是否支持表单图片的标注(多模态信息标注工具)。   
ValueError: (InvalidArgument) AvgPoolGrad dose not support Asymmetric strides. but strides = (2, 1)
华为的ascend 910机器,跑的是paddleocr的文本识别训练。 运行命令: /home/ma-user/anaconda3/envs/MindSpore/bin/python -u train.py -c configs/rec/ch_ppocr_v2.0/rec_chinese_common_train_v2.0.yml -o use_npu=True 系统: Linux notebook-2a7fcf5e-f8cc-473f-9414-a6ff8ebbf05a 4.19.36-vhulk1907.1.0.h619.eulerosv2r8.aarch64 #1 SMP Mon Jul 22 00:00:00 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux Paddle: paddlepaddle_npu-0.0.0-cp37-cp37m-linux_aarch64.whl 完整报错: [2022/10/28...
- 系统环境/System Environment: ubuntu18.4,python3.7 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: paddlepaddle=2.4.0rc0,paddlenlp=2.4.1 - 运行指令/Command Code: python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/kie/vi_layoutxlm/re_vi_layoutxlm_xfund_zh.yml - 训练数据: [{"transcription": "广东增值税专用发票", "label": "question", "points": [[1648, 479],...