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: