NVIDIA DeepStream SDK API Reference6.1.1 Release |
Holds label metadata for the classifier.
Definition at line 396 of file nvdsmeta.h.
Data Fields | |
NvDsBaseMeta | base_meta |
guint | num_classes |
Holds the number of classes of the given label. More... | |
gchar | result_label [MAX_LABEL_SIZE] |
Holds an string describing the label of the classified object. More... | |
gchar * | pResult_label |
Holds a pointer to the result label if its length exceeds MAX_LABEL_SIZE bytes. More... | |
guint | result_class_id |
Holds the class UD of the best result. More... | |
guint | label_id |
Holds the label ID in case there are multiple label classifiers. More... | |
gfloat | result_prob |
Holds the probability of best result. More... | |
NvDsBaseMeta _NvDsLabelInfo::base_meta |
Definition at line 397 of file nvdsmeta.h.
guint _NvDsLabelInfo::label_id |
Holds the label ID in case there are multiple label classifiers.
Definition at line 407 of file nvdsmeta.h.
guint _NvDsLabelInfo::num_classes |
Holds the number of classes of the given label.
Definition at line 399 of file nvdsmeta.h.
gchar* _NvDsLabelInfo::pResult_label |
Holds a pointer to the result label if its length exceeds MAX_LABEL_SIZE bytes.
Definition at line 403 of file nvdsmeta.h.
guint _NvDsLabelInfo::result_class_id |
Holds the class UD of the best result.
Definition at line 405 of file nvdsmeta.h.
gchar _NvDsLabelInfo::result_label[MAX_LABEL_SIZE] |
Holds an string describing the label of the classified object.
Definition at line 401 of file nvdsmeta.h.
gfloat _NvDsLabelInfo::result_prob |
Holds the probability of best result.
Definition at line 409 of file nvdsmeta.h.