Skip to content

kli-casia/tnarihi-caffe-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Caffe helper

This repositry provides helper tools and additional layers for BVLC/caffe. Basically it is developed for my own use, so documentation is quite poor and codes are not so clean.

Set up

@tnarihi's Caffe fork

This helper tools require to use @tnarihi's branch of Caffe. You can get it by running:

git clone git://github.com:tnarihi/caffe.git
cd caffe
git checkout -b future origin/future

Once you get it, you will follow the installation of python dependencies in the below section, then you can install it as you do to install the original Caffe.

Python dependencies.

Some Python layers of caffe require additional dependencies.

Here on Gist is a script which installs the dependencies of this tools. This will install Miniconda Python distribution in your home directory, and install the dependencies. If you already have Anaconda/Miniconda, you might be able to skip the python installation step in the script. I've confirmed this works on Ubuntu 12.04/14.04. I am installing OpenCV using conda but I recommend you to install OpenCV from source because there would be some library conflicts. There might be some non-Python dependencies needed to be installed.

Setting paths

To use caffe and tnarihi-caffe-helper, you should set some environmental vars. If you work on bash:

echo "export CAFFE_ROOT=<your caffe directory>" >> ~/.bashrc
echo "export PYTHONPATH=<your caffe directory>/python:<your caffe helper directory>/python":$PYTHONPATH >> ~/.bashrc

Test everythinig works

After installing them, run py.test at python folder.

cd <your caffe helper directory>/python
py.test

About

For my own use BVLC/caffe helper tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%