- git clone --recursive https://github.com/Smorodov/Caffemodel-Parser.git
- Run CMake and create VS solution.
- Build protoc compiler.
- Run generate_caffe_pb_cc.bat (if caffe.pb.cc and caffe.pb.h does not match your protobuf version, or absent) It will create caffe.pb.cc and caffe.pb.h using caffe.proto file, that you can find in your caffe sources if it absent, or you want to use your version of caffe protocol definitions.
- Build project.