Skip to content

Commit 93e05c9

Browse files
authored
[+] update scripts.md
1 parent 5fa1d32 commit 93e05c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/scripts.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,12 @@ To evaluate segmentation results using `compute_metrics.py`, you need to install
2929
```sh
3030
$ git clone https://github.com/deepmind/surface-distance.git
3131
$ pip install surface-distance/
32+
```
33+
34+
Once installed you can run, for example:
35+
36+
```bash
37+
python scripts/compute_metrics.py reference_dir prediction_dir
38+
```
39+
40+
This will produce `patient_wise_metrics.csv` and an aggregated `evaluation_results.csv` in the current directory.

0 commit comments

Comments
 (0)