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

The last release on PyPi - `pydensecrf 1.0rc3` - dates from 2018. Is there a new release planned? I believe this would help fixing the automatic builds attempted by conda-forge...

As suggested in https://github.com/lucasb-eyer/pydensecrf/issues/114#issuecomment-1136926270 Happy to pick another version number if you prefer of course!

Hello @lucasb-eyer I would like to thank you for this quite complete and easy to use implementation of the original paper I am posting this issue to ask some questions...

Hi, I got the same issue now but somehow my code worked the day before. Did you do an update on your library? This is the error, I got. 25...

First of all, thanks a lot for packaging this! I tried this code. ``` import numpy as np import pydensecrf.densecrf as dcrf from pydensecrf.utils import unary_from_softmax, create_pairwise_bilateral probs = np.random.rand((0,1),30000,30000)...

I try "pip install git+https://github.com/lucasb-eyer/pydensecrf.git" in terminal but was supented. error:Building wheel for pydensecrf (PEP 517) ... error I already installed cython! What should I do?

Hi @lucasb-eyer First of all thank you for your extraordinary work I want to apply your library but with a small exchange, I wanna change the densecrf.cpp and the densecrf.h...

I couldn't find it in the content

when you said `You can then set a fixed unary potential in the following way`, what does unary means exactly?