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:Ubuntu20.04 - 版本号/Version:PaddleDet2:2.6.0 PaddleOCR:2.8.0 PaddleSlim: 2.6.0 ### 问题描述 我想要通过paddleocr的量化训练finetune后的模型转onnx然后再通过其他方式去推理,比如RKNN,但是遇到问题如下 1. 将onnx_format设为True, 导出模型,然后通过paddle2onnx 转 onnx > paddle2onnx --model_dir ./model/ch_PP-OCRv3_det_slim_infer...
我在表格识别模型基础上进行了微调,然后拿来进行表格识别报错!
Running this command on teminal just stuck your teminal and you cannot even stop it using "control + c" or "cmd + c" only "control + z" works to stop...
This is my inference.sh: python3 ../libs/PaddleOCR/tools/export_model.py -c configs/duoc_di.yml \ -o Global.save_inference_dir="./inference/det_db/" # Run inference on the exported model python3 ../libs/PaddleOCR/tools/infer/predict_det.py \ --det_model_dir="./inference/det_db/" \ --image_dir="./dataset/data2/train_img/.jpg" \ --det_db_thresh=0.3 \ --det_db_box_thresh=0.6 \ --det_db_unclip_ratio=2.4...
**paddle版本信息如下:** paddleclas 2.5.1 paddleocr 2.7.0.3 paddlepaddle-gpu 2.6.0.post120 **CUDA信息如下:** nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on Wed_Nov_22_10:30:42_Pacific_Standard_Time_2023 Cuda compilation tools, release 12.3, V12.3.107 Build cuda_12.3.r12.3/compiler.33567101_0...
**运行paddleocr --image_dir E:\PaddleOCR\img1.pdf --use_angle_cls true --use_gpu true的时候报错,这是找不到cudnn64_8.dll?** RuntimeError: (PreconditionNotMet) The third-party dynamic library (cudnn64_8.dll) that Paddle depends on is not configured correctly. (error code is 126) Suggestions: 1. Check if...
- Windows 11 - paddleocr 2.6.1.3 ```python import paddleocr import ultralytics ``` ```shell Traceback (most recent call last): File "", line 1, in File "C:\Users\shy13\scoop\apps\python39\current\lib\site-packages\ultralytics\__init__.py", line 5, in from ultralytics.hub...
- 系统环境/System Environment:Windows (python 3.10) - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: `PPOCRLabel --kie True` - 完整报错/Complete Error Message: **Hey, I wanted to build KIE model using custom dataset**...
## Problem First off, could someone please help reopen this issue #10806 I accidentally closed it and then the bot closed it, seems no way to open it myself. This...