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
@@ -32,9 +32,9 @@ If you get errors from MONAI regarding missing readers, please see [MONAI's opti
32
32
33
33
## Installation
34
34
35
-
You can install `napari-cellseg-annotator` via [pip]:
35
+
You can install `napari-cellseg-3d` via [pip]:
36
36
37
-
pip install napari-cellseg-annotator
37
+
pip install napari-cellseg-3d
38
38
39
39
For local installation, please run:
40
40
@@ -52,7 +52,7 @@ To use the plugin, please run:
52
52
```
53
53
napari
54
54
```
55
-
Then go into Plugins > napari-cellseg-annotator, and choose which tool to use.
55
+
Then go into Plugins > napari-cellseg-3d, and choose which tool to use.
56
56
57
57
-**Review**: This module allows you to review your labels, from predictions or manual labeling, and correct them if needed. It then saves the status of each file in a csv, for easier monitoring.
58
58
-**Infer**: This module allows you to use pre-trained segmentation algorithms on volumes to automatically label cells.
@@ -75,7 +75,7 @@ the coverage at least stays the same before you submit a pull request.
75
75
## License
76
76
77
77
Distributed under the terms of the [MIT] license,
78
-
"napari-cellseg-annotator" is free and open source software
78
+
"napari-cellseg-3d" is free and open source software
0 commit comments