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

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

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

◆ 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.

◆ object_class_detection_properties() [1/2]

dict object_class_detection_properties (   self)

Per class object detection properties.

Get the dictionary of class-specific detection properties

Referenced by CustomObjectDetectionRuntimeParameters.object_class_detection_properties().

◆ object_class_detection_properties() [2/2]

def object_class_detection_properties (   self,
  dict,
  props_dict 
)
Set the dictionary of class-specific detection properties