get_full_output_locs_inside_mask¶ tiatoolbox . models . engine . semantic_segmentor . get_full_output_locs_inside_mask get_full_output_locs_inside_mask(full_output_locs, mask_bounds, output_shape)[source]¶ Get full output locations within the mask. This function helps build a set of location within mask bounds. Mask bounds need to be padded to dask array at the end of the run. Parameters: full_output_locs (ndarray) mask_bounds (tuple[int, int, int, int]) output_shape (tuple[int, int]) Return type: tuple[ndarray, tuple[int, int, int, int], tuple[int, int]]