You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I have installed Caffe and moved Makefile.config to /home/xilinx/caffe, but when I execute the "make all" statement it reports an error, Could u please help me ?
The error message is as follows:
src/caffe/util/io.cpp:6:10: fatal error: opencv2/core/core.hpp: No such file or directory
6 | #include <opencv2/core/core.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:582: .build_release/src/caffe/util/io.o] Error 1
The text was updated successfully, but these errors were encountered:
Hello! I have installed Caffe and moved Makefile.config to /home/xilinx/caffe, but when I execute the "make all" statement it reports an error, Could u please help me ?
The error message is as follows:
src/caffe/util/io.cpp:6:10: fatal error: opencv2/core/core.hpp: No such file or directory
6 | #include <opencv2/core/core.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:582: .build_release/src/caffe/util/io.o] Error 1
The text was updated successfully, but these errors were encountered: