not find model file path ./inference/ch_ppocr_mobile_v1.1_rec_infer//model
Created by: Yulv-git
下载了infer的模型,但解压后只有 ch_ppocr_mobile_v1.1_rec_infer ,而不是内含model的ch_ppocr_mobile_v1.1_rec_infer文件夹。
运行 python3 tools/infer/predict_system.py --image_dir="./doc/imgs/11.jpg" --det_model_dir="./inference/ch_ppocr_mobile_v1.1_det_infer/" --rec_model_dir="./inference/ch_ppocr_mobile_v1.1_rec_infer/" --cls_model_dir="./inference/ch_ppocr_mobile_v1.1_cls_infer/" --use_angle_cls=True --use_space_char=True
就报错了: not find model file path ./inference/ch_ppocr_mobile_v1.1_rec_infer//model