fyu / caffe-dilation

Other
28 stars 19 forks source link

Caffe for Dilation Network

This is a fork of Caffe that support the training of dilation network described in this ICLR conference paper. It is updated with the master branch of BVLC/caffe at commit f28f5a (June 27, 2016). The original README of Caffe is at README_caffe.md.

Build

This fork perserves the compatibililty with vanilla Caffe. For help of compiling this code, please turn to Caffe installation guide.

Makefile in this fork is changed slightly so that it is easier to build caffe from different git branches at the same time. There are some changes in the resulting build dir:

Usage

Please check fyu/dilation for how to use this code. The built caffe binary is used directly by dilation/train.py.