Skip to content

Preprocessing and post processing MSD #1218

Answered by yiheng-wang-nv
cugwu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @cugwu , ConvertToMultiChannelBasedOnBratsClassesd is used to convert the labels into a multi-label format, and it modifies the original label. If you'd like to use the original label for training, you can ignore this transform I think.

In my opinion, using which transforms (here I assume transforms are all for data preprocessing, not for data augmentation) depend on the input/output data format.

Do I have to put one-hot encoding or not? If I'm using one-hot encoding do I have to set logit_thresh=0.5 or I use it when one-hot encoding is disabled?

It depends on what is the format of your network output? You may need to check the shape of the output, the value (like min, max, mean) of …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cugwu
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