Skip to main content

BoxDecodeOptions Struct

Declaration

struct simaai::neat::stages::BoxDecodeOptions { ... }

Included Headers

#include <StageRun.h>

Public Member Attributes Index

std::stringdecode_type = ""
intoriginal_width = 0
intoriginal_height = 0
doubledetection_threshold = 0.0
doublenms_iou_threshold = 0.0
inttop_k = 0

Definition at line 17 of file StageRun.h.

Public Member Attributes

decode_type

std::string simaai::neat::stages::BoxDecodeOptions::decode_type = ""

Definition at line 18 of file StageRun.h.

18 std::string decode_type = "";

detection_threshold

double simaai::neat::stages::BoxDecodeOptions::detection_threshold = 0.0

Definition at line 21 of file StageRun.h.

21 double detection_threshold = 0.0;

nms_iou_threshold

double simaai::neat::stages::BoxDecodeOptions::nms_iou_threshold = 0.0

Definition at line 22 of file StageRun.h.

22 double nms_iou_threshold = 0.0;

original_height

int simaai::neat::stages::BoxDecodeOptions::original_height = 0

Definition at line 20 of file StageRun.h.

original_width

int simaai::neat::stages::BoxDecodeOptions::original_width = 0

Definition at line 19 of file StageRun.h.

top_k

int simaai::neat::stages::BoxDecodeOptions::top_k = 0

Definition at line 23 of file StageRun.h.

23 int top_k = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.