You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PyMIC][PyMIC_link] is an Pytorch-based medical image computing toolkit with deep learning. Here we provide a set of examples to show how it can be used for image classification and segmentation tasks. For beginners, you can follow the examples by just editting the configure files for model training, testing and evaluation. For advanced users, you can develop your own modules, such as customized networks and loss functions.
3
3
4
-
[PyMIC_link]: https://github.com/HiLab-git/PyMIC
5
-
6
4
## Install PyMIC
7
5
To start, you can install the latest released version of PyMIC by:
8
6
@@ -15,17 +13,23 @@ To use the latest development version, you can download the source code [here][P
15
13
## List of Examples
16
14
Currently we provide two examples for image classification, and four examples for 2D/3D image segmentation. These examples include:
17
15
18
-
1, `classification/AntBee`: finetuning a resnet18 for Ant and Bee classification.
19
-
20
-
2, `classification/CHNCXR`: finetuning restnet18 and vgg16 for normal/tuberculosis X-ray image classification.
16
+
1, [classification/AntBee][AntBee_link]: finetuning a resnet18 for Ant and Bee classification.
21
17
22
-
3, `segmentation/JSRT`: using a 2D UNet for heart segmentation from chest X-ray images.
18
+
2, [classification/CHNCXR][CHNCXR_link]: finetuning restnet18 and vgg16 for normal/tuberculosis X-ray image classification.
23
19
24
-
4, `segmentation/JSRT2`: defining a customized network for heart segmentation from chest X-ray images.
20
+
3, [segmentation/JSRT][JSRT_link]: using a 2D UNet for heart segmentation from chest X-ray images.
25
21
26
-
5, `segmentation/fetal_hc`: using a 2D UNet for fetal head segmentation from 2D ultrasound images.
22
+
4, [segmentation/JSRT2][JSRT2_link]: defining a customized network for heart segmentation from chest X-ray images.
27
23
28
-
6, `segmentation/prostate`: using a 3D UNet for prostate segmentation from 3D MRI.
24
+
5, [segmentation/fetal_hc][fetal_hc_link]: using a 2D UNet for fetal head segmentation from 2D ultrasound images.
29
25
26
+
6, [segmentation/prostate][prostate_link]: using a 3D UNet for prostate segmentation from 3D MRI.
0 commit comments