can the densecrf loss use for medical image(1 channel)?
brisyramshere opened this issue · 4 comments
The current implementation only supports 3 channels. However, you can duplicate the image to give an input blob of 3HW.
The current implementation only supports 3 channels. However, you can duplicate the image to give an input blob of 3_H_W.
is the output of denseCRFLoss negative?and how to choose the weight of denseCRFLoss?
The current implementation only supports 3 channels. However, you can duplicate the image to give an input blob of 3_H_W.
is the output of denseCRFLoss negative?and how to choose the weight of denseCRFLoss?
+1 I have the same question! is the output of denseCRFLoss negative?
The current implementation only supports 3 channels. However, you can duplicate the image to give an input blob of 3_H_W.
is the output of denseCRFLoss negative?and how to choose the weight of denseCRFLoss?
+1 I have the same question! is the output of denseCRFLoss negative?
+1 Not sure if the CRFLoss is negative. In my case, it is negative.