Skip to content

Commit

Permalink
Default values update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobalt93 committed Dec 13, 2023
1 parent b1c2ea6 commit c931a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnunetv2/training/nnUNetTrainer/nnUNetTrainer_Misalign.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_training_transforms(patch_size: Union[np.ndarray, Tuple[int]],
do_squeeze=True,
sq_x=[1.0, 1.0], sq_y=[0.9, 1.1], sq_z=[1.0, 1.0],
p_sq_per_sample=0.1,
do_rotation=False,
do_rotation=True,
angle_x=(- 0 / 360. * 2 * np.pi, 0 / 360. * 2 * np.pi),
angle_y=(- 0 / 360. * 2 * np.pi, 0 / 360. * 2 * np.pi),
angle_z=(-15 / 360. * 2 * np.pi, 15 / 360. * 2 * np.pi),
Expand Down

0 comments on commit c931a8c

Please sign in to comment.