napari_cellseg3d.code_models.models.wnet.model#
Implementation of a 3D W-Net model, based on the 2D version from https://arxiv.org/abs/1711.08506. The model performs unsupervised segmentation of 3D images.
Classes
|
Basic block of the U-Net architecture. |
|
Input block of the U-Net architecture. |
|
Output block of the U-Net architecture. |
|
Half of the W-Net model, based on the U-Net architecture. |
|
Implementation of a 3D W-Net model, based on the 2D version from https://arxiv.org/abs/1711.08506. |
|
WNet3D with encoder only. |