> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/datasets/versions/dataset-versions/image-augmentation/augmentation-types/grayscale-augmentation.md).

# Grayscale Augmentation

Probabilistically convert a percentage of your dataset's images to grayscale so your model relies less on color.

Probabilistically apply grayscale to a subset of your dataset.

* Percent: The percentage of images in your dataset that will be converted to grayscale. Higher values apply grayscale to more of your images.

## Example

<figure><img src="https://2252499186-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVfRxNsvCh4GOyqrjmzX%2Fuploads%2Fgit-blob-2347cf534e5a3427388b281e11477df72becafab%2Fimage%20(16).png?alt=media" alt=""><figcaption><p>Original Image</p></figcaption></figure>

<figure><img src="https://2252499186-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVfRxNsvCh4GOyqrjmzX%2Fuploads%2Fgit-blob-86607775eed3864d71b7c1727e711262bb4c51d5%2Fimage%20(28).png?alt=media" alt=""><figcaption><p>Grayscale Augmentation applied</p></figcaption></figure>

## Learn More

* [Why Add Noise to Images for Machine Learning](https://blog.roboflow.com/why-to-add-noise-to-images-for-machine-learning/)
