void ApplyRotatedNms(std::vector< BoundingBox > &bboxes, const NmsConfig &config)
float iou_threshold
IoU above which a lower-scored box is suppressed.
std::vector< float > score_thresholds
Per-class thresholds, or one threshold shared by all classes.
int max_detections
Maximum number of boxes retained.
float internal_score_threshold
Score pivot used when rescaling class thresholds.