PaddleOCR icon indicating copy to clipboard operation
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...

Results 1088 PaddleOCR issues
Sort by recently updated
recently updated
newest added

#### 问题描述 / Problem Description 我用 paddle-lite 转了 3 个 .nb 档 想转用 pp-OCRv3 load model 可以 但一执行辨识时就会死机 想请问是否未能支援 我想在 Android 上跑 #### 运行环境 / Runtime Environment - OS: -...

#### 问题描述 / Problem Description 表格内容识别结果: `占地面积S/万平方米监测点数量S≤0.5≥1个0.5

bug
PR is welcome

## 背景 经过需求征集https://github.com/PaddlePaddle/PaddleOCR/issues/10334 和每周技术研讨会 https://github.com/PaddlePaddle/PaddleOCR/issues/10223 讨论,我们确定了XXXX任务。 ## 解决步骤 1. 根据开源代码进行网络结构、评估指标转换。代码链接:XXXX 2. 结合[论文复现指南](https://github.com/PaddlePaddle/models/blob/release%2F2.2/tutorials/article-implementation/ArticleReproduction_CV.md),进行前反向对齐等操作,达到论文Table.1中的指标。 3. 参考[PR提交规范](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/doc/doc_ch/code_and_doc.md)提交代码PR到ppocr中。 python tools/infer/predict_rec.py --image_dir="F:/23.png" --rec_algorithm='SVTR' --rec_model_dir=C:\Users\Ni\Desktop\4lansvtr\best_accuracy --rec_image_shape=3,48,320 --rec_char_dict_path=C:\Users\Ni\Desktop\4lan5000fonts\japan_dict.txt --use_gpu=True InvalidArgumentError: Broadcast dimension mismatch. Operands could not be...

bug

``` # parallel.py from plugin_inference import demo import multiprocessing # Get the value of n from the user n = int(input("Enter the number of processes to initiate: ")) #Create a...

bug

Error: Can not import paddle core while this file exists: C:\Users\Admin\AppData\Roaming\Python\Python38\site-packages\paddle\fluid\libpaddle.pyd Traceback (most recent call last): File "C:\Users\Admin\AppData\Roaming\Python\Python38\site-packages\paddle\fluid\core.py", line 269, in from . import libpaddle ImportError: DLL load failed while...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle:2.5 PaddleOCR: 2.7 - 运行指令/Command Code:!python tools/train.py -c configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_cml.yml -o Optimizer.base_lr=0.0001- 完整报错/Complete Error Message: - Traceback...

- 系统环境/System Environment:Ubuntu 18.04 - 版本号/Version:Paddle:bb3fb69c56ddc8235b6f84325a1802ab9a295bfe PaddleOCR:b3912fcf7a567109a605f6be25a286e78da8952f 问题相关组件/Related components: - 运行指令/Command Code:python3.7 tools/train.py -c test_tipc/configs/sr_telescope/sr_telescope.yml -o Global.use_cpu=True Global.save_model_dir=./test_tipc/output/sr_telescope/lite_train_lite_infer/norm_train_gpus_0_autocast_null Global.epoch_num=1 Train.loader.batch_size_per_card=16 - 完整报错/Complete Error Message: - Traceback (most recent call last):...

How can I assign a specific GPU for training when I want to use only one GPU? I've already set 'use_gpu = True,' and I'm aware that when training on...

请提供下述完整信息以便快速定位问题/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: Linux 6.1.55-1-MANJARO - 版本号/Version:2.7 Paddle: PaddleOCR:manylinux_cpu_avx_mkl_gcc8.2: 2.3.2版本 问题相关组件/Related components: 增加画框操作, 画出来的框是乱的 - 运行指令/Command Code: ./build/ppocr --layout_model_dir=picodet_lcnet_x1_0_fgd_layout_cdla_infer \...