Skip to content

mqtlam/caffe-tools

Repository files navigation

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.

About

Deep learning tools using caffe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages