Searched defs:NMSConfig (Results 1 – 1 of 1) sorted by relevance
13 struct NMSConfig { struct14 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 */