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...
前几天训练还是正常的,今天训练时,就报了这个错误: [hint: 'cublas_status_invalid_value'. an unsupported value or parameter was passed to the function (a negative vector size, for example). to correct: ensure that all the parameters being passed have valid...
运行需要默认下载到c盘里基础模型,如果没有网络就出错,怎么注销掉默认下载链接
PaddleOCR 2.7.1 Paddlelite13rc0 自训练det模型可转 训练自己的数据集使用key_ppocr_v1.txt或自定义字典txt v2 v3 v4 训练加载官方预训练模型 测试的配置文件ch_PP-OCRv2_rec.yml ch_PP-OCRv3_rec.yml ch_PP-OCRv4_rec.yml ch_PP-OCRv3_rec_distill.yml infer模型转nb时可以加载1. Model is successfully loaded! 但无法优化并保存nb ch_PP-OCRv4_rec_distill.yml直接无法训练,加载文字标签报错
- 系统环境/System Environment:Ubuntu - 版本号/Version:Paddle v2.5: PaddleOCR: 问题相关组件/Related components: ppocr/modeling/necks/db_fpn.py - 运行指令/Command Code:python tools/train.py -c ./ch_PP-OCRv4_det_cml.yml - 使用ch_PP-OCRv4_det訓連模型進行fintune時,將 ch_PP-OCRv4_det_cml.yml 中的 Backbone name: PPLCNetNew 找不到對應模型,如果改成**PPLCNetNewV3則會報錯 for i in range(len(in_channels)):TypeError: object of...
遇见ocrv4训练问题
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message: 我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Ubuntu 20.04 - 版本号/Version:Paddle: PaddleOCR:2.7.0 问题相关组件/Related components: - 运行指令/Command Code:Training phase - 完整报错/Complete Error Message:db_Student_loss_cbn: 0.000000, db_Student2_loss_cbn: 0.000000...
### PR 类型 PR types Bug fixes ### PR 变化内容类型 PR changes Dataset, preprocessing : - remove duplicated data loads of simple dataset - handling detection task for CTW dataset...
PaddleOCR V2.7 1、使用DB++训练了检测模型,并将模型通过tools/export_model.py导出为inference模型。 2、在使用命令行:`python3 tools/infer/predict_det.py --det_algorithm="DB++" --det_model_dir="./output/yinzhang_det_240227/det_db_inference/" --image_dir="./train_data/yinzhang_240227/target/img/094_18.png" --use_gpu=True`检测时,能够检测图片中目标区域。 3、但是使用PaddleLabel加载导出来的模型时,一直无法识别目标区域。 4、启动命令及修改代码: `python ./PPOCRLabel.py --lang ch`, 修改文件:PPOCRLabel.py ` self.ocr = PaddleOCR(use_pdserving=False, use_angle_cls=True, det=True, cls=True, use_gpu=gpu, lang=lang, show_log=True, rec_image_shape="3, 160, 1600", det_max_side_len=1600,...
- 系统环境/System Environment:Operating System: Ubuntu 22.04.4 LTS,Kernel: Linux 6.5.0-21-generic, Architecture: x86-64 - 版本号/Version: - Paddle : 2.6.0 - PaddleOCR: 2.7.0.3 - 我的电脑是CPU的环境,网上搜索了很多材料都没有找到相关解决办法,通过运行如下: import paddle paddle.utils.run_check() PaddlePaddle is installed successfully! Let's...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:linux - 版本号/Version:Paddle:2.6.0.post120 - PaddleOCR:2.7.0.3 - 问题相关组件/Related components:PaddleOCR-release-2.7/tools/program.py,def train(),模型是多语言模型中的latin的训练模型,SVTR那个 - 运行指令/Command Code:从tools/train.py调用了train(),而且把下面这三步都注释掉了 ``` avg_loss.backward() optimizer.step() optimizer.clear_grad() ``` -...