CustomObjectDetectionRuntimeParameters Class Reference

Class containing a set of runtime parameters for the object detection module using your own model ran by the SDK. More...

Functions

CustomObjectDetectionRuntimeParameters __cinit__ (self, CustomObjectDetectionProperties, object_detection_properties=None, dict, object_class_detection_properties=None)
 Default constructor. More...
 
CustomObjectDetectionProperties object_detection_properties (self)
 Global object detection properties. More...
 
dict object_class_detection_properties (self)
 Per class object detection properties.
 

Detailed Description

Class containing a set of runtime parameters for the object detection module using your own model ran by the SDK.

The default constructor sets all parameters to their default settings.

Note
Parameters can be adjusted by the user.

Functions

◆ __cinit__()

CustomObjectDetectionRuntimeParameters __cinit__ (   self,
  CustomObjectDetectionProperties,
  object_detection_properties = None,
  dict,
  object_class_detection_properties = None 
)

Default constructor.

Parameters
object_detection_properties: Global object properties, when not specified in object_class_detection_properties
object_class_detection_confidence_threshold: Object properties per classes

◆ object_detection_properties()

CustomObjectDetectionProperties object_detection_properties (   self)

Global object detection properties.

Note
object_detection_properties is used as a fallback when sl::CustomObjectDetectionRuntimeParameters.object_class_detection_properties is partially set.