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
**Figure 1. Performance of 3D Semantic and Instance Segmentation Models.**
56
-
**a:** Raw mesoSPIM whole-brain sample, volumes and corresponding ground truth labels from somatosensory (S1) and visual (V1) cortical regions.
55
+
**Figure 1. Performance of 3D Semantic and Instance Segmentation Models.**
56
+
**a:** Raw mesoSPIM whole-brain sample, volumes and corresponding ground truth labels from somatosensory (S1) and visual (V1) cortical regions.
57
57
**b:** Evaluation of instance segmentation performance for baseline
58
58
thresholding-only, supervised models: Cellpose, StartDist, SwinUNetR, SegResNet, and our self-supervised model WNet3D over three data subsets.
59
59
F1-score is computed from the Intersection over Union (IoU) with ground truth labels, then averaged. Error bars represent 50% Confidence Intervals
60
-
(CIs).
61
-
**c:** View of 3D instance labels from supervised models, as noted, for visual cortex volume in b evaluation.
60
+
(CIs).
61
+
**c:** View of 3D instance labels from supervised models, as noted, for visual cortex volume in b evaluation.
62
62
**d:** Illustration of our WNet3D architecture showcasing the dual 3D U-Net structure with our modifications.
63
63
64
64
@@ -141,7 +141,7 @@ Before testing, install all requirements using ``pip install napari-cellseg3d[te
141
141
142
142
To run tests locally:
143
143
144
-
- Locally : run ``pytest`` in the plugin folder
144
+
- Locally : run ``pytest napari_cellseg3d\_tests`` in the plugin folder.
145
145
- Locally with coverage : In the plugin folder, run ``coverage run --source=napari_cellseg3d -m pytest`` then ``coverage xml`` to generate a .xml coverage file.
146
146
- With tox : run ``tox`` in the plugin folder (will simulate tests with several python and OS configs, requires substantial storage space)
0 commit comments