Skip to content

Commit 4d3d723

Browse files
committed
Merge branch 'main' of https://github.com/HiLab-git/PyMIC_examples into main
2 parents 4f6e371 + b5d27c3 commit 4d3d723

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# PyMIC_examples
22
[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.
33

4-
[PyMIC_link]: https://github.com/HiLab-git/PyMIC
5-
64
## Install PyMIC
75
To start, you can install the latest released version of PyMIC by:
86

@@ -15,17 +13,23 @@ To use the latest development version, you can download the source code [here][P
1513
## List of Examples
1614
Currently we provide two examples for image classification, and four examples for 2D/3D image segmentation. These examples include:
1715

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.
2117

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.
2319

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.
2521

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.
2723

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.
2925

26+
6, [segmentation/prostate][prostate_link]: using a 3D UNet for prostate segmentation from 3D MRI.
3027

28+
[PyMIC_link]: https://github.com/HiLab-git/PyMIC
29+
[AntBee_link]:classification/AntBee
30+
[CHNCXR_link]:classification/CHNCXR
31+
[JSRT_link]:segmentation/JSRT
32+
[JSRT2_link]:segmentation/JSRT2
33+
[fetal_hc_link]:segmentation/fetal_hc
34+
[prostate_link]:segmentation/prostate
3135

0 commit comments

Comments
 (0)