napari_cellseg3d.code_models.models.TEMPLATE_model#

This is a template for a model class. It is not used in the plugin, but is here to show how to implement a model class.

Please note that custom model implementations are not fully supported out of the box yet, but might be in the future.

Classes

ModelTemplate_(input_image_size[, ...])

Template for a model class.