dataeval.outputs.VisualStatsOutput¶
- class dataeval.outputs.VisualStatsOutput¶
Output class for
visualstats()stats metric.- percentiles¶
Percentiles of the pixel values of the images with quartiles of (0, 25, 50, 75, 100)
- Type:¶
NDArray[np.float16]
-
get_channel_mask(channel_index, channel_count=
None)¶ Boolean mask for results filtered to specified channel index and optionally the count of the channels per image.