安装caffe时遇到的问题记载
(1)make all -j8时出现.build_release/tools/extract_features.bin] Error 1
解决方法:将Makefile.config文件中opencv打开
Uncomment if you’re using OpenCV 3
OPENCV_VERSION := 3
(1)make all -j8时出现.build_release/tools/extract_features.bin] Error 1
解决方法:将Makefile.config文件中opencv打开
Uncomment if you’re using OpenCV 3
OPENCV_VERSION := 3