Skip to content

sourabhanand/CaffeModelParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaffeModelParser

C++ Caffe Model Parser

This project contains apis to read and parse Caffe's model file and prototxt file. It is a standalone project and requires Caffe to be installed in the system.

Before building this project make sure you make two changes:

  • change the value of CAFFE_DIR in Makefile to your Caffe installation path
  • In main.cpp file change the value of modelParamFile and modelWeightsFile to your specific model

About

C++ Caffe Model Parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published