|
1 | 1 | Welcome to PyMIC's documentation!
|
2 | 2 | ===================================
|
3 | 3 |
|
4 |
| -PyMIC is a pytorch-based toolkit for medical image computing with annotation-efficient deep learning. |
5 |
| -PyMIC is developed to support learning with imperfect labels, including semi-supervised and weakly supervised learning, and learning with noisy annotations. |
| 4 | +PyMIC is a pytorch-based toolkit for medical image computing with annotation-efficient |
| 5 | +deep learning. PyMIC is developed to support learning with imperfect labels, including |
| 6 | +semi-supervised and weakly supervised learning, and learning with noisy annotations. |
6 | 7 |
|
7 |
| -Check out the :doc:`usage` section for further information, including |
8 |
| -how to :ref:`installation` the project. |
| 8 | +Check out the :doc:`installation` section for install PyMIC, and go to the :doc:`usage` |
| 9 | +section for understanding modules for the segmentation pipeline designed in PyMIC. |
| 10 | +Please follow `PyMIC_examples <https://github.com/HiLab-git/PyMIC_examples/>`_ |
| 11 | +to quickly start with using PyMIC. |
9 | 12 |
|
10 | 13 | .. note::
|
11 | 14 |
|
12 | 15 | This project is under active development. It will be updated later.
|
13 | 16 |
|
14 |
| -Contents |
15 |
| --------- |
16 | 17 |
|
17 | 18 | .. toctree::
|
| 19 | + :maxdepth: 2 |
| 20 | + :caption: Getting Started |
| 21 | + |
| 22 | + installation |
| 23 | + usage |
| 24 | + api |
| 25 | + |
| 26 | +Citation |
| 27 | +-------- |
| 28 | + |
| 29 | +If you use PyMIC for your research, please acknowledge it accordingly by citing our paper: |
| 30 | + |
| 31 | +`G. Wang, X. Luo, R. Gu, S. Yang, Y. Qu, S. Zhai, Q. Zhao, K. Li, S. Zhang. (2022). |
| 32 | +PyMIC: A deep learning toolkit for annotation-efficient medical image segmentation. |
| 33 | +arXiv, 2208.09350. <http://arxiv.org/abs/2208.09350>`_ |
| 34 | + |
| 35 | + |
| 36 | +BibTeX entry: |
| 37 | + |
| 38 | +.. code-block:: none |
18 | 39 |
|
19 |
| - usage |
20 |
| - api |
| 40 | + @article{Wang2022pymic, |
| 41 | + author = {Guotai Wang and Xiangde Luo and Ran Gu and Shuojue Yang and Yijie Qu and Shuwei Zhai and Qianfei Zhao and Kang Li and Shaoting Zhang}, |
| 42 | + title = {{PyMIC: A deep learning toolkit for annotation-efficient medical image segmentation}}, |
| 43 | + year = {2022}, |
| 44 | + url = {http://arxiv.org/abs/2208.09350}, |
| 45 | + journal = {arXiv}, |
| 46 | + volume = {2208.09350}, |
| 47 | + pages = {1-10}, |
| 48 | + } |
0 commit comments