NvDsInferLayerInfo

class pyds.NvDsInferLayerInfo

Holds information about one layer in the model.

property bindingIndex

TensorRT binding index of the layer.

property buffer

Pointer to the buffer for the layer data.

property dataType

Data type of the layer.

property dims

Dimensions of the layer.

property isInput

Boolean indicating if the layer is an input layer. The layer is an output layer when the flag is set to 0.

property layerName

Name of the layer.