The channels of output .nrrd seems combined #1804
Replies: 1 comment
-
I found the UNET get the number of labels' channel, and use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use deepedit_seg model to segment my CT images, and I change the labels of deepedit model to {"stomach": 1, "gist": 2, "background": 3}. it seems the out_channel of params is len(self.labels) it should be 3 , but in the result .nrrd I write a program to parse it , it only one channel and combine the mask of gist and stomach in on pic. I want to figure it out how to depart from these 3 labels to 3 out channel ?
Beta Was this translation helpful? Give feedback.
All reactions