-
Notifications
You must be signed in to change notification settings - Fork 37
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
multi-class segmentation discuss #54
Comments
Hi |
Yes, I trained on a segmentation mask with a single channel with different values (0,1,2,3) for the different classes. The one binary mask for each of the classes means training on a segmentation mask with three channels with WT,TC and ET? |
yes exactly, all three classes will have a separate binary channel each. |
Hi, I also want to use multi-class segmentation for training, have you solved this problem? @smallboy-code |
It remains unresolved. @ZhengChen6 |
Hi @JuliaWolleb , thank you for your great work. I want to solve the multi-class segmentation problem and I delete the "label = torch.where(label > 0, 1, 0).float()". Now, I got some output looks not well as follows:
So, can you give me some advices about this problem?
The text was updated successfully, but these errors were encountered: