A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://keras.io/api/layers/preprocessing_layers/image_augmentation/random_grayscale below:

RandomGrayscale layer

RandomGrayscale layer

[source]

RandomGrayscale class
keras.layers.RandomGrayscale(factor=0.5, data_format=None, seed=None, **kwargs)

Preprocessing layer for random conversion of RGB images to grayscale.

This layer randomly converts input images to grayscale with a specified factor. When applied, it maintains the original number of channels but sets all channels to the same grayscale value. This can be useful for data augmentation and training models to be robust to color variations.

The conversion preserves the perceived luminance of the original color image using standard RGB to grayscale conversion coefficients. Images that are not selected for conversion remain unchanged.

Note: This layer is safe to use inside a tf.data pipeline (independently of which backend you're using).

Arguments

Input shape

3D (unbatched) or 4D (batched) tensor with shape: (..., height, width, channels), in "channels_last" format, or (..., channels, height, width), in "channels_first" format.

Output shape

Same as input shape. The output maintains the same number of channels as the input, even for grayscale-converted images where all channels will have the same value.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4