Declaration
class simaai::neat::SimaBoxDecode { ... }
Base classes
| class | Node |
|
| class | OutputSpecProvider |
|
| class | ConfigJsonProvider |
|
| class | ConfigJsonOverride |
|
| class | ConfigJsonConsumer |
|
Public Constructors Index
| SimaBoxDecode (const simaai::neat::Model &model, const 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) |
|
|
|
Public Member Functions Index
Private Member Attributes Index
Definition at line 27 of file SimaBoxDecode.h.
Public Constructors
SimaBoxDecode()
| simaai::neat::SimaBoxDecode::SimaBoxDecode (const simaai::neat::Model & model, const std::string & decode_type="", int original_width=0, int original_height=0, double detection_threshold=0, double nms_iou_threshold=0, int top_k=0) |
|
explicit
|
Public Member Functions
apply_upstream_config()
| void simaai::neat::SimaBoxDecode::apply_upstream_config (const nlohmann::json & upstream, const std::string & upstream_kind) |
|
backend_fragment()
| std::string simaai::neat::SimaBoxDecode::backend_fragment (int node_index) |
|
caps_behavior()
| NodeCapsBehavior simaai::neat::SimaBoxDecode::caps_behavior () |
|
inline
|
Definition at line 41 of file SimaBoxDecode.h.
42 return NodeCapsBehavior::Static;
43 }
config_json()
| const nlohmann::json* simaai::neat::SimaBoxDecode::config_json () |
|
config_path()
| const std::string& simaai::neat::SimaBoxDecode::config_path () |
|
inline
|
element_names()
| std::vector<std::string> simaai::neat::SimaBoxDecode::element_names (int node_index) |
|
has_config_json()
| bool simaai::neat::SimaBoxDecode::has_config_json () |
|
kind()
| std::string simaai::neat::SimaBoxDecode::kind () |
|
inline
|
Definition at line 38 of file SimaBoxDecode.h.
38 std::string kind() const override {
39 return "SimaBoxDecode";
40 }
output_spec()
| OutputSpec simaai::neat::SimaBoxDecode::output_spec (const OutputSpec & input) |
|
override_config_json()
| bool simaai::neat::SimaBoxDecode::override_config_json (const std::function< void(nlohmann::json &)> & edit, const std::string & tag) |
|
wire_input_names()
| bool simaai::neat::SimaBoxDecode::wire_input_names (const std::vector< std::string > & upstream_names, const std::string & tag) |
|
Private Member Attributes
config_holder_
| std::shared_ptr<BoxDecodeConfigHolder> simaai::neat::SimaBoxDecode::config_holder_ |
|
Definition at line 64 of file SimaBoxDecode.h.
64 std::shared_ptr<BoxDecodeConfigHolder> config_holder_;
config_path_
| std::string simaai::neat::SimaBoxDecode::config_path_ |
|
opt_
| std::unique_ptr<BoxDecodeOptionsInternal> simaai::neat::SimaBoxDecode::opt_ |
|
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.