Skip to content

Commit 234978e

Browse files
committed
update usage in readme
1 parent cfd4cd0 commit 234978e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ This package provides some basic modules for medical image computing that can be
1919
* Implementation of evaluation metrics to get quantitative evaluation of your methods (for segmentation).
2020

2121
# Usage
22-
Run the following command to install PYMIC:
22+
Run the following command to install PyMIC:
23+
2324
```bash
2425
pip install PYMIC
2526
```
27+
2628
Go to `examples` to see some examples for using PyMIC. For beginners, you only need to simply change the configuration files to select different datasets, networks and training methods for running the code (example 1 - 3). For advanced users, you can develop your own modules based on this package (example 4). You can find the following examples:
2729

2830
1, `examples\JSRT`: use a predefined 2D U-Net for heart segmentation from X-ray images.

0 commit comments

Comments
 (0)