Blur Augmentation

Add random Gaussian blur to help your model be more resilient to camera focus.

  • Pixels: Determines the amount of blur applied to an image (i.e. the kernel size of the blurring process; all kernel sizes are odd). 25 pixels is max blur.

Example

Original Image
Blur Augmentation using a 2.5 pixel radius

Learn More

Last updated

Was this helpful?