NvDsInferDimsCHW

class pyds.NvDsInferDimsCHW

Holds the dimensions of a three-dimensional layer.

Variables
  • cint, Channel count of the layer.

  • hint, Height of the layer.

  • wint, Width of the layer.

cast(*args, **kwargs)

Overloaded function.

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

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

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

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