lucasb-eyer / pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MIT License
1.94k stars 413 forks source link

Inference Function #65

Closed eliesl closed 6 years ago

eliesl commented 6 years ago

when the sum of unary and pairwise potentials are built (called as energy), how does inference function solve this energy? what is the method for the segmentation?

lucasb-eyer commented 6 years ago

Uhm, that's like half or more of Philip's paper, how to perform inference efficiently. You will find your answer there.