Affined Transformation Channel Dimensions #3996
-
I felt the need of asking this question to prevent both my and other user's future mistakes. I am working with multiple CT and BraTS datasets. In BraTS dataset, each patient has 4 MRI modalities (T1, T1w, T2, Flair) each of which is of size 155 x 240 x 240. My model input is 4 x 128 x 128 x 128 where 128 x 128 x 128 is a patch sampled from the same locations of each modality, and it is expected to return a tensor of same shape for segmentation. What should the input size of the Affined transform be (4 x 128 x 128 x 128) where we feed the whole input or (1 x 128 x 128 x 128) processing each modality separately and then concatenating or feeding them in the shape (128 x 128 x 128) and then concatenating ? Furthermore, what should input size for CT datasets where, let's say, the size of each modality is of shape (50 x 512 x 512), (1 x 50 x 512 x 512) or (50 x 512 x 512) ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @ekurtulus ,
Could you please re-describe your question? I cannot understand this sentence, thanks! |
Beta Was this translation helpful? Give feedback.
Hi @ekurtulus ,
Could you please re-describe your question? I cannot understand this sentence, thanks!