We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fc167a + 4901e2c commit 5f64feeCopy full SHA for 5f64fee
1 file changed
README.md
@@ -39,3 +39,10 @@ Go to `examples` to see some examples for using PyMIC. For beginners, you only n
39
3, `examples\prostate`: use a predefined 3D U-Net for prostate segmentation from 3D MRI.
40
41
4, `examples\JSRT2`: define a network by yourself for heart segmentation from X-ray images.
42
+
43
+# Projects based on PyMIC
44
+Using PyMIC, it becomes easy to develop deep learning models for different projects, such as the following:
45
+1, [COPLE-Net][coplenet] COVID-19 Pneumonia Segmentation from CT images.
46
+2, [Head-Neck-GTV][hn_gtv] Nasopharyngeal Carcinoma (NPC) GTV segmentation from Head and Neck CT images.
47
+[coplenet]:https://github.com/HiLab-git/COPLE-Net
48
+[hn_gtv]: https://github.com/HiLab-git/Head-Neck-GTV
0 commit comments