-
# SER单卡训练
python3 tools/train.py -c configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh.yml
报错:
TypeError: __init__() got an unexpected keyword argument 'num_classes'
-
python infer.py --det_model ./ch_PP-OCRv3_det_infer --cls_model ./ch_ppocr_mobile_v2.0_cls_infer --rec_model ./ch_PP-OCRv3_rec_infer --rec_label_file ppocr_keys_v1.txt --image 22.jpg --device gpu --ba…
-
我在linux下完成了cpp_infer的编译,并且生成了ppocr这个可执行文件,我用自己训练的模型(验证码识别模型)验证,结果只输出分值,没有看到结果。以下是我的命令行参数:
ppocr --rec_model_dir=/root/work/model/inference --image_dir=/root/work/1234.jpg --rec=true --det=false --cls…
-
-
## 背景
经过需求征集https://github.com/PaddlePaddle/PaddleOCR/issues/10334 和每周技术研讨会 https://github.com/PaddlePaddle/PaddleOCR/issues/10223 讨论,我们确定了XXXX任务。
## 解决步骤
1. 根据开源代码进行网络结构、评估指标转换。代码链接:XXXX
2. 结…
-
大佬们,请教一个问题,paddleocr是不是对图片大小以及行数,文字大小有要求阿。
-
Where does the input path in the following command come from? The path was not found in the code and is not described in the documentation
# 将官网下载的标签文件转换为 train_icdar2015_label.txt
python gen_label.…
-
使用代码
from paddleocr import PaddleOCR, draw_ocr
# Paddleocr目前支持的多语言语种可以通过修改lang参数进行切换
# 例如`ch`, `en`, `fr`, `german`, `korean`, `japan`
ocr = PaddleOCR(use_angle_cls=True, lang="ch") # need to r…
-
## 背景
经过需求征集https://github.com/PaddlePaddle/PaddleOCR/issues/10334 和每周技术研讨会 https://github.com/PaddlePaddle/PaddleOCR/issues/10223 讨论,我们发起套件一致性计划,通过提升套件一致性提升开发者在各大CV套件之间的知识迁移,和环境一致的效果,提升开发体验。
##…
-
## 背景
经过需求征集https://github.com/PaddlePaddle/PaddleOCR/issues/10334 和每周技术研讨会 https://github.com/PaddlePaddle/PaddleOCR/issues/10223 讨论,我们确定了XXXX任务。
## 解决步骤
1. 根据开源代码进行网络结构、评估指标转换。代码链接:XXXX
2. 结…
hl-gl updated
5 months ago