NvDsInferNetworkInfo¶
- class pyds.NvDsInferNetworkInfo¶
Holds information about the model network.
- Variables:
width – int, Input width for the model.
height – int, Input height for the model.
channels – int, Number of input channels for the model.
- cast(*args, **kwargs)¶
Overloaded function.
cast(self: capsule) -> pyds.NvDsInferNetworkInfo
cast given object/data to
NvDsInferNetworkInfo
, call pyds.NvDsInferNetworkInfo.cast(data)cast(self: int) -> pyds.NvDsInferNetworkInfo
cast given object/data to
NvDsInferNetworkInfo
, call pyds.NvDsInferNetworkInfo.cast(data)