Home
last modified time | relevance | path

Searched defs:NMSConfig (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/armnn/tests/TfLiteYoloV3Big-Armnn/
H A DNMS.hpp13 struct NMSConfig { struct
14 unsigned int num_classes{0}; /**< Number of classes in the detected boxes */
15 unsigned int num_boxes{0}; /**< Number of detected boxes */
16 float confidence_threshold{0.8f}; /**< Inclusion confidence threshold for a box */
17 float iou_threshold{0.8f}; /**< Inclusion threshold for Intersection-Over-Union */