tflite_support.task.processor.ConfidenceMask

2D-array representing the confidence mask in row major order.

For each pixel, the value indicates the prediction confidence usually in the [0, 1] range where higher values represent a stronger confidence. Ultimately this is model specific, and other range of values might be used.

value A NumPy 2D-array indicating the prediction confidence values usually in the range [0, 1].

Methods

__eq__

View source

Checks if this object is equal to the given object.

Args
other The object to be compared with.

Returns
True if the objects are equal.