我下载了预训练的模型,但是报错2020-07-20 20:30:50,695-INFO: not find model file path “./inference/det_r50_vd_db/“/model
Created by: Jack-wx
[root@kaifa01 PaddleOCR-develop]# python tools/infer/predict_system.py --image_dir=./doc/imgs/12.jpg --det_model_dir=“./inference/det_r50_vd_db/“ --rec_model_dir=”./inference/ch_rec_mv3_crnn/“ --use_gpu=False 2020-07-20 20:30:50,695-INFO: not find model file path “./inference/det_r50_vd_db/“/model [root@kaifa01 PaddleOCR-develop]# ls -al ./inference/det_r50_vd_db/ 总用量 412036 drwxr-xr-x 2 zhsc root 4096 5月 21 15:05 . drwxr-xr-x 4 root root 4096 7月 20 20:24 .. -rw-r--r-- 1 zhsc root 1494878 5月 21 15:05 best_accuracy.pdmodel -rw-r--r-- 1 zhsc root 266381198 5月 21 15:05 best_accuracy.pdopt -rw-r--r-- 1 zhsc root 154037947 5月 21 15:05 best_accuracy.pdparams