I encountered some issues with multi-label segmentation, and I would like to ask for your help.
The demo ISIC dataset has a single label and the demo BRATS dataset has multiple labels but is merged in the class BRATSDataset3D.
I am interested in performing multi-label segmentation on my own dataset, and I am wondering how to set the dataset and model for this purpose.
Could you please provide a demo for multi-label segmentation?