解决方法:
在Makefile.config文件中,添加:
USE_OPENCV := 0
即可正常编译。
参考文件:
https://groups.google.com/forum/m/#!topic/caffe-users/-zvZ9_RQapI
https://github.com/BVLC/caffe/blob/master/Makefile.config.example
在Makefile.config文件中通过添加USE_OPENCV:=0来解决Caffe编译过程中遇到的问题,避免了依赖OpenCV导致的错误。
解决方法:
在Makefile.config文件中,添加:
USE_OPENCV := 0
即可正常编译。
参考文件:
https://groups.google.com/forum/m/#!topic/caffe-users/-zvZ9_RQapI
https://github.com/BVLC/caffe/blob/master/Makefile.config.example
331