Grayscale¶
- class torchaug.transforms.Grayscale(num_output_channels=1, batch_transform=False)[source]¶
Convert images or videos to grayscale.
If the input is a
torch.Tensor, it is expected to have […, 3 or 1, H, W] shape, where … means an arbitrary number of leading dimensions- Parameters: