NvDsInferObjectDetectionInfo¶
-
class
pyds.
NvDsInferObjectDetectionInfo
¶ Holds information about one parsed object from detector’s output.
-
property
classId
¶ ID of the class to which the object belongs.
-
property
detectionConfidence
¶ Object detection confidence. Should be a float value in the range [0,1]
-
property
height
¶ Height of the bounding box shape for the object.
-
property
left
¶ Horizontal offset of the bounding box shape for the object.
-
property
top
¶ Vertical offset of the bounding box shape for the object.
-
property
width
¶ Width of the bounding box shape for the object.
-
property