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...
I can't infer (tools/infer_kie_token_ser.py) from finetuned ser_vi_layoutxlm_xfund_zh_udml. I use ser_vi_layoutxlm_xfund_zh.yml for inference similar as config used for training ser_vi_layoutxlm_xfund_zh_udml.yml after loading the model, it says Segmentation fault (core dumped) [2022/11/09...
动手学ocr电子书里又阈值图和概率图 的代码,为什么没有二值图的呢?哪位朋友能提供一下呢?
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: Centos7 显卡是K620 CUDA 11.7 - 版本号/Version:Paddle:2.3 PaddleOCR:2.0.2 问题相关组件/Related components:GPU解析 - 运行指令/Command Code: 当UseGPU为true的时候,解析出来的结果异常且乱码 - 完整报错/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:
rt,想用ser和re的推理模型进行关键信息提取,但是参数里面有一个ser_dict_path不知道是什么,没有找到这个东西,也没有哪里有说明,求大佬解惑。
为什么自己训练rec后question与answer都是乱的如下: 3、预测就出问题了question与answer都是乱的   为什么自己训练后question与answer都是乱用的,本来标注的明明是"question", 却识别成了answer --------------------- 1、自定义数据集train.json: 11.jpg [{"transcription": "山东瑞博斯烟草有限公司", "label": "header", "points": [[183, 614], [630, 930], [608, 955], [163, 633]], "id": 0, "linking": []}, {"transcription": "生产日期", "label": "question",...
c++部署编译报错,log.txt输出,求助。。 I0100 00:00:00.000000 24103 op_repository.h:68] RAW: Succ regist op: GeneralDistKVInferOp I0100 00:00:00.000000 24103 op_repository.h:68] RAW: Succ regist op: GeneralDistKVQuantInferOp I0100 00:00:00.000000 24103 op_repository.h:68] RAW: Succ regist op: GeneralInferOp I0100 00:00:00.000000...
🔥 全场景部署套件 FastDeploy: 1. 目前支持了150+热门CV、NLP、Speech模型的部署。其中OCR模型已经CPU、GPU、Jetson、ARM CPU、飞腾CPU等硬件。 2. 支持TensorRT、OpenVINO、ONNX Runtime、RKNN、Paddle Inference、Paddle lite等。 3. 支持CPU、GPU、Jetson、ARM CPU、瑞芯微NPU、晶晨NPU、恩智浦NPU、飞腾CPU、IPU等九大类硬件,更多硬件能力完善中。 4. 3行代码搞定AI模型部署,一行代码切换不同后端和硬件。 GitHub地址:https://github.com/PaddlePaddle/FastDeploy 🔥 三日直播课: 【直播分享】2022.11.09 20:30~21:30,《覆盖云边端全场景,150+热门模型快速部署》。微信扫码报名 【直播分享】2022.11.10 20:30~21:30,《瑞芯微、晶晨、恩智浦等10+AI硬件部署,直达产业落地》。微信扫码报名 【直播分享】2022.11.10 19:00~20:00,《10+热门模型在RK3588、RK3568部署实战》。微信扫码报名 🔥 OCR部署能力展示。(更多模型,欢迎移步[FastDeply仓库](https://github.com/PaddlePaddle/FastDeploy))
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 问题相关组件/Related components:paddleocr2.6 选了40w张垂类真实图片,进行文字识别任务微调 在选择参数微调时,按https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/doc/doc_ch/finetune.md 官方文档选择了预训练模型和配置文件如图:  出现的问题: 1.预训练过程中,acc始终为0. 2.警告:模型参数与网络参数不一致。如图:  不知道这两个现象是否正常。 网络参数如下: [2022/11/09 15:51:53] ppocr INFO: encoder_type : rnn...