Skip to content

Commit 6d8baf0

Browse files
authored
Merge pull request #5 from AdaptiveMotorControlLab/Cyril_repo_June25
from dev repo; merge into Main - + some minor doc changes Co-authored-by: @C-Achard
2 parents f42e207 + 7f46f2f commit 6d8baf0

26 files changed

+256
-173
lines changed

docs/res/guides/detailed_walkthrough.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ Finally, the last tab lets you choose :
119119
* The models
120120

121121
* SegResNet is a lightweight model (low memory requirements) from MONAI originally designed for 3D fMRI data.
122-
* VNet is a heavier (than SegResNet) CNN from MONAI designed for medical image segmentation.
122+
* VNet is a larger (than SegResNet) CNN from MONAI designed for medical image segmentation.
123123
* TRAILMAP is our PyTorch implementation of a 3D CNN model trained for axonal detection in cleared tissue.
124-
* TRAILMAP-MS is our implementation in PyTorch additionally trained on mouse cortical neural nuclei from mesoSPIM data.
124+
* TRAILMAP_MS is our implementation in PyTorch additionally trained on mouse cortical neural nuclei from mesoSPIM data.
125125
* Note, the code is very modular, so it is relatively straightforward to use (and contribute) your model as well.
126-
126+
127127

128128
* The loss : for object detection in 3D volumes you'll likely want to use the Dice or Dice-focal Loss.
129129

docs/res/guides/inference_module_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Model Link to original paper
1313
============== ================================================================================================
1414
VNet `Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation`_
1515
SegResNet `3D MRI brain tumor segmentation using autoencoder regularization`_
16-
TRAILMAP_test An emulation of the `TRAILMAP project on GitHub`_ using a custom copy in Pytorch
17-
TRAILMAP An emulation of the `TRAILMAP project on GitHub`_ using `3DUnet for Pytorch`_
16+
TRAILMAP_MS A PyTorch implementation of the `TRAILMAP project on GitHub`_ pretrained with MesoSpim data
17+
TRAILMAP An implementation of the `TRAILMAP project on GitHub`_ using a `3DUNet for PyTorch`_
1818
============== ================================================================================================
1919

2020
.. _Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation: https://arxiv.org/pdf/1606.04797.pdf

docs/res/guides/training_module_guide.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Model Link to original paper
1313
============== ================================================================================================
1414
VNet `Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation`_
1515
SegResNet `3D MRI brain tumor segmentation using autoencoder regularization`_
16-
TRAILMAP_test An emulation of the `TRAILMAP project on GitHub`_ using a custom copy in Pytorch
17-
TRAILMAP An emulation of the `TRAILMAP project on GitHub`_ using `3DUnet for Pytorch`_
16+
TRAILMAP_MS A PyTorch implementation of the `TRAILMAP project on GitHub`_ pretrained with MesoSpim data
17+
TRAILMAP An implementation of the `TRAILMAP project on GitHub`_ using a `3DUNet for PyTorch`_
1818
============== ================================================================================================
1919

2020
.. _Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation: https://arxiv.org/pdf/1606.04797.pdf
@@ -120,4 +120,3 @@ Source code
120120
* :doc:`../code/plugin_model_training`
121121
* :doc:`../code/model_framework`
122122
* :doc:`../code/model_workers`
123-

napari_cellseg3d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.3"
-1.36 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)