-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can the densecrf loss use for medical image(1 channel)? #5
Comments
The current implementation only supports 3 channels. However, you can duplicate the image to give an input blob of 3HW. |
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. |
No description provided.
The text was updated successfully, but these errors were encountered: