NvDsClassifierMeta¶
-
class
pyds.NvDsClassifierMeta¶ Holds information of classifier metadata in the object
-
property
base_meta¶
-
cast(*args, **kwargs)¶ Overloaded function.
cast(self: capsule) -> pyds.NvDsClassifierMeta
cast given object/data to pyds.NvDsClassifierMeta, call pyds.NvDsClassifierMeta.cast(data)
cast(self: int) -> pyds.NvDsClassifierMeta
cast given object/data to pyds.NvDsClassifierMeta, call pyds.NvDsClassifierMeta.cast(data)
-
property
label_info_list¶ list of label objects of the given class
-
property
num_labels¶ number of outputs/labels of the classifier
-
property
unique_component_id¶ unique component id that attaches NvDsClassifierMeta metadata
-
property