Replies: 3 comments
-
What about the contents of the files under the path ./output/names/predicts_ppocrv3.txt? |
Beta Was this translation helpful? Give feedback.
-
the same wrong result. |
Beta Was this translation helpful? Give feedback.
-
python tools/infer_rec.py -c train/namesVnew2.yml -o Global.checkpoints=output/namesV3new/latest Global.infer_img=dataset-kartmelly-eval/img14.png char_dict_path=train/namesV2.txt |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
系统环境/System Environment:win11 intel 12700 rtx3070
版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:paddleocr 2.7.0.2 paddlepaddle 2.5.2 paddlepaddle-gpu 2.5.2
运行指令/Command Code:python tools/infer_rec.py -c train/namesVnew2.yml -o Global.pretrained_model=output/namesV3new/latest Global.infer_img=dataset-kartmelly-eval/img14.png char_dict_path=train/namesV2.txt
完整报错/Complete Error Message: the problem is I am getting the wrong result.
i have trained an RFL model from scratch using an example yml file in the repo.
the model converges nicely; but at the end, i am getting a completely wrong result (a number) that is not even in the char dict.
i tried setting dict char manually and tried othe versions and no luck.
i think i am doing an obvious mistake.
yml:
cmd:
dict char:
namesV2.txt
Beta Was this translation helpful? Give feedback.
All reactions