DenseInferenceWrapper
DenseInferenceWrapper copied to clipboard
A python wrapper for Krähenbühls dense CRF for medical image volumes.
Hello,I got an error when I compiled the document: 'fatal error: boost/python/numpy.hpp: No such file or directory' How can I solve this problem? Thanks.
Hello guys, I got a problem when i build the project with boost-python 1.65.1 (Google colaboratory) Same like boost 1.65 removes "boost/python/numeric.hpp" It work fine with boost 1.62 but it...
I want to install it to python3.6 , but It is installed to Python 2.7 by default . How do I install it ?
I want to install it to python3.6 , but It is installed to Python 2.7 by default . How do I install it ?
Hi, When I tried to use your algorithm, I fellowed the instruction to install it. I have to say I am only familiar with MATLAB and a little experience with...
I am trying to install DenseInferenceWrapper. I get the following error when I type “make all”: ######################### refine_3d/dense_inference.cpp:17:10: fatal error: 'numpy/ndarrayobject.h' file not found #include ^ 1 error generated. make[1]:...
Thanks for sharing. When I set up the lib and import dense_interface, I got an error as follows: Traceback (most recent call last): File "", line 1, in File "/home1/zhangyaxian16/zyx/CRF/DenseInferenceWrapper/denseinference/CRFProcessor.py",...
thanks for the code first of all, it looks fantastic I was wondering if there is any explanation for the meaning of parameters _( pos_x_std, pos_y_std, pos_z_std, pos_w, bilateral_x_std,bilateral_y_std, bilateral_z_std,...
I am trying to run this code on a set of OCT images they have scaled down to [0,1] of W,H,D and a probability mask in range[0,1] of W,H,D,L where...