Skip to content

Commit 1a24a70

Browse files
authored
fixed typo in README
1 parent 9743a09 commit 1a24a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ python test.py --path-image /path/to/image --path-out /path/to/output --path-mod
7272
> [!NOTE]
7373
> The `nnUNetTrainer__nnUNetPlans__3d_fullres` folder is inside the `Dataset500_zurich_mouse` folder. <br>
7474
> To use GPU, add the flag `--use-gpu` in the previous command.<br>
75-
> To use mirroring (test-time) augmentation, add flag `--use-mirroring`. NOTE: Inference takes a long time when this is enabled. Default: False.
76-
> To speed up inference, add flag `--step-size XX` with X being a value above 0.5 and below 1 (0.9 is advised).
75+
> To use mirroring (test-time) augmentation, add flag `--use-mirroring`. NOTE: Inference takes a long time when this is enabled. Default: False.<br>
76+
> To speed up inference, add flag `--step-size XX` with X being a value above 0.5 and below 1 (0.9 is advised).<br>
7777
> If inference fails : refer to the following [issue 44](https://github.com/ivadomed/model_seg_mouse-sc_wm-gm_t1/issues/44) for image pre-processing.
7878
7979
## Apply post-processing

0 commit comments

Comments
 (0)