Skip to content

Commit d2c8716

Browse files
committed
update readme
1 parent c558f3f commit d2c8716

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

segmentation/JSRT/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pymic_net_run train config/train_test.cfg
3434
1. Run the following command to obtain segmentation results of testing images. By default we use the latest checkpoint. You can set `ckpt_mode` to 1 in `config/train_test.cfg` to use the best performing checkpoint based on the validation set.
3535

3636
```bash
37-
mkdir result
3837
pymic_net_run test config/train_test.cfg
3938
```
4039

segmentation/fetal_hc/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ pymic_net_run train config/train_test.cfg
2929
1. Run the following command to obtain segmentation results of testing images based on the best-performing checkpoint on the validation set. By default we use sliding window inference to get better results. You can also edit the `testing` section of `config/train_test.cfg` to use other inference strategies.
3030

3131
```bash
32-
mkdir result
3332
pymic_net_run test config/train_test.cfg
3433
```
3534

segmentation/prostate/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ pymic_net_run train config/train_test.cfg
2626
1. Run the following command to obtain segmentation results of testing images. By default we use the latest checkpoint. You can set `ckpt_mode` to 1 in `config/train_test.cfg` to use the best performing checkpoint based on the validation set.
2727

2828
```bash
29-
mkdir result
3029
pymic_net_run test config/train_test.cfg
3130
```
3231

0 commit comments

Comments
 (0)