pydensecrf icon indicating copy to clipboard operation
pydensecrf copied to clipboard

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.

Results 42 pydensecrf issues
Sort by recently updated
recently updated
newest added

ValueError: Does not understand character buffer dtype format string ('e') d.setUnaryEnergy(U) File "pydensecrf/densecrf.pyx", line 80, in pydensecrf.densecrf.DenseCRF.setUnaryEnergy ValueError: Does not understand character buffer dtype format string ('e') OS VERSION: UBUNTU...

Hi @lucasb-eyer, Thanks for this great code. I am wondering how can I explicitly specify a kernal. In the readme file, you say there are three possible values for the...

I am using the library to post process road segmentation, which is just pixel-level binary classification problem, to classify each pixel as 'road' or 'no road'. My code looks as...

Hey, I'd like to use the learning part of the code and might as well come up with a wrapper. Any pointers on how/where to start?

help wanted

Hello, I'm testing this CRF implementation and was wondering is there an easy way to train CRF on multiple images. Do you just fill the crf object with new unary...

question

I have an idea on how kernel weights might be set in the code. You have a note on the README asking for explanations. In the 2011 paper (Eq. 2),...

help wanted

Is there a smart way to get the energy value in each/final iteration ?

help wanted

Hi, I tried to use the commented out gradient function in densecrf.pxd. Now I can call it in python but it fails and the python stops working. Is there any...

help wanted
needs more info