Skip to content

A Revision of the Dense Conditional Random Field, downloaded from [Stanford University](http://graphics.stanford.edu/projects/densecrf). The revision supports OpenCV and DGM libraries.

Notifications You must be signed in to change notification settings

ereator/Dense-CRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is deprecated. The dense graphical models were re-implemented and optimized in the Direct Graphical Models library

DenseCRF + Direct Graphical Models

This is a modification of the DenseCRF Code, which now supports OpenCV and DGM libraries.

This software pertains to the research described in the NIPS 2011 paper: Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials, by Philipp Krähenbühl and Vladlen Koltun. If you're using this code in a publication, please cite our paper.

This software is provided for research purposes, with absolutely no warranty or suggested support, and use of it most follow the BSD license agreement, at the top of each source file. *Please do not contact the authors for assistance with installing, understanding or running the code. However if you think you have found an interesting bug, the authors would be grateful if you could pass on the information.

How to compile the code

Dependencies:

How to run the example

An example on how to use the DenseCRF can be found in examples/dense_inference.cpp. The example loads an image and some annotations. It then uses a very simple classifier to compute a unary term based on those annotations. A dense CRF with both color dependent and color independent terms find the final accurate labeling.

Please note that this implementation is slightly slower than the one used to in our NIPS 2011 paper. Mainly because I tried to keep the code clean and easy to understand.

About

A Revision of the Dense Conditional Random Field, downloaded from [Stanford University](http://graphics.stanford.edu/projects/densecrf). The revision supports OpenCV and DGM libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published