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...
没有报错,第一次验证耗时4小时,第二次8小时,第三次10,第四次8小时进度才到47%,想问下这是什么缘故
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:centos7 /tensorrt 8.2 cuda11.0 cudnn8.1 - 版本号/Version:Paddle:2.6 PaddleOC: 问题相关组件/Related components: - 运行指令/Command Code:trtexec --onnx=model.onnx --saveEngine=model.plan --workspace=1024 --verbose -...
System Environment:python 3.7 Complete Error Message: when i run `python3 PPOCRLabel.py ` in terminal and i got this error : `/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/setuptools/depends.py:2: DeprecationWarning: the imp module is deprecated in favour of...
ppstructure识别表格出错,IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed
我尝试了很多次,都是这个错误,搜索也没有找到解决办法,可以帮我看一下吗。非常感谢。 请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:`Linux version 5.4.0-122-generic (buildd@lcy02-amd64-095) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1))` - 版本号/Version:Paddle:`paddlepaddle-gpu 2.3.2.post101` PaddleOCR:`2.6.1.0` 问题相关组件/Related components: - 运行指令/Command...
使用 [configs/rec/PP-OCRv3/en_PP-OCRv3_rec.yml](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/configs/rec/PP-OCRv3/en_PP-OCRv3_rec.yml) 训练下自己的数据集。除了数据集地址,其他参数都没改。 经常跑几个epoch就崩溃了,应该是数据集的问题,这是图像尺寸还是label长度的问题啊? 如果是输入网络的图像尺寸不一样,难道paddle还没做resize嘛,明明有 RecResizeImg: image_shape: [3, 48, 320] 。 - 系统环境/System Environment:windows10 - 运行指令/Command Code:python tools/train.py -c configs/rec/PP-OCRv3/en_PP-OCRv3_rec.yml -o Global.pretrained_model=./pretrain_models/en_PP-OCRv3_rec_train/best_accuracy - 完整报错/Complete Error Message: Exception in thread Thread-17:...
你好我把默认的预训练模型resnet50 修改为了18 配置如下 Global: use_gpu: true epoch_num: 200 log_smooth_window: 20 print_batch_step: 100 save_model_dir: ../output/ch_db_mv3_ocr/ save_epoch_step: 1200 # evaluation is run every 5000 iterations after the 4000th iteration eval_batch_step: [3000, 2000]...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem 系统环境/System Environment:uabntu 18 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: paddle 2.3.2 cuda 10.2 cudnn 8.2 运行指令/Command Code: python3 tools/export_model.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml -o...
版本号/Version:paddleocr 2.6.0.1