https://github.com/smorodov/caffemodel-parser
Tool for parse caffemodel files, and dump them to binary files.
https://github.com/smorodov/caffemodel-parser
Last synced: 3 months ago
JSON representation
Tool for parse caffemodel files, and dump them to binary files.
- Host: GitHub
- URL: https://github.com/smorodov/caffemodel-parser
- Owner: Smorodov
- Created: 2016-09-11T15:37:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T15:55:57.000Z (over 8 years ago)
- Last Synced: 2024-12-26T15:12:00.388Z (5 months ago)
- Language: Protocol Buffer
- Size: 252 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
0. git clone --recursive https://github.com/Smorodov/Caffemodel-Parser.git
1. Run CMake and create VS solution.
2. Build protoc compiler.
3. 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.
4. Build project.