Searched defs:draw_bounding_boxes (Results 1 – 2 of 2) sorted by relevance
153 def draw_bounding_boxes(frame: np.ndarray, detections: list, resize_factor, labels: dict): function
5785 def draw_bounding_boxes(images, boxes, name=None, colors=None): function