napari_cellseg3d.code_models.worker_inference#
Contains the InferenceWorker
class, which is a custom worker to run inference jobs in.
Module Attributes
|
Whether to automatically discard erroneously over-labeled empty regions from semantic segmentation or not. |
|
The fraction of pixels above which a region is considered wrongly labeled. |
|
The value above which a pixel is considered to contribute to over-labeling. |
Classes
|
A custom worker to run inference jobs in. |