Table 3 Image data augmentation layers and parameters.
From: Diagnostic performance of convolutional neural networks for dental sexual dimorphism
Layer | Parameter |
---|---|
RandomTranslation | height_factor = 0.1, width_factor = 0.1, fill_mode = ’reflect’ |
RandomFlip | mode = ’horizontal_and_vertical’ |
RandomRotation | factor = 0.1, fill_mode = ’reflect’, interpolation = ’bilinear’ |
RandomContrast | factor = 0.1 |