Skip to main content

SimaBoxDecode.h File

SimaBoxDecode Node — postprocess box decode + NMS for object-detection models. More...

Included Headers

#include "builder/PreprocessMetaRequirement.h" #include "builder/Node.h" #include "builder/InputContractConfigurable.h" #include "builder/NodeContractConfigurable.h" #include "builder/NodeContractProvider.h" #include "builder/OutputSpec.h" #include "model/PreprocessPlan.h" #include "pipeline/BoxDecodeType.h" #include <memory> #include <optional> #include <string> #include <vector>

Namespaces Index

namespacesimaai
namespaceneat
namespacenodes

Classes Index

classSimaBoxDecode

EV74 postprocess Node that converts detection-head tensors into detection results. More...

Description

SimaBoxDecode Node — postprocess box decode + NMS for object-detection models.

Runs on the EV74. Consumes the raw detection-head tensor(s) emitted by the MLA, applies detector-specific box decoding (grid/anchor or raw-distance decode, score activation, thresholding, top-K, and NMS), and returns surviving detections as BoxDecode payloads. Place at the tail of an object-detection pipeline, or use the model-managed Graph route that inserts it from the MPK postprocess contract. The decode family is enumerated in pipeline/BoxDecodeType.h; the structured output helpers live in pipeline/DetectionTypes.h.

See Also

pipeline/BoxDecodeType.h

See Also

pipeline/DetectionTypes.h

See Also

docs/reference/boxdecode_decode_types.md


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.