NVIDIA DeepStream SDK API Reference

8.0 Release
NvDsInferNetworkInfo Struct Reference

Detailed Description

Holds information about the model network.

Definition at line 114 of file sources/includes/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...
 

Field Documentation

◆ channels

unsigned int NvDsInferNetworkInfo::channels

Holds the number of input channels for the model.

Definition at line 121 of file sources/includes/nvdsinfer.h.

◆ height

unsigned int NvDsInferNetworkInfo::height

Holds the input height for the model.

Definition at line 119 of file sources/includes/nvdsinfer.h.

◆ width

unsigned int NvDsInferNetworkInfo::width

Holds the input width for the model.

Definition at line 117 of file sources/includes/nvdsinfer.h.


The documentation for this struct was generated from the following file: