MCPcopy Create free account
hub / github.com/VincentHancoder/SSGD / draw_bboxes

Function draw_bboxes

mmdet/core/visualization/image.py:79–109  ·  view source on GitHub ↗

Draw bounding boxes on the axes. Args: ax (matplotlib.Axes): The input axes. bboxes (ndarray): The input bounding boxes with the shape of (n, 4). color (list[tuple] | matplotlib.color): the colors for each bounding boxes. alpha (float): Tr

(ax, bboxes, color='g', alpha=0.8, thickness=2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

imshow_det_bboxesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected