Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 450 Bytes

readme.md

File metadata and controls

6 lines (6 loc) · 450 Bytes
  1. git clone --recursive https://github.com/Smorodov/Caffemodel-Parser.git
  2. Run CMake and create VS solution.
  3. Build protoc compiler.
  4. 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.
  5. Build project.