Utils¶
The torchvision.utils
module contains various utilities, mostly for
visualization.
|
Draws bounding boxes on given RGB image. |
|
Draws segmentation masks on given RGB image. |
|
Draws Keypoints on given RGB image. |
|
Converts a flow to an RGB image. |
|
Make a grid of images. |
|
Save a given Tensor into an image file. |