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.
@@ -20,7 +20,7 @@
20
20
21
21
## Documentation
22
22
23
-
📚 A lot of documentation is available at https://AdaptiveMotorControlLab.github.io/CellSeg3d
23
+
📚 A lot of documentation is available at https://AdaptiveMotorControlLab.github.io/CellSeg3D
24
24
25
25
You can also generate docs by running ``make html`` in the docs/ folder.
26
26
@@ -70,6 +70,7 @@ To avoid issues when installing on the ARM64 architecture, please follow these s
70
70
conda env create -f conda/CellSeg3D_ARM64.yml
71
71
conda activate napari_CellSeg3D_ARM64
72
72
73
+
73
74
2) Install a Qt backend (PySide or PyQt5)
74
75
3) Launch napari, the plugin should be available in the plugins menu.
75
76
@@ -137,7 +138,7 @@ Distributed under the terms of the [MIT] license.
Copy file name to clipboardExpand all lines: docs/source/guides/custom_model_template.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,4 @@ To add a custom model, you will need a **.py** file with the following structure
31
31
.. note::
32
32
**WIP** : Currently you must modify :doc:`model_framework.py <../code/_autosummary/napari_cellseg3d.code_models.model_framework>` as well : import your model class and add it to the ``model_dict`` attribute
33
33
34
-
.. _file an issue: https://github.com/AdaptiveMotorControlLab/CellSeg3d/issues
34
+
.. _file an issue: https://github.com/AdaptiveMotorControlLab/CellSeg3D/issues
0 commit comments