NVIDIA DeepStream SDK API Reference5.0 Release |
Holds classifier metadata for an object.
Definition at line 328 of file nvdsmeta.h.
Data Fields | |
NvDsBaseMeta | base_meta |
guint | num_labels |
Holds the number of outputs/labels produced by the classifier. More... | |
gint | unique_component_id |
Holds a unique component ID for the classifier metadata. More... | |
NvDsLabelInfoList * | label_info_list |
Holds a pointer to a list of pointers of type NvDsLabelInfo. More... | |
NvDsBaseMeta _NvDsClassifierMeta::base_meta |
Definition at line 329 of file nvdsmeta.h.
NvDsLabelInfoList* _NvDsClassifierMeta::label_info_list |
Holds a pointer to a list of pointers of type NvDsLabelInfo.
Definition at line 335 of file nvdsmeta.h.
guint _NvDsClassifierMeta::num_labels |
Holds the number of outputs/labels produced by the classifier.
Definition at line 331 of file nvdsmeta.h.
gint _NvDsClassifierMeta::unique_component_id |
Holds a unique component ID for the classifier metadata.
Definition at line 333 of file nvdsmeta.h.