Utils¶
The torchvision.utils
module contains various utilities, mostly for
vizualization.
|
Draws bounding boxes on given 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. |