Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 901 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 901 Bytes

caffe-tools

Simple deep learning tools using caffe

  • utilities for extracting deep features from images (more info)
  • utilities for creating and converting mean files (more info)
  • utilities for storing and retrieving deep features into and from LMDB databases (more info)

The purpose of this toolbox is to provide some scripts to do common tasks with Caffe.

usage

All tools are intended to be used from the root directory of caffe-tools unless otherwise specified. We denote this uppermost directory as $ROOT.

configuration

Before using any tool, make sure to set up the configuration file config.json. You can copy config.json.template and make the appropriate changes.

library

If you add $ROOT to your PYTHONPATH, you can run import caffetools to import the package into your code.