BoxDecodeOptions Struct
Declaration
struct simaai::neat::stages::BoxDecodeOptions { ... }
Included Headers
#include <StageRun.h>
Public Member Attributes Index
| std::string | decode_type = "" |
| int | original_width = 0 |
| int | original_height = 0 |
| double | detection_threshold = 0.0 |
| double | nms_iou_threshold = 0.0 |
| int | top_k = 0 |
Definition at line 17 of file StageRun.h.
Public Member Attributes
decode_type
|
Definition at line 18 of file StageRun.h.
18 std::string decode_type = "";
detection_threshold
|
Definition at line 21 of file StageRun.h.
21 double detection_threshold = 0.0;
nms_iou_threshold
|
Definition at line 22 of file StageRun.h.
22 double nms_iou_threshold = 0.0;
original_height
|
Definition at line 20 of file StageRun.h.
20 int original_height = 0;
original_width
|
Definition at line 19 of file StageRun.h.
19 int original_width = 0;
top_k
|
Definition at line 23 of file StageRun.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.