napari_cellseg3d.code_models#
This folder contains the code used by models in the plugin.
models
folder: contains the model classes, which are wrappers for the actual models. The wrappers are used to ensure that the models are compatible with the plugin.model_framework.py: contains the code for the model framework, used by training and inference plugins
worker_inference.py: contains the code for the inference worker
worker_training.py: contains the code for the training worker
instance_segmentation.py: contains the code for instance segmentation
crf.py: contains the code for the CRF postprocessing
worker_utils.py: contains functions used by the workers
Modules
Implements the CRF post-processing step for WNet3D. |
|
Instance segmentation methods for 3D images. |
|
Basic napari plugin framework for inference and training. |
|
Contains model code and wrappers for the models, as classes. |
|
Contains the |
|
Contains the workers used to train the models. |
|
Several worker-related utilities for inference and training. |