https://pytorch.org/vision/master/utils.html?highlight=draw_bounding_boxes#torchvision.utils.draw_bounding_boxes
Return type is not described.
Also, it says: If filled, Resulting Tensor should be saved as PNG image.
. What does word filled
refer to? Where would it be saved
? To some file path? Or encoded into the output tensor?