dict_to_zarr¶

dict_to_zarr(raw_predictions, save_path, **kwargs)[source]¶

Saves the output of TIAToolbox engines to a zarr file.

Parameters:
  • raw_predictions (dict) – A dictionary in the TIAToolbox Engines output format.

  • save_path (str or Path) – Path to save the zarr file.

  • **kwargs (dict) – Keyword Args to update patch_pred_store_zarr attributes.

Returns:

Path to zarr file storing the patch predictor output

Return type:

Path