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...
你好,是直接 Transform: name: GA_SPIN offsets: True default_type: 6 loc_lr: 0.1 stn: True 这样写吗,然后问一下这个GA_SPIN网络不需要训练是吗,还有我看已经有超分TSRN的网络了,如果加超分的话又应该怎样添加呢,非常感谢
代码结果中precision只有0.78~0.81但是recall能到0.9+,这是正常得嘛,如何改善这个问题。
  预测正常,导出后   ,猜测是use_polyon
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Windows 11 22H2 - 版本号/Version:Paddle:paddlepaddle-gpu==2.3.2 PaddleOCR:2.6.0.2 问题相关组件/Related components:(安装过程出现错误) - 运行指令/Command Code:pip install paddleocr>=2.0.1 - 完整报错/Complete Error Message: ```...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Win10 - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:PyCharm python3.6 PaddleOCR 2.6.0.2 paddlepaddle 2.3.2 - 运行指令/Command Code:im_show = draw_ocr(image, boxes, txts,...
H:\ocr\PaddleOCR>python tools/test_hubserving.py --server_url=http://127.0.0.1:8871/predict/kie_ser --image_dir=./train_data/XFUND/zh_train/image/ --visualize=false {'msg': 'not enough values to unpack (expected 3, got 2)', 'results': '', 'status': '101'} [2022/10/12 12:06:33] ppocr INFO: Predict time of ./train_data/XFUND/zh_train/image/0.png: 6.928s Traceback (most...
版本是PPOCR2.6 自定义了字典,字典内容是a-z和0-9,train和validation的准确率都没有什么问题,测试时也没有报错,但是测试时所有输出都只有数字。 print了ppocr/postprocess/rec_postprocess.py里面VLLabelDecode下798行loop处理的数据,这里的tensor就缺少了字母所在位对应的结果。 想问一下有什么解决方法或者可以尝试的方向吗? 谢谢~
ABInet has achieved the best performance in [the list](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/doc/doc_en/algorithm_overview_en.md). So I want to deploy it as onnx. But it seems there are some special operators which paddle2onnx not support, including...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message:
Trying to train my own model with some of the config files that require LMDBDataSet. I have successfully set up SimpleDataSet, but do not know how to set up LMDBDataSet....