-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, may I ask how to disable left and right image enhancement in the V2 ? #2654
Comments
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 |
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? |
Based on their source code, I think it is. By default |
How do I use nnUNetTrainer_onlyMirror01? I am a beginner and relatively inexperienced. |
|
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: