ImagePropertyOutliers.draw_image#
- ImagePropertyOutliers.draw_image(data: VisionData, sample_index: int, index_of_value_in_sample: int, num_properties_in_sample: int) ndarray [source]#
Return an image to show as output of the display.
- Parameters
- dataVisionData
The vision data object used in the check.
- sample_indexint
The batch index of the sample to draw the image for.
- index_of_value_in_sampleint
Each sample property is list, then this is the index of the outlier in the sample property list.
- num_properties_in_sample
The number of values in the sample’s property list.