Draw a list of text labels for some bounding box on the image. Args: text_ls (list of strings): a list of text labels. box_coordinate (tensor): shape (4,). The (x_left, y_top, x_right, y_bottom) coordinates of the box. top_corner (
(
self,
text_ls,
box_coordinate,
*,
top_corner=True,
font_size=None,
color="w",
box_facecolors="black",
alpha=0.5,
)
source not stored for this graph (policy: none)
no test coverage detected