Skip to content

Commit fce983a

Browse files
committed
update readme files
update readme files
1 parent 93b8814 commit fce983a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

segmentation/JSRT2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python net_run_jsrt.py train config/mynet.cfg
3131
python net_run_jsrt.py test config/mynet.cfg
3232
```
3333

34-
2. Edit `config/evaluation.cfg` by setting `ground_truth_folder_root` as your `JSRT_root`, and run the following command to obtain quantitative evaluation results in terms of dice.
34+
2. Use the following command to obtain quantitative evaluation results in terms of dice.
3535

3636
```
3737
pymic_eval_seg config/evaluation.cfg

segmentation/fetal_hc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pymic_run train config/unet.cfg
3030
pymic_run test config/unet.cfg
3131
```
3232

33-
2. Then edit `config/evaluation.cfg` by setting `ground_truth_folder_root` as your `HC_root`, and run the following command to obtain quantitative evaluation results in terms of Dice.
33+
2. Use the following command to obtain quantitative evaluation results in terms of Dice.
3434

3535
```bash
3636
pymic_eval_seg config/evaluation.cfg

segmentation/prostate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Note that we set `deep_supervise = True` and `loss_type = [DiceLoss, CrossEntrop
3030
pymic_run test config/unet3d.cfg
3131
```
3232

33-
2. Then edit `config/evaluation.cfg` by setting `ground_truth_folder_root` as your `PyMIC_data/Promise12/preprocess`, and run the following command to obtain quantitative evaluation results in terms of Dice.
33+
2. Run the following command to obtain quantitative evaluation results in terms of Dice.
3434

3535
```bash
3636
pymic_eval_seg config/evaluation.cfg

0 commit comments

Comments
 (0)