Skip to content
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

Open
brisyramshere opened this issue Feb 14, 2019 · 4 comments
Open

can the densecrf loss use for medical image(1 channel)? #5

brisyramshere opened this issue Feb 14, 2019 · 4 comments

Comments

@brisyramshere
Copy link

No description provided.

@meng-tang
Copy link
Owner

The current implementation only supports 3 channels. However, you can duplicate the image to give an input blob of 3HW.

@brisyramshere
Copy link
Author

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?

@firelgh
Copy link

firelgh commented May 8, 2020

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?

@convnets
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants