Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 431 Bytes

densecrf_np

Numpy/Python implementation of DenseCRF.

Original project page: http://www.philkr.net/2011/12/01/nips/ (by Philipp Krähenbühl and Vladlen Koltun)

The purpose of this project is to make it easy to customise the DenseCRF implementation with numpy.

Installation

$ git clone https://github.com/sadeepj/densecrf_np.git
$ cd densecrf_np
$ python setup.py build_ext --inplace
$ python example/run_demo.py