1. 程式人生 > >ubuntu16.04配置caffe 報錯: libopencv_core.so.3.1: cannot open shared object file

ubuntu16.04配置caffe 報錯: libopencv_core.so.3.1: cannot open shared object file

在ubuntu16.04系統下配置caffe(無GPU)時候,當編譯caffe的時候遇到錯誤:

.build_release/tools/caffe: error while loading shared libraries: libopencv_core.so.3.1: cannot open shared object file: No such file or directory

解決方法:

/caffe-master$ sudo apt install ffmpeg

在繼續 sudo make runtest 即可