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) |
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.
| CustomObjectDetectionProperties object_detection_properties | ( | self | ) |
Global object detection properties.
| 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().
| def object_class_detection_properties | ( | self, | |
| dict, | |||
| props_dict | |||
| ) |
Set the dictionary of class-specific detection properties