1. 程式人生 > >NCNN移植ARM爬坑日誌 一

NCNN移植ARM爬坑日誌 一

根據官網的教程轉換:

進入$/home/wolf/caffe-master/build/tools

upgrade_net_proto_text
../../models/bvlc_alexnet/deploy.prototxt
/home/wolf/Downloads/test/
test.prototxt
upgrade_net_proto_binary
../../../Downloads/bvlc_alexnet.caffemodel
../../../Downloads/test/test.caffemodel
錯誤:upgrade_net_proto_text:
command not found
解決方法:
./upgrade_net_proto_text
../../models/bvlc_alexnet/deploy.prototxt
/home/wolf/Downloads/test/
test.prototxt
./upgrade_net_proto_binary
../../../Downloads/bvlc_alexnet.caffemodel
../../../Downloads/test/test.caffemodel