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

Function draw_labels

mmdet/core/visualization/image.py:112–161  ·  view source on GitHub ↗

Draw labels on the axes. Args: ax (matplotlib.Axes): The input axes. labels (ndarray): The labels with the shape of (n, ). positions (ndarray): The positions to draw each labels. scores (ndarray): The scores for each labels. class_names (list[str]): The c

(ax,
                labels,
                positions,
                scores=None,
                class_names=None,
                color='w',
                font_size=8,
                scales=None,
                horizontal_alignment='left')

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