-
Hi everyone, In Auto3dSeg, on this page, DiNTS, 2D SegResNet and SegResNet all apply these transforms:
While SwinUNETR doesn't apply these transforms, I am confused and wonder why SwinUNETR does not need them. Does anybody have a clue? Thanks a lot for any help! Best |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @abcvav , thanks for the question, the four algorithms are optimized based on experimental practice, the transform will be a little bit different. The SwinUNETR contains augmentations including rotation, flipping, intensity shifting based on the tutorial and the publications. We tried adding more augmentation combinations, the results do not change much. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @abcvav , thanks for the question, the four algorithms are optimized based on experimental practice, the transform will be a little bit different. The SwinUNETR contains augmentations including rotation, flipping, intensity shifting based on the tutorial and the publications. We tried adding more augmentation combinations, the results do not change much. Thanks.