napari_cellseg3d.code_models.models.wnet.soft_Ncuts#
Implementation of a 3D Soft N-Cuts loss based on https://arxiv.org/abs/1711.08506 and https://ieeexplore.ieee.org/document/868688.
The implementation was adapted and approximated to reduce computational and memory cost. This faster version was proposed on fkodom/wnet-unsupervised-image-segmentation.
Classes
|
Implementation of a 3D Soft N-Cuts loss based on https://arxiv.org/abs/1711.08506 and https://ieeexplore.ieee.org/document/868688. |