napari_cellseg3d.code_models.workers_utils#
Several worker-related utilities for inference and training.
Classes
|
Class to record results of a segmentation job. |
|
Signal to send messages to be logged from another thread. |
|
Class to replace torch model by ONNX Runtime session. |
|
MONAI-style transform to normalize each image in a batch individually by quantile normalization. |
|
MONAI-style dict transform to normalize each image in a batch individually by quantile normalization. |
|
Remap the values of a tensor to a new range. |
|
Threshold a tensor to 0 or 1. |
|
File-like object to redirect tqdm output to the logger widget in the GUI that self.log emits to. |
|
Class to record results of a training job. |
|
A utility class the downloads the weights of a model when needed. |