Skip to content

Commit c078d80

Browse files
committed
update readme
1 parent e1d18a6 commit c078d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository proivdes a library and some examples of using pytorch for medical image computing. The toolkit is under development. Currently it supports 2D and 3D image segmentation. It was originally developped for COVID-19 pneumonia lesion segmentation from CT images. If you use this toolkit, please cite the following paper:
44

55
* G. Wang, X. Liu, C. Li, Z. Xu, J. Ruan, H. Zhu, T. Meng, K. Li, N. Huang, S. Zhang.
6-
[A Noise-robust Framework for Automatic Segmentation of COVID-19 Pneumonia Lesions from CT Images.][tmi2020] IEEE Transactions on Medical Imaging. 2020. DOI: [10.1109/TMI.2020.3000314][tmi2020]
6+
[A Noise-robust Framework for Automatic Segmentation of COVID-19 Pneumonia Lesions from CT Images.][tmi2020] IEEE Transactions on Medical Imaging. 39(8):2653-2663, 2020. DOI: [10.1109/TMI.2020.3000314][tmi2020]
77

88
[tmi2020]:https://ieeexplore.ieee.org/document/9109297
99

@@ -38,7 +38,7 @@ Go to `examples` to see some examples for using PyMIC. For beginners, you only n
3838

3939
3, `examples\prostate`: use a predefined 3D U-Net for prostate segmentation from 3D MRI.
4040

41-
4, `examples\JSRT2`: define a network by yourself for heart segmentation from X-ray images.
41+
4, `examples\JSRT2`: define your custermized network and loss function for heart segmentation from X-ray images.
4242

4343
# Projects based on PyMIC
4444
Using PyMIC, it becomes easy to develop deep learning models for different projects, such as the following:

0 commit comments

Comments
 (0)