在用caffe提供的Python接口的时候均值文件不知道怎样转换,既从binaryproto转成.npy,该怎样转换呢

How to convert binaryproto to npy (like ilsvrc_2012_mean.npy)? · Issue #290 · BVLC/caffe · GitHubConverting npy mean file to binaryproto file · Issue #1526 · BVLC/caffe · GitHub
■网友
楼上正解, 调用io模块里面的blobproto_to_array,能够生成npy,不过有的时候出现axes don\u0026#39;t match array, 则需要修改这个函数, 可参见 Convert own dataset mean to numpy succeed but error when running the prediction. · Issue #420 · BVLC/caffe · GitHub


    推荐阅读