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

I would like to create a custom compat (LabelCompatibility) function i.e. a Truncated Linear function. How would I go about this? What files would I have to modify?

Hi, is it possible to extract the filters weights `k(f_i, f_j)` before the inference? Thank youu

First of all, thanks a lot for packaging this! I've noticed some interesting errors when creating a pairwise potential with very small stddev for the feature comparison. Minimal example: ```python...

Trying to install last version (4d5343c) on macOS Mojave version 10.14.1, Xcode Version 10.1. python 3.7 getting error: ``` pydensecrf/densecrf/include/Eigen/Core:22:10: fatal error: 'complex' file not found #include ^~~~~~~~~ ```

Hi there, thanks for this fantastic wrapper! Is there a way to construct a pairwise Gaussian potential with nonzero mean? As in: p(f_i, f_j) ~ exp(- (mu - |f_i -...

Failed to compile on win 64bit, python 3.5. Python 3.6 seems to compile. Using Anaconda, VC++ 14 > C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX64\x64\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Users\Adi\Miniconda3\envs\python35\libs...

help wanted
needs more info
Windows

Thanks for your work! I would like to know why it is not possible to have several unary energy items? What if I want to insert different kind of unary...

Hi author, is it possible to build this project on ARM64 architecture i want to use it on the Jetson Nano

Hi I am wondering how many parameters does the model have. I am trying to list the end to end complexity for my model, but I can't seem to figure...

Hi everyone, I'm using this repo for my project. Thank you for your effort!. And now, I'm struggling with understanding 'compat' argument. I also have read the paper, so I...