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
journal = {Computer Methods and Programs in Biomedicine},
20
-
volume = {February},
20
+
volume = {231},
21
21
pages = {107398},
22
22
}
23
23
24
24
# Features
25
25
PyMIC provides flixible modules for medical image computing tasks including classification and segmentation. It currently provides the following functions:
26
-
* Support for annotation-efficient image segmentation, especially for semi-supervised, weakly-supervised and noisy-label learning.
26
+
* Support for annotation-efficient image segmentation, especially for semi-supervised, self-supervised, weakly-supervised and noisy-label learning.
27
27
* User friendly: For beginners, you only need to edit the configuration files for model training and inference, without writing code. For advanced users, you can customize different modules (networks, loss functions, training pipeline, etc) and easily integrate them into PyMIC.
28
28
* Easy-to-use I/O interface to read and write different 2D and 3D images.
29
29
* Various data pre-processing/transformation methods before sending a tensor into a network.
@@ -47,10 +47,10 @@ Run the following command to install the latest released version of PyMIC:
47
47
```bash
48
48
pip install PYMIC
49
49
```
50
-
To install a specific version of PYMIC such as 0.3.1, run:
50
+
To install a specific version of PYMIC such as 0.4.0, run:
51
51
52
52
```bash
53
-
pip install PYMIC==0.3.1
53
+
pip install PYMIC==0.4.0
54
54
```
55
55
Alternatively, you can download the source code for the latest version. Run the following command to compile and install:
0 commit comments