这个问题出现的原因在于这个命令:
!echo `pwd`/images/fish-bike.jpg > _temp/det_input.txt
因为fish-bike.jpg不再images文件夹中
故要改成:
!echo `pwd`/examples/fish-bike.jpg > _temp/det_input.txt
就重新执行detect.py
搞定睡觉!
在执行caffe的RCNN-detect实例时,遇到scipy.io.matlab.miobase.MatReadError错误,提示Mat文件为空。通过在当前目录下创建一个指向examples/fish-bike.jpg的det_input.txt文件,然后重新运行detect.py脚本,问题得以解决。
4055

被折叠的 条评论
为什么被折叠?



