Home
last modified time | relevance | path

Searched defs:draw_bounding_boxes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/python/pyarmnn/examples/common/
H A Dcv_utils.py153 def draw_bounding_boxes(frame: np.ndarray, detections: list, resize_factor, labels: dict): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py5785 def draw_bounding_boxes(images, boxes, name=None, colors=None): function