boaz001 / caffe-cpp-examples

Examples of how to use the Caffe framework with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caffe-cpp-examples Build Status

Examples of how to use the Caffe framework with C++

Requires

cmake >= 2.8.8
Caffe
OpenCV >= 2.4

Note: Since there is no pre-build Caffe package (yet) Caffe must be built with cmake and make install'ed. If in doubt; This is what I used.

Install

git clone git@github.com:boaz001/caffe-cpp-examples.git
cd caffe-cpp-examples
mkdir build
cd build
cmake ..
make

Now you can navigate to a example in the src directory and follow the instructions in each README.md

Notes

The source of some examples are derived from the caffe tools. It was never my intent to write super efficient code but rather some small simple examples of how to use Caffe in C++.

License

MIT (see LICENSE for details)

About

Examples of how to use the Caffe framework with C++

License:MIT License


Languages

Language:C++ 93.4%Language:Shell 3.4%Language:CMake 3.2%