dataeval.outputs.SourceIndex

class dataeval.outputs.SourceIndex

The indices of the source image, box and channel.

image

Index of the source image

Type:

int

box

Index of the box of the source image (if applicable)

Type:

int | None

channel

Index of the channel of the source image (if applicable)

Type:

int | None