vflip — Torchvision 0.22 documentation (original) (raw)

torchvision.transforms.functional.vflip(img: Tensor) → Tensor[source]

Vertically flip the given image.

Parameters:

img (PIL Image or Tensor) – Image to be flipped. If img is a Tensor, it is expected to be in […, H, W] format, where … means it can have an arbitrary number of leading dimensions.

Returns:

Vertically flipped image.

Return type:

PIL Image or Tensor

Examples using vflip:

To analyze traffic and optimize your experience, we serve cookies on this site. By clicking or navigating, you agree to allow our usage of cookies. As the current maintainers of this site, Facebook’s Cookies Policy applies. Learn more, including about available controls: Cookies Policy.