Skip to content

Commit bde64a1

Browse files
committed
renaming, docs
1 parent 4460aee commit bde64a1

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

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/model_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(self, viewer: "napari.viewer.Viewer"):
6464
"VNet": VNet,
6565
"SegResNet": SegResNet,
6666
"TRAILMAP pre-trained": TRAILMAP,
67-
"TRAILMAP test": TMAP,
67+
"TRAILMAP_MS": TMAP,
6868
}
6969
"""dict: dictionary of available models, with string for widget display as key
7070

0 commit comments

Comments
 (0)