Skip to content

Commit e51ad35

Browse files
committed
update readme, add 3d example
1 parent 9b13df4 commit e51ad35

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

100644100755
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ 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
# Examples
22-
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. For advanced users, you can develop your own modules based on this packange. You can find the following examples:
22+
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. For advanced users, you can develop your own modules based on this package. You can find the following examples:
2323

24-
1, using a U-Net for heart segmentation from X-ray images.
24+
1, using a 2D U-Net for heart segmentation from X-ray images.
2525

26-
2, using a U-Net for fetal brain segmentation from ultrasound images.
26+
2, using a 2D U-Net for fetal brain segmentation from ultrasound images.
27+
28+
3, using a 3D U-Net for prostate segmentation from 3D MRI.

0 commit comments

Comments
 (0)