Skip to content
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

Data Augmentation using the batchgenerators-framework in nnUNet #2568

Open
sabinevater opened this issue Oct 26, 2024 · 0 comments
Open

Data Augmentation using the batchgenerators-framework in nnUNet #2568

sabinevater opened this issue Oct 26, 2024 · 0 comments
Assignees

Comments

@sabinevater
Copy link

Dear nnUNet-team,

I hope you are doing well today.

In your paper "nnU-Net for Brain Tumor Segmentation" from 2020 ( https://arxiv.org/abs/2011.00848 ) you made several changes to the standard parameters for data augmentation in nnUNet in order to improve performance:

  • increase the probability of applying rotation and scaling from 0.2 to 0.3.
  • increase the scale range from (0.85, 1.25) to (0.65, 1.6)
  • select a scaling factor for each axis individually
  • use elastic deformation with a probability of 0.3
  • use additive brightness augmentation with a probability of 0.3
  • increase the aggressiveness of the Gamma augmentation

You furthermore wrote that you used the batchgenerators - framework. I use nnunetv2 and wanted to ask, where exactly in the code could I apply these changes ( I did not find anything regarding the scaling factors for the axis, the additive brightness augmentation and the Gamma augmentation aggressiveness in the code)?

Kind regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants