PredictorRunParams¶
- class PredictorRunParams[source]¶
Parameters for configuring the PatchPredictor.run() method.
This class extends EngineABCRunParams with additional parameters specific to patch-level prediction workflows.
- auto_get_mask¶
Whether to automatically generate segmentation masks using wsireader.tissue_mask() during processing.
- Type:
- return_probabilities¶
Whether to return per-class probabilities in the output. If False, only predicted labels are returned.
- Type:
- scale_factor¶
Scale factor for converting annotations to baseline resolution. Typically model_mpp / slide_mpp.
- stride_shape¶
Stride used during WSI processing. Defaults to patch_input_shape.
Methods
Attributes