NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
NvDsInferClassificationOutput Struct Reference

Detailed Description

Holds the information on all attributes classifed by a classifier network for one frame.

Definition at line 405 of file nvdsinfer_context.h.

Data Fields

NvDsInferAttributeattributes
 Array of attributes. More...
 
unsigned int numAttributes
 Size of the attributes array. More...
 
char * label
 String label for the classified output. More...
 

Field Documentation

NvDsInferAttribute* NvDsInferClassificationOutput::attributes

Array of attributes.

Maybe more than one depending on the number of output coverage layers (multi-label classifiers)

Definition at line 409 of file nvdsinfer_context.h.

char* NvDsInferClassificationOutput::label

String label for the classified output.

Definition at line 413 of file nvdsinfer_context.h.

unsigned int NvDsInferClassificationOutput::numAttributes

Size of the attributes array.

Definition at line 411 of file nvdsinfer_context.h.


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