This section explains how our nine images are used to create additional images that are distorted.
- We need to create a Pipeline for our image transformation and specify the location of the images that will be used. This ensures the following:
- The source location of the images
- The number of images that will be transformed
- The destination location of the images
- We can see that our destination location is created with a subfolder called /output/ as seen in the following screenshot:
- The augmentor function is configured to rotate each image up to 25 degrees to the right or 25 degrees to the left with a 90 percent probability. ...