我训练模型然后我用模型测试,结果数据里面说没有那个文件
Created by: LopSdir
PaddleCheckError: Cannot open file ./conv2d_61.w_0 for load op at [/paddle/paddle/fluid/operators/load_op.h:37] [operator < load > error] aistudio@jupyter-115314-196260:~/work/face_detection$ --model_dir=output/1/ --image_path=data/WIDER_train/images/0--Parade/0_Parade_Parade_0_605.jpg bash: --model_dir=output/1/: No such file or directory
python widerface_eval.py --infer=True --confs_threshold=0.15 --model_dir=output/1/ --image_path=data/WIDER_train/images/0--Parade/0_Parade_Parade_0_605.jpg
在output/1/中有这个文件,但是读取不到。。。,我试了很多个都说不能读取这个文件
求解
face_detection