sadeepj / densecrf_np

Numpy/Python implementation of DenseCRF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Numpy/Python implementation of DenseCRF

License:MIT License


Languages

Language:Python 75.2%Language:Cython 24.8%