draw_boxes# draw_boxes(x: Tensor, y: BoxList, class_names: Sequence[str], class_colors: Sequence[str]) → Tensor[source]# Given an image and a BoxList, draw the boxes in the BoxList on the image. Parameters: x (Tensor) – y (BoxList) – class_names (Sequence[str]) – class_colors (Sequence[str]) – Return type: Tensor