BBoxSelector

BBoxSelector inheritance diagram
- class savant.selector.detector.BBoxSelector(confidence_threshold=0.5, nms_iou_threshold=0.5, top_k=0, min_width=0, min_height=0, max_width=0, max_height=0, **kwargs)
Detector bbox per class selector.
- Parameters: