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
A napari plugin for 3D cell segmentation: training, inference, and data review. In particular, this project was developed for analysis of mesoSPIM-acquired (cleared tissue + lightsheet) datasets.
16
16
17
-
**Pre-Alpha version, please expect bugs and issues. Reporting them on the Github repository would help us a lot!**
18
-
19
17
----------------------------------
20
18
19
+
## News
20
+
21
+
**June 2022: This is an alpha version, please expect bugs and issues, and help us make the code better by reporting them as an issue!**
22
+
23
+
24
+
21
25
## Installation
22
26
23
-
You can install `napari-cellseg-3d` via [pip] (pypi-test placeholder):
27
+
You can install `napari-cellseg3d` via [pip] (pypi-test placeholder):
Available on the [Github pages website](https://adaptivemotorcontrollab.github.io/cellseg3d-docs/)
30
-
31
-
Source files can be found at https://AdaptiveMotorControlLab.github.io/cellseg3d-docs
33
+
Available at https://AdaptiveMotorControlLab.github.io/cellseg3d-docs
32
34
33
35
You can also generate docs by running ``make html`` in the docs folder.
34
36
@@ -38,7 +40,7 @@ To use the plugin, please run:
38
40
```
39
41
napari
40
42
```
41
-
Then go into Plugins > napari-cellseg-3d, and choose which tool to use.
43
+
Then go into Plugins > napari-cellseg3d, and choose which tool to use.
42
44
43
45
-**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.
44
46
-**Inference**: This module allows you to use pre-trained segmentation algorithms on volumes to automatically label cells and compute statistics.
@@ -51,7 +53,7 @@ Then go into Plugins > napari-cellseg-3d, and choose which tool to use.
51
53
52
54
Requires manual installation of **pytorch** and **MONAI**.
53
55
54
-
For Pytorch, please see [PyTorch's website for installation instructions].
56
+
For PyTorch, please see [PyTorch's website for installation instructions].
55
57
A CUDA-capable GPU is not needed but very strongly recommended, especially for training.
56
58
57
59
If you get errors from MONAI regarding missing readers, please see [MONAI's optional dependencies] page for instructions on getting the readers required by your images.
@@ -86,7 +88,7 @@ pip install -e .
86
88
87
89
Distributed under the terms of the [MIT] license.
88
90
89
-
"napari-cellseg-3d" is free and open source software.
91
+
"napari-cellseg3d" is free and open source software.
90
92
91
93
92
94
[file an issue]: https://github.com/AdaptiveMotorControlLab/CellSeg3d/issues
@@ -113,7 +115,7 @@ Distributed under the terms of the [MIT] license.
113
115
114
116
This plugin was developed by Cyril Achard & Maxime Vidal.
115
117
116
-
This work was funded, in part, from the Wyss Center to the Adaptive Motor Control Lab.
118
+
This work was funded, in part, from the Wyss Center to the [Mathis Laboratory of Adaptive Motor Control](https://www.mackenziemathislab.org/).
0 commit comments