NVIDIA DeepStream SDK API Reference

4.0 Release

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

Detailed Description

Holds information about one classified attribute.

Definition at line 152 of file nvdsinfer.h.

Data Fields

unsigned int attributeIndex
 Index of the label. More...
 
unsigned int attributeValue
 Output for the label. More...
 
float attributeConfidence
 Confidence level for the classified attribute. More...
 
const char * attributeLabel
 String label for the attribute. More...
 

Field Documentation

float NvDsInferAttribute::attributeConfidence

Confidence level for the classified attribute.

Definition at line 160 of file nvdsinfer.h.

unsigned int NvDsInferAttribute::attributeIndex

Index of the label.

This index corresponds to the order of output layers specified in the outputCoverageLayerNames vector during initialization.

Definition at line 156 of file nvdsinfer.h.

const char* NvDsInferAttribute::attributeLabel

String label for the attribute.

Memory for the string should not be freed.

Definition at line 162 of file nvdsinfer.h.

unsigned int NvDsInferAttribute::attributeValue

Output for the label.

Definition at line 158 of file nvdsinfer.h.


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