Closed loveq007 closed 2 years ago
@loveq007 字典使用不对。试试:
python ./tools/infer/predict_rec.py --rec_model_path rec_r50_vd_srn_infer.pth --rec_image_shape 1,64,256 --rec_algorithm SRN --rec_yaml_path ./configs/rec/rec_r50_fpn_srn.yml --rec_char_dict_path ./pytorchocr/utils/ic15_dict.txt --use_space_char false --image_dir ./doc/imgs_words_en/word_461.png
问题解决了,非常感谢!
使用SRN模型识别时,在rec_postprocess.py文件报错: 看起来是字典不对?我用的是ppocr_keys_v1.txt这个字典。 附rec参数:
params for text recognizer
parser.add_argument("--use_space_char", type=str2bool, default=True) parser.add_argument("--drop_score", type=float, default=0.5) parser.add_argument("--limited_max_width", type=int, default=1280) parser.add_argument("--limited_min_width", type=int, default=16)
params .yaml