ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
474 stars 231 forks source link

make caffe-yolov3时报错(libyolov3-plugin.so) #77

Open ai815 opened 4 years ago

ai815 commented 4 years ago

作者可以帮忙解决这个问题吗,不知道是哪里出了错i

/usr/bin/ld: ../x86_64/lib/libyolov3-plugin.so: undefined reference to google::base::CheckOpMessageBuilder::NewString()' /usr/bin/ld: ../x86_64/lib/libyolov3-plugin.so: undefined reference tocaffe::Net::Net(std::string const&, caffe::Phase, int, std::vector<std::string, std::allocator > const*)' /usr/bin/ld: ../x86_64/lib/libyolov3-plugin.so: undefined reference to `caffe::Net::CopyTrainedLayersFrom(std::string const&)' collect2: error: ld returned 1 exit status make[2]: [demo/CMakeFiles/demo.dir/build.make:140:x86_64/bin/demo] 错误 1 make[1]: [CMakeFiles/Makefile2:144:demo/CMakeFiles/demo.dir/all] 错误 2 make: *** [Makefile:130:all] 错误 2