class documentation
class HeadObjectDetectionMetadata(HeadMetadata):
Known subclasses: luxonis_ml.nn_archive.config_building_blocks.base_models.head_metadata.HeadObjectDetectionSSDMetadata, luxonis_ml.nn_archive.config_building_blocks.base_models.head_metadata.HeadYOLOMetadata
Metadata for an object detection head.
| Instance Variable | anchors |
Optional predefined boxes of different sizes and aspect ratios. The innermost values describe box sizes, the middle values group anchors per output, and the outer values are ordered from smallest to largest output. |
| Instance Variable | classes |
Names of classes detected by the model. |
| Instance Variable | conf |
Confidence threshold above which a detection is considered valid. |
| Instance Variable | iou |
Non-maximum suppression IoU threshold for filtering overlapping boxes. |
| Instance Variable | max |
Maximum detections per image. |
| Instance Variable | n |
Number of classes detected by the model. |
Inherited from HeadMetadata:
| Class Variable | model |
Undocumented |
| Instance Variable | postprocessor |
Optional path to the postprocessor. |