error: (-2:Unspecified error) FAILED: fs.is_open(). Can‘t open “res10_300x300_ssd_iter_140000_fp16.“
**在做opencv dnn 人脸检测的时候一直遇到这个问题,翻遍了谷歌、csdn、Stack Overflow,毛都没有。最后自己摸索出来解决方案如下:**1、使用绝对路径2、使用了绝对路径还不行,试试标注下参数,例如:readNetFromCaffe(prototxt="D:\github\Opencv-Algorithm-summary\deploy.prototxt"3、以上方法还是没解决,试试把“\”改为“\\”。笔者这边正常运行的代码:#coding=utf-8import
原创
2020-07-29 23:18:14 ·
4658 阅读 ·
4 评论