davidiommi / Pytorch--3D-Medical-Images-Segmentation--SALMON

Segmentation deep learning ALgorithm based on MONai toolbox: single and multi-label segmentation software developed by QIMP team-Vienna.
https://zmpbmt.meduniwien.ac.at/wissenschaft-forschung/qimp/
MIT License
120 stars 26 forks source link

How to achieve multiple category segmentation #12

Open wxnzxt opened 2 years ago

wxnzxt commented 2 years ago

First of all, thank you very much for your sharing. I would like to ask how to achieve multiple category segmentation. I tried to change out_channels and it can only be equal to 1. because label's channel is 1. How can I set the number of categories? I want the output class to be 18. I would be grateful if someone could answer.