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.
$ git clone https://github.com/sadeepj/densecrf_np.git $ cd densecrf_np $ python setup.py build_ext --inplace $ python example/run_demo.py