From fb14ebbd68e04876809145296af96f6f41857418 Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 26 Nov 2020 11:08:12 +0000 Subject: IVGCVSW-5348 Update Doxygen Docu * Update Doxygen Documentation for 20.11 release Signed-off-by: James Ward Change-Id: Ib47edac7923a642a277b1169d1085e5622021dc0 --- 20.11/structyolov3_1_1_n_m_s_config.xhtml | 221 ++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 20.11/structyolov3_1_1_n_m_s_config.xhtml (limited to '20.11/structyolov3_1_1_n_m_s_config.xhtml') diff --git a/20.11/structyolov3_1_1_n_m_s_config.xhtml b/20.11/structyolov3_1_1_n_m_s_config.xhtml new file mode 100644 index 0000000000..fb38957177 --- /dev/null +++ b/20.11/structyolov3_1_1_n_m_s_config.xhtml @@ -0,0 +1,221 @@ + + + + + + + + + + + + + +ArmNN: NMSConfig Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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:
    +
  • tests/TfLiteYoloV3Big-Armnn/NMS.hpp
  • +
+
+
+ + + + -- cgit v1.2.1