You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When training on data that only labels the left breast and not the right breast, if left and right mirror flipping enhancement is enabled, the prediction will lead to the problem of left and right crosstalk. How can I close it in the new version?
I think you can use nnUNetTrainer_onlyMirror01 in the nnunetv2/training/nnUNetTrainer/variants/data_augmentation/nnUNetTrainerNoMirroring.py
I also had the same problem with left/right mirroring in my task, and using this solved my problem.
I think you can use nnUNetTrainer_onlyMirror01 in the nnunetv2/training/nnUNetTrainer/variants/data_augmentation/nnUNetTrainerNoMirroring.py I also had the same problem with left/right mirroring in my task, and using this solved my problem.
Thank you for your help. May I ask if nnUNetTrainer_onlyMirror01 is used for: not enabling left and right mirroring, but enabling up and down, as well as Z-axis mirroring?
Hello, may I ask how to disable the left and right mirror flipping enhancement in the V2 ?
The text was updated successfully, but these errors were encountered: