BoxDecodeOptions Struct
Options driving a standalone BoxDecode invocation. More...
Declaration
Included Headers
Public Constructors Index
| BoxDecodeOptions (BoxDecodeType type) | |
|
Construct with an explicit decode family. More... | |
| BoxDecodeOptions ()=delete | |
|
Default-construction is disabled — decode_type must be explicit. More... | |
Public Member Attributes Index
| BoxDecodeType | decode_type |
|
Decode family selection (YOLO, DETR, EffDet, ...). More... | |
| double | detection_threshold = 0.0 |
|
Minimum class score to keep a detection. More... | |
| double | nms_iou_threshold = 0.0 |
|
IoU threshold used by NMS filtering. More... | |
| int | top_k = 0 |
|
Maximum detections to retain (0 = backend default). More... | |
Description
Options driving a standalone BoxDecode invocation.
Bundles the decode family and post-decode filtering knobs (confidence threshold, NMS IoU threshold, top-K cap). The decode type is required at construction; the default constructor is deleted so callers cannot accidentally dispatch with an Unspecified decode family.
- See Also
Definition at line 44 of file StageRun.h.
Public Constructors
BoxDecodeOptions()
| inline explicit |
Construct with an explicit decode family.
Definition at line 47 of file StageRun.h.
BoxDecodeOptions()
| delete |
Default-construction is disabled — decode_type must be explicit.
Definition at line 49 of file StageRun.h.
Public Member Attributes
decode_type
|
Decode family selection (YOLO, DETR, EffDet, ...).
Definition at line 51 of file StageRun.h.
detection_threshold
|
Minimum class score to keep a detection.
Definition at line 52 of file StageRun.h.
nms_iou_threshold
|
IoU threshold used by NMS filtering.
Definition at line 53 of file StageRun.h.
top_k
|
Maximum detections to retain (0 = backend default).
Definition at line 54 of file StageRun.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.