From f4019872c1134c6fcc1d6993e5746f55c1e79208 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 8 Mar 2022 20:01:38 +0000 Subject: IVGCVSW-6819 Fix the directory structure and broken link to latest docu Signed-off-by: Nikhil Raj Change-Id: I05b559d15faf92c76ff536719693b361316be4f3 --- 22.02/structyolov3_1_1_detection.xhtml | 202 +++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 22.02/structyolov3_1_1_detection.xhtml (limited to '22.02/structyolov3_1_1_detection.xhtml') diff --git a/22.02/structyolov3_1_1_detection.xhtml b/22.02/structyolov3_1_1_detection.xhtml new file mode 100644 index 0000000000..d41793da37 --- /dev/null +++ b/22.02/structyolov3_1_1_detection.xhtml @@ -0,0 +1,202 @@ + + + + + + + + + + + + + +ArmNN: Detection Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Detection Struct Reference
+
+
+ +

Detection structure. + More...

+ +

#include <NMS.hpp>

+ + + + + + + + + + + +

+Public Attributes

Box box
 Detection box. More...
 
float confidence
 Confidence of detection. More...
 
std::vector< float > classes
 Probability of classes. More...
 
+

Detailed Description

+

Detection structure.

+ +

Definition at line 29 of file NMS.hpp.

+

Member Data Documentation

+ +

◆ box

+ +
+
+ + + + +
Box box
+
+ +

Detection box.

+ +

Definition at line 30 of file NMS.hpp.

+ +

Referenced by yolov3::compare_detection().

+ +
+
+ +

◆ classes

+ +
+
+ + + + +
std::vector<float> classes
+
+ +

Probability of classes.

+ +

Definition at line 32 of file NMS.hpp.

+ +

Referenced by yolov3::compare_detection(), and yolov3::nms().

+ +
+
+ +

◆ confidence

+ +
+
+ + + + +
float confidence
+
+ +

Confidence of detection.

+ +

Definition at line 31 of file NMS.hpp.

+ +

Referenced by yolov3::compare_detection().

+ +
+
+
The documentation for this struct was generated from the following file:
    +
  • tests/TfLiteYoloV3Big-Armnn/NMS.hpp
  • +
+
+
+ + + + -- cgit v1.2.1