|
ONE - On-device Neural Engine
|
#include <DetectionPostProcess.h>

Data Fields | |
| int | max_detections |
| float | score_threshold |
| float | iou_threshold |
| int | max_boxes_per_class |
| int32_t | num_classes |
| int32_t | max_classes_per_detection |
| bool | center_size_boxes |
| bool | do_fast_eval = true |
| Scale | scale |
Definition at line 51 of file DetectionPostProcess.h.
| bool onert::ir::operation::DetectionPostProcess::Param::center_size_boxes |
Definition at line 60 of file DetectionPostProcess.h.
| bool onert::ir::operation::DetectionPostProcess::Param::do_fast_eval = true |
Definition at line 61 of file DetectionPostProcess.h.
| float onert::ir::operation::DetectionPostProcess::Param::iou_threshold |
Definition at line 55 of file DetectionPostProcess.h.
| int onert::ir::operation::DetectionPostProcess::Param::max_boxes_per_class |
Definition at line 56 of file DetectionPostProcess.h.
| int32_t onert::ir::operation::DetectionPostProcess::Param::max_classes_per_detection |
Definition at line 58 of file DetectionPostProcess.h.
| int onert::ir::operation::DetectionPostProcess::Param::max_detections |
Definition at line 53 of file DetectionPostProcess.h.
| int32_t onert::ir::operation::DetectionPostProcess::Param::num_classes |
Definition at line 57 of file DetectionPostProcess.h.
| Scale onert::ir::operation::DetectionPostProcess::Param::scale |
Definition at line 62 of file DetectionPostProcess.h.
| float onert::ir::operation::DetectionPostProcess::Param::score_threshold |
Definition at line 54 of file DetectionPostProcess.h.