-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major refactoring and bugfixes for data preprocessed by nnUNet
Refactoring: - move steps to generate a single pair to a separate function, generate_single_pair and update generate_pair. - rename data_augmentation to random_flip_all_axes and update generate_pair. - added documentation about expected inputs and outputs Bugfixes for data preprocessed by nnUNet: - change axes of random_flip_all_axes from [0, 1, 2] to [-1, -2, -3] to allow any number of preceding dimensions (e.g., multiple MRI modalities) - change points in nonlinear_transformation to allow z-score normalisation (instead of [0, 1] range) - apply local_pixel_shuffling to all modalities instead of the first only - update image_in_painting and image_out_painting to work with a single modality, allowing per-modality in & out painting
- Loading branch information
1 parent
5d2034b
commit 24ae94c
Showing
1 changed file
with
138 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters