stages Namespace
Definition
Classes Index
| struct | BoxDecodeOptions |
|
Options driving a standalone BoxDecode invocation. More... | |
Functions Index
| TensorList | Tensors (const simaai::neat::Sample &sample) |
|
Extract the tensor list embedded in a single Sample. More... | |
| TensorList | Preproc (const std::vector< cv::Mat > &inputs, const simaai::neat::Model &model) |
|
Run only the preprocessing stage on raw cv::Mat inputs. More... | |
| TensorList | Infer (const TensorList &inputs, const simaai::neat::Model &model) |
|
Run only the inference stage on already-preprocessed tensors. More... | |
| TensorList | MLA (const TensorList &inputs, const simaai::neat::Model &model) |
| TensorList | Postprocess (const TensorList &inputs, const simaai::neat::Model &model) |
|
Run only the model's postprocessing stage on inference outputs. More... | |
| SampleList | Preproc (const SampleList &inputs, const simaai::neat::Model &model) |
|
Sample-list overload of the preprocessing stage. More... | |
| SampleList | Infer (const SampleList &inputs, const simaai::neat::Model &model) |
|
Sample-list overload of the inference stage. More... | |
| SampleList | MLA (const SampleList &inputs, const simaai::neat::Model &model) |
|
Sample-list overload of the MLA stage. More... | |
| SampleList | Postprocess (const SampleList &inputs, const simaai::neat::Model &model) |
|
Sample-list overload of the postprocessing stage. More... | |
| SampleList | BoxDecode (const SampleList &inputs, const simaai::neat::Model &model, const BoxDecodeOptions &opt) |
| BoxDecodeResult | BoxDecode (const simaai::neat::Sample &input, const simaai::neat::Model &model, const BoxDecodeOptions &opt) |
| BoxDecodeResult | BoxDecode (const simaai::neat::Tensor &input, const simaai::neat::Model &model, const BoxDecodeOptions &opt) |
Functions
BoxDecode()
|
Run the BoxDecode stage on inference outputs.
- Parameters
-
inputs Inference output samples to decode.
model Model providing anchors/strides/class metadata.
opt Decode-family selection and filtering thresholds.
- Returns
Sample list whose payloads carry decoded detections.
Definition at line 83 of file StageRun.h.
BoxDecode()
|
Definition at line 85 of file StageRun.h.
BoxDecode()
|
Definition at line 87 of file StageRun.h.
Infer()
|
Run only the inference stage on already-preprocessed tensors.
Definition at line 62 of file StageRun.h.
Infer()
|
Sample-list overload of the inference stage.
Definition at line 70 of file StageRun.h.
MLA()
|
Run only the MLA leg on already-prepared tensors.
Definition at line 64 of file StageRun.h.
MLA()
|
Sample-list overload of the MLA stage.
Definition at line 72 of file StageRun.h.
Postprocess()
|
Run only the model's postprocessing stage on inference outputs.
Definition at line 66 of file StageRun.h.
Postprocess()
|
Sample-list overload of the postprocessing stage.
Definition at line 74 of file StageRun.h.
Preproc()
|
Run only the preprocessing stage on raw cv::Mat inputs.
Definition at line 60 of file StageRun.h.
Preproc()
|
Sample-list overload of the preprocessing stage.
Definition at line 68 of file StageRun.h.
Tensors()
|
Extract the tensor list embedded in a single Sample.
Definition at line 58 of file StageRun.h.
The documentation for this namespace was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.