VNet
VNet copied to clipboard
TLDR: Can I use the forward expression (with squares in the denominator) with probabilities instead of thresholded values? Hi, I saw in your thesis, page 73, that the Dice coefficient...
when I python main.py , the error is below: Creating layer loss `F0419` 21:23:01.980463 3190 layer_factory.hpp:77] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Python (known types:...
Hi Fausto, I wonder why you have a "+=" operator for the feature map 0 (background), but a "-=" operator for the feature map 1 (foreground). ` bottom[btm].diff[i, 0, :]...
Check failed: 2 == this->num_spatial_axes_ (2 vs. 3) CuDNNConvolution input must have 2 spatial axes (e.g., height and width). Use 'engine: CAFFE' for general ND convolution. *** Check failure stack...
Hi, I tried to download the dataset of PROMISE12 but seems the register web is closed. Could you advise where I can download the dataset? Or any other dataset can...
Hi, I am implementing generalized dice loss python layer, I have extracted the labels to be treated as binary segmentation problem, Now I have some misunderstanding on background labels, which...
Hi, I am working on BRATS data that need 5 labels. but dice loss layer outputs 2 labels, how to get 5 labels using dice loss layer. Best
Hello, your work is excellent, I am very interested in doing further research, can you also provide evaluation code? Thank you!!!
I get the following error : VNet.py:53: RuntimeWarning: divide by zero encountered in divide weightData[defLab == 1] = np.prod(defLab.shape) / np.sum((defLab==1).astype(dtype=np.float32)) F1018 14:52:56.896700 11971 syncedmem.cpp:51] Check failed: error == cudaSuccess...
Hi, Thank you for sharing the code. I have compiled 3D-Caffe for pycaffe, and I created the `.h` files in python. At first since I saw that the input shape...