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. | |
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.
| CustomObjectDetectionRuntimeParameters __cinit__ | ( | self, | |
| CustomObjectDetectionProperties, | |||
object_detection_properties = None, |
|||
| dict, | |||
object_class_detection_properties = None |
|||
| ) |
Default constructor.
| object_detection_properties | : Global object properties, when not specified in object_class_detection_properties |
| object_class_detection_confidence_threshold | : Object properties per classes |
| CustomObjectDetectionProperties object_detection_properties | ( | self | ) |
Global object detection properties.