Skip to content

sadeepj/densecrf_np

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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