Skip to content

Modality combinations #828

Answered by FabianIsensee
paul-reiners asked this question in Q&A
Discussion options

You must be logged in to vote

Modalities have to be the same for all training cases and have to be the same at test time as well.
nnU-Net learns a mapping from some input image(s) to a target segmentation, sothe problem formulation is

T1w + T2 -> segmentation

This cannot be changed at test time.
If you really want to experiment with this you can consider implementing a data augmentation that at training time randomly blackens out (sets to 0) one of the two inputs. Then the model should be able to somewhat handle the case where empty T1 or T2 images are given at test time

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FabianIsensee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants