Introduction
Getting Started
Savant 101
Advanced Topics
Cookbook
Reference
Savant Development
BBoxSelector inheritance diagram
Detector bbox per class selector.
confidence_threshold (float) – confidence threshold
nms_iou_threshold (float) – nms iou threshold
top_k (int) – top k bboxes to keep
min_width (int) – minimal bbox width
min_height (int) – minimal bbox height
max_width (int) – maximum bbox width
max_height (int) – maximum bbox height
Filters bboxes by confidence and size, applies NMS.
bbox_tensor (ndarray) – tensor(class_id, confidence, left, top, width, height)
Selected bbox tensor
ndarray