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
I installed all the Caffe dependencies when I used BLVC's Caffe. Now when I compiled caffe-segnet, I had to manually set all the paths for boost, glog, gflags and protobuf in the CMakeCache.txt as it was unable to find them. Now, all the dependencies have been found except Protobufs. It gives these errors:
CMake Error at cmake/ProtoBuf.cmake:13 (message):
Could not find PROTOBUF Compiler
Call Stack (most recent call first):
cmake/Dependencies.cmake:24 (include)
CMakeLists.txt:28 (include)
I installed all the Caffe dependencies when I used BLVC's Caffe. Now when I compiled caffe-segnet, I had to manually set all the paths for boost, glog, gflags and protobuf in the CMakeCache.txt as it was unable to find them. Now, all the dependencies have been found except Protobufs. It gives these errors:
The text was updated successfully, but these errors were encountered: