@@ -9,17 +9,14 @@ Welcome to CellSeg3D!
99Use CellSeg3D to:
1010
1111* Review labeled cell volumes from whole-brain samples of mice imaged by mesoSPIM microscopy [1 ]_
12- * Train and use segmentation models from the MONAI project [2 ]_ or implement your own custom 3D segmentation models using PyTorch.
12+ * Train and use segmentation models from the MONAI project [2 ]_
13+ * Train and use our WNet3D unsupervised model
14+ * Or implement your own custom 3D segmentation models using PyTorch!
1315
14- No labeled data? Try our unsupervised model **WNet3D **, based on the `WNet `_ model, to automate your data labelling.
15-
16- The models provided should be adaptable to other tasks related to detection of 3D objects,
17- outside of whole-brain light-sheet microscopy.
18- This applies to the unsupervised model as well, feel free to try to generate labels for your own data!
1916
2017.. figure :: https://images.squarespace-cdn.com/content/v1/57f6d51c9f74566f55ecf271/0d16a71b-3ff2-477a-9d83-18d96cb1ce28/full_demo.gif?format=500w
2118 :alt: CellSeg3D demo
22- :width: 500
19+ :width: 800
2320 :align: center
2421
2522 Demo of the plugin
@@ -145,14 +142,14 @@ Other useful napari plugins
145142
146143Acknowledgments & References
147144---------------------------------------------
148- This plugin has been developed by Cyril Achard and Maxime Vidal, supervised by Mackenzie Mathis for the `Mathis Laboratory of Adaptive Motor Control `_.
145+ If you find our code or ideas useful, please cite:
146+
147+ Achard Cyril, Kousi Timokleia, Frey Markus, Vidal Maxime, Paychère Yves, Hofmann Colin, Iqbal Asim, Hausmann Sebastien B, Pagès Stéphane, Mathis Mackenzie Weygandt (2024)
148+ CellSeg3D: self-supervised 3D cell segmentation for microscopy eLife https://doi.org/10.7554/eLife.99848.1
149149
150- We also greatly thank Timokleia Kousi for her contributions to this project and the `Wyss Center `_ for project funding.
151150
152- The TRAILMAP models and original weights used here were ported to PyTorch but originate from the `TRAILMAP project on GitHub `_.
153- We also provide a model that was trained in-house on mesoSPIM nuclei data in collaboration with Dr. Stephane Pages and Timokleia Kousi.
154151
155- This plugin mainly uses the following libraries and software:
152+ This plugin additionally uses the following libraries and software:
156153
157154* `napari `_
158155
@@ -162,9 +159,9 @@ This plugin mainly uses the following libraries and software:
162159
163160* `pyclEsperanto `_ (for the Voronoi Otsu labeling) by Robert Haase
164161
165- * A new unsupervised 3D model based on the `WNet `_ by Xia and Kulis [3 ]_
166162
167- .. _Mathis Laboratory of Adaptive Motor Control : http://www.mackenziemathislab.org/
163+
164+ .. _Mathis Laboratory of Adaptive Intelligence : http://www.mackenziemathislab.org/
168165.. _Wyss Center : https://wysscenter.ch/
169166.. _TRAILMAP project on GitHub : https://github.com/AlbertPun/TRAILMAP
170167.. _napari : https://napari.org/
@@ -178,4 +175,3 @@ This plugin mainly uses the following libraries and software:
178175
179176.. [1 ] The mesoSPIM initiative: open-source light-sheet microscopes for imaging cleared tissue, Voigt et al., 2019 ( https://doi.org/10.1038/s41592-019-0554-0 )
180177 .. [2 ] MONAI Project website ( https://monai.io/ )
181- .. [3 ] W-Net: A Deep Model for Fully Unsupervised Image Segmentation, Xia and Kulis, 2018 ( https://arxiv.org/abs/1711.08506 )
0 commit comments