-
Notifications
You must be signed in to change notification settings - Fork 775
Description
Describe the bug
This Class ConvertToMultiChannelBasedOnBratsClassesd is used in brats_training_ddp.py and brats_segmentation_3d.ipynb. It may map the label data to wrong classes. According to its docstring, it describes that label 2 is the GD-enhancing tumor, and label 3 is the non-enhancing tumor core.
However, the json file in this downloaded dataset describes that label 2 is the non-enhancing tumor and label 3 is the GD-enhancing tumor.
To Reproduce
Download the dataset by from the official website or call monai.apps.DecathlonDataset(task="Task01_BrainTumour"). Find the dataset.json.

Expected behavior
N/A
Screenshots
I also visually verified labels. It seems like json file is right. label 2 should be the non-enhancing tumor and label 3 should be the GD-enhancing tumor.

Environment (please complete the following information):
- OS
- Python version
- MONAI version [e.g. git commit hash]
- CUDA/cuDNN version
- GPU models and configuration
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
