RajMalik23
RajMalik23
I'm encountering a similar issue. Can nnUNet be used for multi-label segmentation? Your assistance would be greatly appreciated. I encountered a shape mismatch error when performing one-hot encoding on mask...
Hello @mrokuss, I'm @RajMalik23, and I'd like to share the content of my dataset.json file: ``` { "channel_names": { "0": "R", "1": "G", "2": "B" }, "labels": { "background": 0,...
Hello Max, Yes, I have executed the ```nnUNetv2_plan_and_preprocess -d 50 -c 2d --verify_dataset_integrity``` command, and it completed without any warnings. I've uploaded all the generated files from both ```nnUNetv2_plan_and_preprocess -d...