Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobalt93 committed Dec 13, 2023
1 parent 50b7a9e commit 78c74f8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ to them thereby increasing their performance. The extension is simple, we just a
- `im_channels_2_misalign`: on which image channels should the transformation be applied
- `label_channels_2_misalign`: on which segmentation channels should the transformation be applied
- `do_squeeze`: whether misalignment resulted from squeezing is necessary
- `sq_x`, `sq_y`, `sq_z`: probability of the transformation per organs
- `p_sq_per_sample`: probability of the transformation per sample
- `p_sq_per_dir`: probability of the transformation per direction
- `sq_x`, `sq_y`, `sq_z`: squeeze per directions, randomly sampled from interval.
- `p_sq_per_sample`: probability of squeezing per sample
- `p_sq_per_dir`: probability of squeezing per direction
- `do_rotation`: whether misalignment resulted from rotation is necessary
- `angle_x`, `angle_y`, `angle_z`: rotation angels per axes, randomly sampled from interval.
- `p_rot_per_sample`: probability of the transformation per sample
- `p_rot_per_axis`: probability of the transformation per axes
- `do_transl`: whether misalignment resulted from rotation is necessary
- `p_rot_per_sample`: probability of rotation per sample
- `p_rot_per_axis`: probability of rotation per axes
- `do_transl`: whether misalignment resulted from translation is necessary
- `tr_x`, `tr_y`, `tr_z`: shift/translation per directions, randomly sampled from interval.
- `p_transl_per_sample`: probability of the transformation per sample
- `p_transl_per_dir`: probability of the transformation per direction
- `p_transl_per_sample`: probability of translation per sample
- `p_transl_per_dir`: probability of translation per direction

**Important suggestions for its successful utilization:**

Expand Down

0 comments on commit 78c74f8

Please sign in to comment.