DenseInferenceWrapper icon indicating copy to clipboard operation
DenseInferenceWrapper copied to clipboard

A python wrapper for Krähenbühls dense CRF for medical image volumes.

Results 17 DenseInferenceWrapper issues
Sort by recently updated
recently updated
newest added

If people use `numpy.core.memmap.memmap` to save arrays then it will crash. use 'numpy' as a check point will be ok.

Hello Bickel, I'm reading your codes in these days and learned many from these great codes and thoughts. But I noticed that in this 'Issues' discussion board we all talk...

With reference to issue #4, adding the porting code and instruction to `python3`

The following error is coming when trying to use denseinference in python3: `File "/usr/local/lib/python3.5/dist-packages/denseinference/CRFProcessor.py", line 8, in from denseinference.lib import dense_inference as di` `ImportError: dynamic module does not define module...

pro = CRFProcessor.CRF3DProcessor() gvies error Traceback (most recent call last): File "", line 1, in File "denseinference/CRFProcessor.py", line 76, in __init__ verbose) TypeError: __init__() should return None, not 'NoneType'

I have added CMakeLists so that the package can compile on various platforms. I have tested this on Windows using MSVC2015 with python 2.7. Python 3.6 has been tested but...