ArmNN
 22.08
NMSConfig Struct Reference

Non Maxima Suprresion configuration meta-data. More...

#include <NMS.hpp>

Public Attributes

unsigned int num_classes {0}
 Number of classes in the detected boxes. More...
 
unsigned int num_boxes {0}
 Number of detected boxes. More...
 
float confidence_threshold {0.8f}
 Inclusion confidence threshold for a box. More...
 
float iou_threshold {0.8f}
 Inclusion threshold for Intersection-Over-Union. More...
 

Detailed Description

Non Maxima Suprresion configuration meta-data.

Definition at line 13 of file NMS.hpp.

Member Data Documentation

◆ confidence_threshold

float confidence_threshold {0.8f}

Inclusion confidence threshold for a box.

Definition at line 16 of file NMS.hpp.

◆ iou_threshold

float iou_threshold {0.8f}

Inclusion threshold for Intersection-Over-Union.

Definition at line 17 of file NMS.hpp.

Referenced by yolov3::nms().

◆ num_boxes

unsigned int num_boxes {0}

Number of detected boxes.

Definition at line 15 of file NMS.hpp.

◆ num_classes

unsigned int num_classes {0}

Number of classes in the detected boxes.

Definition at line 14 of file NMS.hpp.

Referenced by yolov3::nms().


The documentation for this struct was generated from the following file: