nnUNet
nnUNet copied to clipboard
nnUnet for classification after segmentation
Hello, can I use nnunet to do classification based on segmentation result? Then what should I do with the data, cause the default label should be image, I want to have label with both image and number representing different types. Thanks for your attention!!
I've trained a classifier on the encoder deep outputs with the pretrained nnunet encoder. maybe this approach can be useful for you.
nnU-Net is not aimed at classification and currently there is no goal to integrate this. @KanielDatz 's recommendation is your best way about it, but the training pipeline for this classifier has to be built yourself