JackHunt / 2DMeanField

Implementation of Variational Mean Field Inference for dense Conditional Random Fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2DMeanField

Variational Mean Field Inference for image segmentation.

Overview

This repository contains an implementation of the Variational Mean Field Inference algorithm for image segmentation. This implementation is utilising the contributions of the paper entitled "Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials" by Philipp Krahenbuhl et al.

Included is a CPU and GPU implementation of the algorithm utilising direct filtering for the message passing phase.

Notice

The code in this repository is distributed under a BSD license, except either where indicated otherwise or where the source does not contain a BSD license header.

About

Implementation of Variational Mean Field Inference for dense Conditional Random Fields.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 80.2%Language:Cuda 17.1%Language:CMake 2.7%