MobileNet-YOLO
MobileNet-YOLO copied to clipboard
[Bug] make时发生的错误
../lib/libcaffe.so.1.0.0:对‘cv::VideoWriter::write(cv::Mat const&)’未定义的引用
../lib/libcaffe.so.1.0.0:对‘cv::VideoWriter::VideoWriter(cv::String const&, int, double, cv::Size_
the same problem
the same problem
Did you solve the problem?
the same problem
Did you solve the problem?
see https://github.com/eric612/MobileNet-YOLO/issues/73#issuecomment-506580259
if your opencv version 3.X, open
OPENCV_VERSION := 3
in Makefile.config
OR,
add a line:
LIBRARIES += opencv_core opencv_highgui opencv_imgproc opencv_imgcodecs opencv_videoio
in Makefile.config
你可以把其它版本的opencv卸载,然后装上opencv3.3.1版本,再按照他的步骤进行编译。应该就可以解决这个问题了。 @QingxinWx