Table 2 Image data augmentation layers and parameters.
Layer | Parameter |
|---|---|
Random Translation | Height_factor = 0.1, width_factor = 0.1, fill_mode = 'reflect' |
Random Flip | Mode = 'horizontal_and_vertical' |
Random Rotation | Factor = 0.1, fill_mode = 'reflect', interpolation = 'bilinear' |
Random Contrast | Factor = 0.1 |