We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabb41a commit ae6dafbCopy full SHA for ae6dafb
torchvision/utils.py
@@ -188,7 +188,7 @@ def draw_bounding_boxes(
188
font_size (int): The requested font size in points.
189
label_colors (color or list of colors, optional): Colors for the label text. See the description of the
190
`colors` argument for details. Defaults to the same colors used for the boxes.
191
- fill_labels (bool): If `True` fills the label background with specified color. Default: False.
+ fill_labels (bool): If `True` fills the label background with specified box color (from the ``colors`` parameter). Default: False.
192
193
Returns:
194
img (Tensor[C, H, W]): Image Tensor of dtype uint8 with bounding boxes plotted.
0 commit comments