NvDsInferNetworkInfo

class pyds.NvDsInferNetworkInfo

Holds information about the model network.

Variables:
  • widthint, Input width for the model.

  • heightint, Input height for the model.

  • channelsint, Number of input channels for the model.

cast(*args, **kwargs)

Overloaded function.

  1. cast(self: capsule) -> pyds.NvDsInferNetworkInfo

cast given object/data to NvDsInferNetworkInfo, call pyds.NvDsInferNetworkInfo.cast(data)

  1. cast(self: int) -> pyds.NvDsInferNetworkInfo

cast given object/data to NvDsInferNetworkInfo, call pyds.NvDsInferNetworkInfo.cast(data)