我在google colab中收到此错误
RuntimeError:无法打开文件caffenet / deploy.prototxt
这是它在其上运行的代码单元格
net = caffe.Net("caffenet/deploy.prototxt",
"caffenet/bvlc_reference_caffenet.caffemodel",
caffe.TEST)
已经在这里搜索解决方案
RuntimeError while opening deploy.prototxt
在这里
RuntimeError while opening deploy.prototxt
但是他们不能解决问题,可能与Google colab本身有关
答案 0 :(得分:1)
我遇到了同样的问题。我发现我使用了错误的caffemodel。 我使用!ls列出了所有文件,并且显示了不同的caffemodel。 我之前提到过735,但没有此类文件。除了270个。 更改名称即可使用!
答案 1 :(得分:1)
将文件名更改为prototxt.txt,它应该可以工作