Shortcuts

PILToTensorΒΆ

class torchvision.transforms.v2.PILToTensor[source]ΒΆ

Convert a PIL Image to a tensor of the same type - this does not scale values.

This transform does not support torchscript.

Converts a PIL Image (H x W x C) to a Tensor of shape (C x H x W).

Examples using PILToTensor:

How to use CutMix and MixUp

How to use CutMix and MixUp
transform(inpt: Image, params: dict[str, Any]) β†’ Tensor[source]ΒΆ

Method to override for custom transforms.

See How to write your own v2 transforms

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources