Skip to main content

Options Struct

Declaration

struct simaai::neat::Model::Options { ... }

Included Headers

#include <Model.h>

Public Member Attributes Index

std::stringmedia_type = "video/x-raw"
std::stringformat = "RGB"
intinput_max_width = 0
intinput_max_height = 0
intinput_max_depth = 0
PreprocConfigpreproc
std::stringdecode_type
floatscore_threshold = 0.0f
floatnms_iou_threshold = 0.0f
inttop_k = 0
intoriginal_width = 0
intoriginal_height = 0
std::stringupstream_name = "decoder"
std::stringname_suffix
InferenceTerminalPolicyinference_terminal

Definition at line 60 of file Model.h.

Public Member Attributes

decode_type

std::string simaai::neat::Model::Options::decode_type

Definition at line 75 of file Model.h.

75 std::string decode_type;

format

std::string simaai::neat::Model::Options::format = "RGB"

Definition at line 63 of file Model.h.

63 std::string format = "RGB";

inference_terminal

InferenceTerminalPolicy simaai::neat::Model::Options::inference_terminal

Definition at line 86 of file Model.h.

input_max_depth

int simaai::neat::Model::Options::input_max_depth = 0

Definition at line 69 of file Model.h.

input_max_height

int simaai::neat::Model::Options::input_max_height = 0

Definition at line 68 of file Model.h.

input_max_width

int simaai::neat::Model::Options::input_max_width = 0

Definition at line 67 of file Model.h.

media_type

std::string simaai::neat::Model::Options::media_type = "video/x-raw"

Definition at line 62 of file Model.h.

62 std::string media_type = "video/x-raw";

name_suffix

std::string simaai::neat::Model::Options::name_suffix

Definition at line 84 of file Model.h.

84 std::string name_suffix;

nms_iou_threshold

float simaai::neat::Model::Options::nms_iou_threshold = 0.0f

Definition at line 77 of file Model.h.

77 float nms_iou_threshold = 0.0f;

original_height

int simaai::neat::Model::Options::original_height = 0

Definition at line 80 of file Model.h.

original_width

int simaai::neat::Model::Options::original_width = 0

Definition at line 79 of file Model.h.

preproc

PreprocConfig simaai::neat::Model::Options::preproc

Definition at line 72 of file Model.h.

score_threshold

float simaai::neat::Model::Options::score_threshold = 0.0f

Definition at line 76 of file Model.h.

76 float score_threshold = 0.0f;

top_k

int simaai::neat::Model::Options::top_k = 0

Definition at line 78 of file Model.h.

78 int top_k = 0;

upstream_name

std::string simaai::neat::Model::Options::upstream_name = "decoder"

Definition at line 83 of file Model.h.

83 std::string upstream_name = "decoder";

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.