tumourkit.research_pipe.run_scaling
- tumourkit.research_pipe.run_scaling(args: Namespace, logger: Logger) None
Runs the scaling experiment for Hovernet.
- This function performs the following steps:
Trains Hovernet models with different shapes: ‘270’, ‘270FT’, ‘518’, ‘518FT’.
Performs inference with the trained models on the input data.
Runs post-processing on the Hovernet output.
Evaluates the Hovernet output using the ground truth data.
- Parameters:
args (Namespace) – The arguments for the scaling experiment.
logger (Logger) – The logger object used for logging messages.