NVIDIA DeepStream SDK API Reference6.0 Release |
Holds information about the model network.
Definition at line 109 of file nvdsinfer.h.
Data Fields | |
unsigned int | width |
Holds the input width for the model. More... | |
unsigned int | height |
Holds the input height for the model. More... | |
unsigned int | channels |
Holds the number of input channels for the model. More... | |
unsigned int NvDsInferNetworkInfo::channels |
Holds the number of input channels for the model.
Definition at line 116 of file nvdsinfer.h.
unsigned int NvDsInferNetworkInfo::height |
Holds the input height for the model.
Definition at line 114 of file nvdsinfer.h.
unsigned int NvDsInferNetworkInfo::width |
Holds the input width for the model.
Definition at line 112 of file nvdsinfer.h.